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

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 (1697) hide show
  1. package/README.md +15 -9
  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 +38 -0
  5. package/lib/commonjs/components/backup/preview-credentials.js.map +1 -0
  6. package/lib/commonjs/components/credential/credential.js +62 -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 +64 -0
  11. package/lib/commonjs/components/entity/EntityButtons.js.map +1 -0
  12. package/lib/commonjs/components/entity/entity-attributes.js +50 -0
  13. package/lib/commonjs/components/entity/entity-attributes.js.map +1 -0
  14. package/lib/commonjs/components/entity/entity-details-with-buttons.js +90 -0
  15. package/lib/commonjs/components/entity/entity-details-with-buttons.js.map +1 -0
  16. package/lib/commonjs/components/entity/entity-details.js +72 -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/history/history-details-screen.js +67 -0
  21. package/lib/commonjs/components/history/history-details-screen.js.map +1 -0
  22. package/lib/commonjs/components/history/history-list-item-icon.js +94 -0
  23. package/lib/commonjs/components/history/history-list-item-icon.js.map +1 -0
  24. package/lib/commonjs/components/history/history-list-item.js +45 -0
  25. package/lib/commonjs/components/history/history-list-item.js.map +1 -0
  26. package/lib/commonjs/components/history/history-list-screen.js +121 -0
  27. package/lib/commonjs/components/history/history-list-screen.js.map +1 -0
  28. package/lib/commonjs/components/history/history-list-section-header.js +39 -0
  29. package/lib/commonjs/components/history/history-list-section-header.js.map +1 -0
  30. package/lib/commonjs/components/history/history-list.js +100 -0
  31. package/lib/commonjs/components/history/history-list.js.map +1 -0
  32. package/lib/commonjs/components/history/index.js +72 -0
  33. package/lib/commonjs/components/history/index.js.map +1 -0
  34. package/lib/commonjs/components/index.js +72 -0
  35. package/lib/commonjs/components/index.js.map +1 -0
  36. package/lib/commonjs/components/navigation/header-buttons.js +78 -0
  37. package/lib/commonjs/components/navigation/header-buttons.js.map +1 -0
  38. package/lib/commonjs/components/navigation/index.js +17 -0
  39. package/lib/commonjs/components/navigation/index.js.map +1 -0
  40. package/lib/commonjs/components/proof-request/group.js +35 -0
  41. package/lib/commonjs/components/proof-request/group.js.map +1 -0
  42. package/lib/commonjs/components/proof-request/index.js +39 -0
  43. package/lib/commonjs/components/proof-request/index.js.map +1 -0
  44. package/lib/commonjs/components/proof-request/select-credential.js +48 -0
  45. package/lib/commonjs/components/proof-request/select-credential.js.map +1 -0
  46. package/lib/commonjs/components/proof-request/share-credential.js +159 -0
  47. package/lib/commonjs/components/proof-request/share-credential.js.map +1 -0
  48. package/lib/commonjs/index.js +8 -261
  49. package/lib/commonjs/index.js.map +1 -1
  50. package/lib/commonjs/normalize-color.d.js.map +1 -1
  51. package/lib/commonjs/ui-components/accessibility/accessibility.js +197 -0
  52. package/lib/commonjs/ui-components/accessibility/accessibility.js.map +1 -0
  53. package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js +77 -0
  54. package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js.map +1 -0
  55. package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js +47 -0
  56. package/lib/commonjs/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -0
  57. package/lib/commonjs/ui-components/accessibility/accessibilityLanguage.js +61 -0
  58. package/lib/commonjs/ui-components/accessibility/accessibilityLanguage.js.map +1 -0
  59. package/lib/commonjs/ui-components/accessibility/index.js +100 -0
  60. package/lib/commonjs/ui-components/accessibility/index.js.map +1 -0
  61. package/lib/commonjs/ui-components/accessibility/locale/index.js +20 -0
  62. package/lib/commonjs/ui-components/accessibility/locale/index.js.map +1 -0
  63. package/lib/commonjs/ui-components/accessibility/locale.test.js.map +1 -0
  64. package/lib/commonjs/ui-components/action-modal/ActionModal.js +50 -0
  65. package/lib/commonjs/ui-components/action-modal/ActionModal.js.map +1 -0
  66. package/lib/commonjs/ui-components/action-modal/index.js +14 -0
  67. package/lib/commonjs/ui-components/action-modal/index.js.map +1 -0
  68. package/lib/commonjs/ui-components/activity-indicator/activity-indicator.js +32 -0
  69. package/lib/commonjs/ui-components/activity-indicator/activity-indicator.js.map +1 -0
  70. package/lib/commonjs/ui-components/activity-indicator/index.js +14 -0
  71. package/lib/commonjs/ui-components/activity-indicator/index.js.map +1 -0
  72. package/lib/commonjs/ui-components/blur/blur-view.js +74 -0
  73. package/lib/commonjs/ui-components/blur/blur-view.js.map +1 -0
  74. package/lib/commonjs/ui-components/blur/index.js +21 -0
  75. package/lib/commonjs/ui-components/blur/index.js.map +1 -0
  76. package/lib/commonjs/ui-components/buttons/back-button.js +34 -0
  77. package/lib/commonjs/ui-components/buttons/back-button.js.map +1 -0
  78. package/lib/commonjs/ui-components/buttons/button.js +150 -0
  79. package/lib/commonjs/ui-components/buttons/button.js.map +1 -0
  80. package/lib/commonjs/ui-components/buttons/connectivity-button.js +80 -0
  81. package/lib/commonjs/ui-components/buttons/connectivity-button.js.map +1 -0
  82. package/lib/commonjs/ui-components/buttons/filter-button.js +49 -0
  83. package/lib/commonjs/ui-components/buttons/filter-button.js.map +1 -0
  84. package/lib/commonjs/ui-components/buttons/ghost-button.js +60 -0
  85. package/lib/commonjs/ui-components/buttons/ghost-button.js.map +1 -0
  86. package/lib/commonjs/ui-components/buttons/hold-button.js +244 -0
  87. package/lib/commonjs/ui-components/buttons/hold-button.js.map +1 -0
  88. package/lib/commonjs/ui-components/buttons/index.js +76 -0
  89. package/lib/commonjs/ui-components/buttons/index.js.map +1 -0
  90. package/lib/commonjs/ui-components/buttons/scan-button.js +81 -0
  91. package/lib/commonjs/ui-components/buttons/scan-button.js.map +1 -0
  92. package/lib/commonjs/ui-components/camera/camera-overlay.js +58 -0
  93. package/lib/commonjs/ui-components/camera/camera-overlay.js.map +1 -0
  94. package/lib/commonjs/ui-components/camera/index.js +21 -0
  95. package/lib/commonjs/ui-components/camera/index.js.map +1 -0
  96. package/lib/commonjs/ui-components/camera/qr-code-scanner.js +48 -0
  97. package/lib/commonjs/ui-components/camera/qr-code-scanner.js.map +1 -0
  98. package/lib/commonjs/ui-components/control/checkbox.js +78 -0
  99. package/lib/commonjs/ui-components/control/checkbox.js.map +1 -0
  100. package/lib/commonjs/ui-components/control/index.js.map +1 -0
  101. package/lib/commonjs/ui-components/control/switch.js +63 -0
  102. package/lib/commonjs/ui-components/control/switch.js.map +1 -0
  103. package/lib/commonjs/ui-components/credential/card/credential-card.js +179 -0
  104. package/lib/commonjs/ui-components/credential/card/credential-card.js.map +1 -0
  105. package/lib/commonjs/ui-components/credential/card/credential-details-card.js +194 -0
  106. package/lib/commonjs/ui-components/credential/card/credential-details-card.js.map +1 -0
  107. package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js +91 -0
  108. package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js.map +1 -0
  109. package/lib/commonjs/ui-components/credential/card/credential-header.js +174 -0
  110. package/lib/commonjs/ui-components/credential/card/credential-header.js.map +1 -0
  111. package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js +122 -0
  112. package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js.map +1 -0
  113. package/lib/commonjs/ui-components/credential/card/index.js +56 -0
  114. package/lib/commonjs/ui-components/credential/card/index.js.map +1 -0
  115. package/lib/commonjs/ui-components/credential/credential-attribute-item.js +280 -0
  116. package/lib/commonjs/ui-components/credential/credential-attribute-item.js.map +1 -0
  117. package/lib/commonjs/ui-components/credential/credential-carousel-images.js +95 -0
  118. package/lib/commonjs/ui-components/credential/credential-carousel-images.js.map +1 -0
  119. package/lib/commonjs/ui-components/credential/index.js +67 -0
  120. package/lib/commonjs/ui-components/credential/index.js.map +1 -0
  121. package/lib/commonjs/ui-components/credential/selector-status.js +16 -0
  122. package/lib/commonjs/ui-components/credential/selector-status.js.map +1 -0
  123. package/lib/commonjs/ui-components/credential/selector.js +77 -0
  124. package/lib/commonjs/ui-components/credential/selector.js.map +1 -0
  125. package/lib/commonjs/ui-components/detail/detail.js +82 -0
  126. package/lib/commonjs/ui-components/detail/detail.js.map +1 -0
  127. package/lib/commonjs/ui-components/detail/index.js +14 -0
  128. package/lib/commonjs/ui-components/detail/index.js.map +1 -0
  129. package/lib/commonjs/ui-components/entity/avatar.js +104 -0
  130. package/lib/commonjs/ui-components/entity/avatar.js.map +1 -0
  131. package/lib/commonjs/ui-components/entity/entity-cluster.js +72 -0
  132. package/lib/commonjs/ui-components/entity/entity-cluster.js.map +1 -0
  133. package/lib/commonjs/ui-components/entity/index.js +34 -0
  134. package/lib/commonjs/ui-components/entity/index.js.map +1 -0
  135. package/lib/commonjs/ui-components/header/focus-aware-status-bar.js +19 -0
  136. package/lib/commonjs/ui-components/header/focus-aware-status-bar.js.map +1 -0
  137. package/lib/commonjs/ui-components/header/foldable-header.js +86 -0
  138. package/lib/commonjs/ui-components/header/foldable-header.js.map +1 -0
  139. package/lib/commonjs/ui-components/header/header.js +103 -0
  140. package/lib/commonjs/ui-components/header/header.js.map +1 -0
  141. package/lib/commonjs/ui-components/header/index.js +35 -0
  142. package/lib/commonjs/ui-components/header/index.js.map +1 -0
  143. package/lib/commonjs/ui-components/header/navigation-header.js +142 -0
  144. package/lib/commonjs/ui-components/header/navigation-header.js.map +1 -0
  145. package/lib/commonjs/ui-components/history/data-item.js +77 -0
  146. package/lib/commonjs/ui-components/history/data-item.js.map +1 -0
  147. package/lib/commonjs/ui-components/history/history-details.js +181 -0
  148. package/lib/commonjs/ui-components/history/history-details.js.map +1 -0
  149. package/lib/commonjs/ui-components/history/history-item.js +111 -0
  150. package/lib/commonjs/ui-components/history/history-item.js.map +1 -0
  151. package/lib/commonjs/ui-components/history/history-section-header.js +47 -0
  152. package/lib/commonjs/ui-components/history/history-section-header.js.map +1 -0
  153. package/lib/commonjs/ui-components/history/history-section-list-item.js +48 -0
  154. package/lib/commonjs/ui-components/history/history-section-list-item.js.map +1 -0
  155. package/lib/commonjs/ui-components/history/index.js +76 -0
  156. package/lib/commonjs/ui-components/history/index.js.map +1 -0
  157. package/lib/commonjs/ui-components/icons/connectivity.js +134 -0
  158. package/lib/commonjs/ui-components/icons/connectivity.js.map +1 -0
  159. package/lib/commonjs/ui-components/icons/credential.js +151 -0
  160. package/lib/commonjs/ui-components/icons/credential.js.map +1 -0
  161. package/lib/commonjs/ui-components/icons/entity.js +51 -0
  162. package/lib/commonjs/ui-components/icons/entity.js.map +1 -0
  163. package/lib/commonjs/ui-components/icons/history.js +388 -0
  164. package/lib/commonjs/ui-components/icons/history.js.map +1 -0
  165. package/lib/commonjs/ui-components/icons/icons.js +233 -0
  166. package/lib/commonjs/ui-components/icons/icons.js.map +1 -0
  167. package/lib/commonjs/ui-components/icons/index.js.map +1 -0
  168. package/lib/commonjs/ui-components/icons/input.js +44 -0
  169. package/lib/commonjs/ui-components/icons/input.js.map +1 -0
  170. package/lib/commonjs/ui-components/icons/keypad.js +82 -0
  171. package/lib/commonjs/ui-components/icons/keypad.js.map +1 -0
  172. package/lib/commonjs/ui-components/icons/loader.js +180 -0
  173. package/lib/commonjs/ui-components/icons/loader.js.map +1 -0
  174. package/lib/commonjs/ui-components/icons/nerd-view.js +120 -0
  175. package/lib/commonjs/ui-components/icons/nerd-view.js.map +1 -0
  176. package/lib/commonjs/ui-components/icons/selector.js +55 -0
  177. package/lib/commonjs/ui-components/icons/selector.js.map +1 -0
  178. package/lib/commonjs/ui-components/icons/wallet.js +118 -0
  179. package/lib/commonjs/ui-components/icons/wallet.js.map +1 -0
  180. package/lib/commonjs/ui-components/image/image-or-component.js +77 -0
  181. package/lib/commonjs/ui-components/image/image-or-component.js.map +1 -0
  182. package/lib/commonjs/ui-components/image/index.js +14 -0
  183. package/lib/commonjs/ui-components/image/index.js.map +1 -0
  184. package/lib/commonjs/ui-components/index.js +281 -0
  185. package/lib/commonjs/ui-components/index.js.map +1 -0
  186. package/lib/commonjs/ui-components/input/index.js +65 -0
  187. package/lib/commonjs/ui-components/input/index.js.map +1 -0
  188. package/lib/commonjs/ui-components/input/radio-group.js +98 -0
  189. package/lib/commonjs/ui-components/input/radio-group.js.map +1 -0
  190. package/lib/commonjs/ui-components/input/selection-input.js +91 -0
  191. package/lib/commonjs/ui-components/input/selection-input.js.map +1 -0
  192. package/lib/commonjs/ui-components/input/text-input.js +192 -0
  193. package/lib/commonjs/ui-components/input/text-input.js.map +1 -0
  194. package/lib/commonjs/ui-components/list/index.js +52 -0
  195. package/lib/commonjs/ui-components/list/index.js.map +1 -0
  196. package/lib/commonjs/ui-components/list/list-page-loading-indicator.js +14 -0
  197. package/lib/commonjs/ui-components/list/list-page-loading-indicator.js.map +1 -0
  198. package/lib/commonjs/ui-components/list/list-section-header.js +34 -0
  199. package/lib/commonjs/ui-components/list/list-section-header.js.map +1 -0
  200. package/lib/commonjs/ui-components/list/list-title-header.js +33 -0
  201. package/lib/commonjs/ui-components/list/list-title-header.js.map +1 -0
  202. package/lib/commonjs/ui-components/list/wallet/empty-list.js +73 -0
  203. package/lib/commonjs/ui-components/list/wallet/empty-list.js.map +1 -0
  204. package/lib/commonjs/ui-components/list/wallet/empty-search-result.js +41 -0
  205. package/lib/commonjs/ui-components/list/wallet/empty-search-result.js.map +1 -0
  206. package/lib/commonjs/ui-components/list/wallet/index.js +21 -0
  207. package/lib/commonjs/ui-components/list/wallet/index.js.map +1 -0
  208. package/lib/commonjs/ui-components/loader/index.js +40 -0
  209. package/lib/commonjs/ui-components/loader/index.js.map +1 -0
  210. package/lib/commonjs/ui-components/loader/loader.js +140 -0
  211. package/lib/commonjs/ui-components/loader/loader.js.map +1 -0
  212. package/lib/commonjs/ui-components/loader/loading-result.js +93 -0
  213. package/lib/commonjs/ui-components/loader/loading-result.js.map +1 -0
  214. package/lib/commonjs/ui-components/nerd-view/index.js +21 -0
  215. package/lib/commonjs/ui-components/nerd-view/index.js.map +1 -0
  216. package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js +234 -0
  217. package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js.map +1 -0
  218. package/lib/commonjs/ui-components/pin/index.js +47 -0
  219. package/lib/commonjs/ui-components/pin/index.js.map +1 -0
  220. package/lib/commonjs/ui-components/pin/keypad.js +197 -0
  221. package/lib/commonjs/ui-components/pin/keypad.js.map +1 -0
  222. package/lib/commonjs/ui-components/pin/pin-code-screen.js +160 -0
  223. package/lib/commonjs/ui-components/pin/pin-code-screen.js.map +1 -0
  224. package/lib/commonjs/ui-components/pin/pin-lock-animation.js +823 -0
  225. package/lib/commonjs/ui-components/pin/pin-lock-animation.js.map +1 -0
  226. package/lib/commonjs/ui-components/pin/pin-lock.js +81 -0
  227. package/lib/commonjs/ui-components/pin/pin-lock.js.map +1 -0
  228. package/lib/commonjs/ui-components/pin/pins.js +53 -0
  229. package/lib/commonjs/ui-components/pin/pins.js.map +1 -0
  230. package/lib/commonjs/ui-components/screens/backup-screen.js +84 -0
  231. package/lib/commonjs/ui-components/screens/backup-screen.js.map +1 -0
  232. package/lib/commonjs/ui-components/screens/image-preview-screen.js +90 -0
  233. package/lib/commonjs/ui-components/screens/image-preview-screen.js.map +1 -0
  234. package/lib/commonjs/ui-components/screens/index.js +57 -0
  235. package/lib/commonjs/ui-components/screens/index.js.map +1 -0
  236. package/lib/commonjs/ui-components/screens/nerd-mode-screen.js +165 -0
  237. package/lib/commonjs/ui-components/screens/nerd-mode-screen.js.map +1 -0
  238. package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js +118 -0
  239. package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js.map +1 -0
  240. package/lib/commonjs/ui-components/screens/scroll-view-screen.js +92 -0
  241. package/lib/commonjs/ui-components/screens/scroll-view-screen.js.map +1 -0
  242. package/lib/commonjs/ui-components/screens/section-list-screen.js +65 -0
  243. package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -0
  244. package/lib/commonjs/ui-components/searchbar/animated-search-bar.js +86 -0
  245. package/lib/commonjs/ui-components/searchbar/animated-search-bar.js.map +1 -0
  246. package/lib/commonjs/ui-components/searchbar/index.js +34 -0
  247. package/lib/commonjs/ui-components/searchbar/index.js.map +1 -0
  248. package/lib/commonjs/ui-components/searchbar/search-bar.js +97 -0
  249. package/lib/commonjs/ui-components/searchbar/search-bar.js.map +1 -0
  250. package/lib/commonjs/ui-components/settings/button-setting.js +65 -0
  251. package/lib/commonjs/ui-components/settings/button-setting.js.map +1 -0
  252. package/lib/commonjs/ui-components/settings/index.js +73 -0
  253. package/lib/commonjs/ui-components/settings/index.js.map +1 -0
  254. package/lib/commonjs/ui-components/settings/setting-item-separator.js +38 -0
  255. package/lib/commonjs/ui-components/settings/setting-item-separator.js.map +1 -0
  256. package/lib/commonjs/ui-components/settings/setting-item.js +77 -0
  257. package/lib/commonjs/ui-components/settings/setting-item.js.map +1 -0
  258. package/lib/commonjs/ui-components/settings/settings-button.js +33 -0
  259. package/lib/commonjs/ui-components/settings/settings-button.js.map +1 -0
  260. package/lib/commonjs/ui-components/settings/switch-setting.js +33 -0
  261. package/lib/commonjs/ui-components/settings/switch-setting.js.map +1 -0
  262. package/lib/commonjs/ui-components/state/error-screen.js +69 -0
  263. package/lib/commonjs/ui-components/state/error-screen.js.map +1 -0
  264. package/lib/commonjs/ui-components/state/index.js +27 -0
  265. package/lib/commonjs/ui-components/state/index.js.map +1 -0
  266. package/lib/commonjs/ui-components/text/base.js +38 -0
  267. package/lib/commonjs/ui-components/text/base.js.map +1 -0
  268. package/lib/commonjs/ui-components/text/font.js +62 -0
  269. package/lib/commonjs/ui-components/text/font.js.map +1 -0
  270. package/lib/commonjs/ui-components/text/index.js +14 -0
  271. package/lib/commonjs/ui-components/text/index.js.map +1 -0
  272. package/lib/commonjs/ui-components/text/typography.js +116 -0
  273. package/lib/commonjs/ui-components/text/typography.js.map +1 -0
  274. package/lib/commonjs/ui-components/theme/color-scheme-context.js +53 -0
  275. package/lib/commonjs/ui-components/theme/color-scheme-context.js.map +1 -0
  276. package/lib/commonjs/ui-components/theme/color-scheme.js.map +1 -0
  277. package/lib/commonjs/ui-components/theme/index.js.map +1 -0
  278. package/lib/commonjs/utils/array.js +10 -0
  279. package/lib/commonjs/utils/array.js.map +1 -0
  280. package/lib/commonjs/utils/backup.js +12 -0
  281. package/lib/commonjs/utils/backup.js.map +1 -0
  282. package/lib/commonjs/utils/color.js +1 -1
  283. package/lib/commonjs/utils/color.js.map +1 -1
  284. package/lib/commonjs/utils/contrasting-status-bar.js +8 -10
  285. package/lib/commonjs/utils/contrasting-status-bar.js.map +1 -1
  286. package/lib/commonjs/utils/date.js +100 -3
  287. package/lib/commonjs/utils/date.js.map +1 -1
  288. package/lib/commonjs/utils/filtering.js +11 -0
  289. package/lib/commonjs/utils/filtering.js.map +1 -0
  290. package/lib/commonjs/utils/history.js +76 -0
  291. package/lib/commonjs/utils/history.js.map +1 -0
  292. package/lib/commonjs/utils/hooks/connectivity/connectivity.js +162 -0
  293. package/lib/commonjs/utils/hooks/connectivity/connectivity.js.map +1 -0
  294. package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js +62 -0
  295. package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js.map +1 -0
  296. package/lib/commonjs/utils/hooks/core/backup.js +155 -0
  297. package/lib/commonjs/utils/hooks/core/backup.js.map +1 -0
  298. package/lib/commonjs/utils/hooks/core/cache.js +44 -0
  299. package/lib/commonjs/utils/hooks/core/cache.js.map +1 -0
  300. package/lib/commonjs/utils/hooks/core/core-config.js +33 -0
  301. package/lib/commonjs/utils/hooks/core/core-config.js.map +1 -0
  302. package/lib/commonjs/utils/hooks/core/core-context.js +77 -0
  303. package/lib/commonjs/utils/hooks/core/core-context.js.map +1 -0
  304. package/lib/commonjs/utils/hooks/core/core-init.js +97 -0
  305. package/lib/commonjs/utils/hooks/core/core-init.js.map +1 -0
  306. package/lib/commonjs/utils/hooks/core/credential-schemas.js +100 -0
  307. package/lib/commonjs/utils/hooks/core/credential-schemas.js.map +1 -0
  308. package/lib/commonjs/utils/hooks/core/credentials.js +160 -0
  309. package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -0
  310. package/lib/commonjs/utils/hooks/core/dids.js +33 -0
  311. package/lib/commonjs/utils/hooks/core/dids.js.map +1 -0
  312. package/lib/commonjs/utils/hooks/core/error-code.js +14 -0
  313. package/lib/commonjs/utils/hooks/core/error-code.js.map +1 -0
  314. package/lib/commonjs/utils/hooks/core/history.js +33 -0
  315. package/lib/commonjs/utils/hooks/core/history.js.map +1 -0
  316. package/lib/commonjs/utils/hooks/core/index.js +149 -0
  317. package/lib/commonjs/utils/hooks/core/index.js.map +1 -0
  318. package/lib/commonjs/utils/hooks/core/proof-schemas.js +117 -0
  319. package/lib/commonjs/utils/hooks/core/proof-schemas.js.map +1 -0
  320. package/lib/commonjs/utils/hooks/core/proofs.js +367 -0
  321. package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -0
  322. package/lib/commonjs/utils/hooks/core/query.js +24 -0
  323. package/lib/commonjs/utils/hooks/core/query.js.map +1 -0
  324. package/lib/commonjs/utils/hooks/core/trust-entity.js +99 -0
  325. package/lib/commonjs/utils/hooks/core/trust-entity.js.map +1 -0
  326. package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js +51 -0
  327. package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js.map +1 -0
  328. package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js +1 -2
  329. package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js.map +1 -1
  330. package/lib/commonjs/utils/hooks/http/client.js +20 -0
  331. package/lib/commonjs/utils/hooks/http/client.js.map +1 -0
  332. package/lib/commonjs/utils/hooks/index.js +85 -11
  333. package/lib/commonjs/utils/hooks/index.js.map +1 -1
  334. package/lib/commonjs/utils/hooks/list/list-content-inset.js +9 -10
  335. package/lib/commonjs/utils/hooks/list/list-content-inset.js.map +1 -1
  336. package/lib/commonjs/utils/hooks/navigation/before-remove.js +28 -0
  337. package/lib/commonjs/utils/hooks/navigation/before-remove.js.map +1 -0
  338. package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js +34 -0
  339. package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js.map +1 -0
  340. package/lib/commonjs/utils/hooks/navigation/deep-link.js +45 -0
  341. package/lib/commonjs/utils/hooks/navigation/deep-link.js.map +1 -0
  342. package/lib/commonjs/utils/hooks/navigation/index.js +50 -0
  343. package/lib/commonjs/utils/hooks/navigation/index.js.map +1 -0
  344. package/lib/commonjs/utils/hooks/navigation/open-settings.js +42 -0
  345. package/lib/commonjs/utils/hooks/navigation/open-settings.js.map +1 -0
  346. package/lib/commonjs/utils/hooks/pin-security/pin-security.js +86 -0
  347. package/lib/commonjs/utils/hooks/pin-security/pin-security.js.map +1 -0
  348. package/lib/commonjs/utils/hooks/revocation/credential-status.js +58 -0
  349. package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -0
  350. package/lib/commonjs/utils/index.js +154 -44
  351. package/lib/commonjs/utils/index.js.map +1 -1
  352. package/lib/commonjs/utils/navigation.js +5 -5
  353. package/lib/commonjs/utils/navigation.js.map +1 -1
  354. package/lib/commonjs/utils/parsers/credential-images.js +86 -0
  355. package/lib/commonjs/utils/parsers/credential-images.js.map +1 -0
  356. package/lib/commonjs/utils/parsers/credential-sharing.js +251 -0
  357. package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -0
  358. package/lib/commonjs/utils/parsers/credential.js +313 -0
  359. package/lib/commonjs/utils/parsers/credential.js.map +1 -0
  360. package/lib/commonjs/utils/parsers/index.js +61 -0
  361. package/lib/commonjs/utils/parsers/index.js.map +1 -0
  362. package/lib/commonjs/utils/parsers/query.js +104 -0
  363. package/lib/commonjs/utils/parsers/query.js.map +1 -0
  364. package/lib/commonjs/utils/parsers/universal-links.js +33 -0
  365. package/lib/commonjs/utils/parsers/universal-links.js.map +1 -0
  366. package/lib/commonjs/utils/parsers/universal-links.test.js +40 -0
  367. package/lib/commonjs/utils/parsers/universal-links.test.js.map +1 -0
  368. package/lib/commonjs/utils/ref.js.map +1 -1
  369. package/lib/commonjs/utils/reporting.js +88 -0
  370. package/lib/commonjs/utils/reporting.js.map +1 -0
  371. package/lib/commonjs/utils/string.js +20 -0
  372. package/lib/commonjs/utils/string.js.map +1 -0
  373. package/lib/commonjs/utils/testID.js +1 -4
  374. package/lib/commonjs/utils/testID.js.map +1 -1
  375. package/lib/commonjs/utils/testID.test.js.map +1 -1
  376. package/lib/commonjs/utils/useMemoAsync.js +10 -1
  377. package/lib/commonjs/utils/useMemoAsync.js.map +1 -1
  378. package/lib/commonjs/utils/uuid.js +16 -0
  379. package/lib/commonjs/utils/uuid.js.map +1 -0
  380. package/lib/module/components/backup/index.js +2 -0
  381. package/lib/module/components/backup/index.js.map +1 -0
  382. package/lib/module/components/backup/preview-credentials.js +30 -0
  383. package/lib/module/components/backup/preview-credentials.js.map +1 -0
  384. package/lib/module/components/credential/credential.js +54 -0
  385. package/lib/module/components/credential/credential.js.map +1 -0
  386. package/lib/module/components/credential/index.js +2 -0
  387. package/lib/module/components/credential/index.js.map +1 -0
  388. package/lib/module/components/entity/EntityButtons.js +56 -0
  389. package/lib/module/components/entity/EntityButtons.js.map +1 -0
  390. package/lib/module/components/entity/entity-attributes.js +42 -0
  391. package/lib/module/components/entity/entity-attributes.js.map +1 -0
  392. package/lib/module/components/entity/entity-details-with-buttons.js +81 -0
  393. package/lib/module/components/entity/entity-details-with-buttons.js.map +1 -0
  394. package/lib/module/components/entity/entity-details.js +63 -0
  395. package/lib/module/components/entity/entity-details.js.map +1 -0
  396. package/lib/module/components/entity/index.js +3 -0
  397. package/lib/module/components/entity/index.js.map +1 -0
  398. package/lib/module/components/history/history-details-screen.js +59 -0
  399. package/lib/module/components/history/history-details-screen.js.map +1 -0
  400. package/lib/module/components/history/history-list-item-icon.js +84 -0
  401. package/lib/module/components/history/history-list-item-icon.js.map +1 -0
  402. package/lib/module/components/history/history-list-item.js +36 -0
  403. package/lib/module/components/history/history-list-item.js.map +1 -0
  404. package/lib/module/components/history/history-list-screen.js +112 -0
  405. package/lib/module/components/history/history-list-screen.js.map +1 -0
  406. package/lib/module/components/history/history-list-section-header.js +29 -0
  407. package/lib/module/components/history/history-list-section-header.js.map +1 -0
  408. package/lib/module/components/history/history-list.js +90 -0
  409. package/lib/module/components/history/history-list.js.map +1 -0
  410. package/lib/module/components/history/index.js +7 -0
  411. package/lib/module/components/history/index.js.map +1 -0
  412. package/lib/module/components/index.js +7 -0
  413. package/lib/module/components/index.js.map +1 -0
  414. package/lib/module/components/navigation/header-buttons.js +66 -0
  415. package/lib/module/components/navigation/header-buttons.js.map +1 -0
  416. package/lib/module/components/navigation/index.js +2 -0
  417. package/lib/module/components/navigation/index.js.map +1 -0
  418. package/lib/module/components/proof-request/group.js +27 -0
  419. package/lib/module/components/proof-request/group.js.map +1 -0
  420. package/lib/module/components/proof-request/index.js +4 -0
  421. package/lib/module/components/proof-request/index.js.map +1 -0
  422. package/lib/module/components/proof-request/select-credential.js +40 -0
  423. package/lib/module/components/proof-request/select-credential.js.map +1 -0
  424. package/lib/module/components/proof-request/share-credential.js +150 -0
  425. package/lib/module/components/proof-request/share-credential.js.map +1 -0
  426. package/lib/module/index.js +2 -25
  427. package/lib/module/index.js.map +1 -1
  428. package/lib/module/normalize-color.d.js.map +1 -1
  429. package/lib/module/ui-components/accessibility/accessibility.js +183 -0
  430. package/lib/module/ui-components/accessibility/accessibility.js.map +1 -0
  431. package/lib/module/ui-components/accessibility/accessibilityHistory.js +67 -0
  432. package/lib/module/ui-components/accessibility/accessibilityHistory.js.map +1 -0
  433. package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js +40 -0
  434. package/lib/module/ui-components/accessibility/accessibilityHistoryWrappers.js.map +1 -0
  435. package/lib/module/ui-components/accessibility/accessibilityLanguage.js +51 -0
  436. package/lib/module/ui-components/accessibility/accessibilityLanguage.js.map +1 -0
  437. package/lib/module/ui-components/accessibility/index.js +8 -0
  438. package/lib/module/ui-components/accessibility/index.js.map +1 -0
  439. package/lib/module/ui-components/accessibility/locale/index.js.map +1 -0
  440. package/lib/module/ui-components/accessibility/locale.test.js.map +1 -0
  441. package/lib/module/ui-components/action-modal/ActionModal.js +43 -0
  442. package/lib/module/ui-components/action-modal/ActionModal.js.map +1 -0
  443. package/lib/module/ui-components/action-modal/index.js.map +1 -0
  444. package/lib/module/ui-components/activity-indicator/activity-indicator.js +23 -0
  445. package/lib/module/ui-components/activity-indicator/activity-indicator.js.map +1 -0
  446. package/lib/module/ui-components/activity-indicator/index.js.map +1 -0
  447. package/lib/module/ui-components/blur/blur-view.js +66 -0
  448. package/lib/module/ui-components/blur/blur-view.js.map +1 -0
  449. package/lib/module/ui-components/blur/index.js.map +1 -0
  450. package/lib/module/ui-components/buttons/back-button.js +27 -0
  451. package/lib/module/ui-components/buttons/back-button.js.map +1 -0
  452. package/lib/module/ui-components/buttons/button.js +142 -0
  453. package/lib/module/ui-components/buttons/button.js.map +1 -0
  454. package/lib/module/ui-components/buttons/connectivity-button.js +73 -0
  455. package/lib/module/ui-components/buttons/connectivity-button.js.map +1 -0
  456. package/lib/module/ui-components/buttons/filter-button.js +42 -0
  457. package/lib/module/ui-components/buttons/filter-button.js.map +1 -0
  458. package/lib/module/ui-components/buttons/ghost-button.js +52 -0
  459. package/lib/module/ui-components/buttons/ghost-button.js.map +1 -0
  460. package/lib/module/ui-components/buttons/hold-button.js +236 -0
  461. package/lib/module/ui-components/buttons/hold-button.js.map +1 -0
  462. package/lib/module/ui-components/buttons/index.js +9 -0
  463. package/lib/module/ui-components/buttons/index.js.map +1 -0
  464. package/lib/module/ui-components/buttons/scan-button.js +74 -0
  465. package/lib/module/ui-components/buttons/scan-button.js.map +1 -0
  466. package/lib/module/ui-components/camera/camera-overlay.js +49 -0
  467. package/lib/module/ui-components/camera/camera-overlay.js.map +1 -0
  468. package/lib/module/ui-components/camera/index.js.map +1 -0
  469. package/lib/module/ui-components/camera/qr-code-scanner.js +39 -0
  470. package/lib/module/ui-components/camera/qr-code-scanner.js.map +1 -0
  471. package/lib/module/ui-components/control/checkbox.js +69 -0
  472. package/lib/module/ui-components/control/checkbox.js.map +1 -0
  473. package/lib/module/ui-components/control/index.js.map +1 -0
  474. package/lib/module/ui-components/control/switch.js +55 -0
  475. package/lib/module/ui-components/control/switch.js.map +1 -0
  476. package/lib/module/ui-components/credential/card/credential-card.js +170 -0
  477. package/lib/module/ui-components/credential/card/credential-card.js.map +1 -0
  478. package/lib/module/ui-components/credential/card/credential-details-card.js +185 -0
  479. package/lib/module/ui-components/credential/card/credential-details-card.js.map +1 -0
  480. package/lib/module/ui-components/credential/card/credential-details-list-item.js +82 -0
  481. package/lib/module/ui-components/credential/card/credential-details-list-item.js.map +1 -0
  482. package/lib/module/ui-components/credential/card/credential-header.js +165 -0
  483. package/lib/module/ui-components/credential/card/credential-header.js.map +1 -0
  484. package/lib/module/ui-components/credential/card/credential-image-carousel.js +113 -0
  485. package/lib/module/ui-components/credential/card/credential-image-carousel.js.map +1 -0
  486. package/lib/module/ui-components/credential/card/index.js +11 -0
  487. package/lib/module/ui-components/credential/card/index.js.map +1 -0
  488. package/lib/module/ui-components/credential/credential-attribute-item.js +271 -0
  489. package/lib/module/ui-components/credential/credential-attribute-item.js.map +1 -0
  490. package/lib/module/ui-components/credential/credential-carousel-images.js +83 -0
  491. package/lib/module/ui-components/credential/credential-carousel-images.js.map +1 -0
  492. package/lib/module/ui-components/credential/index.js +9 -0
  493. package/lib/module/ui-components/credential/index.js.map +1 -0
  494. package/lib/module/ui-components/credential/selector-status.js +10 -0
  495. package/lib/module/ui-components/credential/selector-status.js.map +1 -0
  496. package/lib/module/ui-components/credential/selector.js +69 -0
  497. package/lib/module/ui-components/credential/selector.js.map +1 -0
  498. package/lib/module/ui-components/detail/detail.js +74 -0
  499. package/lib/module/ui-components/detail/detail.js.map +1 -0
  500. package/lib/module/ui-components/detail/index.js.map +1 -0
  501. package/lib/module/ui-components/entity/avatar.js +95 -0
  502. package/lib/module/ui-components/entity/avatar.js.map +1 -0
  503. package/lib/module/ui-components/entity/entity-cluster.js +63 -0
  504. package/lib/module/ui-components/entity/entity-cluster.js.map +1 -0
  505. package/lib/module/ui-components/entity/index.js.map +1 -0
  506. package/lib/module/ui-components/header/focus-aware-status-bar.js +12 -0
  507. package/lib/module/ui-components/header/focus-aware-status-bar.js.map +1 -0
  508. package/lib/module/ui-components/header/foldable-header.js +77 -0
  509. package/lib/module/ui-components/header/foldable-header.js.map +1 -0
  510. package/lib/module/ui-components/header/header.js +96 -0
  511. package/lib/module/ui-components/header/header.js.map +1 -0
  512. package/lib/module/ui-components/header/index.js +9 -0
  513. package/lib/module/ui-components/header/index.js.map +1 -0
  514. package/lib/module/ui-components/header/navigation-header.js +133 -0
  515. package/lib/module/ui-components/header/navigation-header.js.map +1 -0
  516. package/lib/module/ui-components/history/data-item.js +68 -0
  517. package/lib/module/ui-components/history/data-item.js.map +1 -0
  518. package/lib/module/ui-components/history/history-details.js +171 -0
  519. package/lib/module/ui-components/history/history-details.js.map +1 -0
  520. package/lib/module/ui-components/history/history-item.js +102 -0
  521. package/lib/module/ui-components/history/history-item.js.map +1 -0
  522. package/lib/module/ui-components/history/history-section-header.js +41 -0
  523. package/lib/module/ui-components/history/history-section-header.js.map +1 -0
  524. package/lib/module/ui-components/history/history-section-list-item.js +42 -0
  525. package/lib/module/ui-components/history/history-section-list-item.js.map +1 -0
  526. package/lib/module/ui-components/history/index.js +10 -0
  527. package/lib/module/ui-components/history/index.js.map +1 -0
  528. package/lib/module/ui-components/icons/connectivity.js +120 -0
  529. package/lib/module/ui-components/icons/connectivity.js.map +1 -0
  530. package/lib/module/ui-components/icons/credential.js +136 -0
  531. package/lib/module/ui-components/icons/credential.js.map +1 -0
  532. package/lib/module/ui-components/icons/entity.js +42 -0
  533. package/lib/module/ui-components/icons/entity.js.map +1 -0
  534. package/lib/module/ui-components/icons/history.js +364 -0
  535. package/lib/module/ui-components/icons/history.js.map +1 -0
  536. package/lib/module/ui-components/icons/icons.js +214 -0
  537. package/lib/module/ui-components/icons/icons.js.map +1 -0
  538. package/lib/module/ui-components/icons/index.js.map +1 -0
  539. package/lib/module/ui-components/icons/input.js.map +1 -0
  540. package/lib/module/ui-components/icons/keypad.js +69 -0
  541. package/lib/module/ui-components/icons/keypad.js.map +1 -0
  542. package/lib/module/ui-components/icons/loader.js +168 -0
  543. package/lib/module/ui-components/icons/loader.js.map +1 -0
  544. package/lib/module/ui-components/icons/nerd-view.js.map +1 -0
  545. package/lib/module/ui-components/icons/selector.js +44 -0
  546. package/lib/module/ui-components/icons/selector.js.map +1 -0
  547. package/lib/module/ui-components/icons/wallet.js +108 -0
  548. package/lib/module/ui-components/icons/wallet.js.map +1 -0
  549. package/lib/module/ui-components/image/image-or-component.js +69 -0
  550. package/lib/module/ui-components/image/image-or-component.js.map +1 -0
  551. package/lib/module/ui-components/image/index.js +3 -0
  552. package/lib/module/ui-components/image/index.js.map +1 -0
  553. package/lib/module/ui-components/index.js +26 -0
  554. package/lib/module/ui-components/index.js.map +1 -0
  555. package/lib/module/ui-components/input/index.js.map +1 -0
  556. package/lib/module/ui-components/input/radio-group.js +91 -0
  557. package/lib/module/ui-components/input/radio-group.js.map +1 -0
  558. package/lib/module/ui-components/input/selection-input.js +82 -0
  559. package/lib/module/ui-components/input/selection-input.js.map +1 -0
  560. package/lib/module/ui-components/input/text-input.js +184 -0
  561. package/lib/module/ui-components/input/text-input.js.map +1 -0
  562. package/lib/module/ui-components/list/index.js +6 -0
  563. package/lib/module/ui-components/list/index.js.map +1 -0
  564. package/lib/module/ui-components/list/list-page-loading-indicator.js +7 -0
  565. package/lib/module/ui-components/list/list-page-loading-indicator.js.map +1 -0
  566. package/lib/module/ui-components/list/list-section-header.js +27 -0
  567. package/lib/module/ui-components/list/list-section-header.js.map +1 -0
  568. package/lib/module/ui-components/list/list-title-header.js +26 -0
  569. package/lib/module/ui-components/list/list-title-header.js.map +1 -0
  570. package/lib/module/ui-components/list/wallet/empty-list.js +66 -0
  571. package/lib/module/ui-components/list/wallet/empty-list.js.map +1 -0
  572. package/lib/module/ui-components/list/wallet/empty-search-result.js +34 -0
  573. package/lib/module/ui-components/list/wallet/empty-search-result.js.map +1 -0
  574. package/lib/module/ui-components/list/wallet/index.js +4 -0
  575. package/lib/module/ui-components/list/wallet/index.js.map +1 -0
  576. package/lib/module/ui-components/loader/index.js.map +1 -0
  577. package/lib/module/ui-components/loader/loader.js +132 -0
  578. package/lib/module/ui-components/loader/loader.js.map +1 -0
  579. package/lib/module/ui-components/loader/loading-result.js +86 -0
  580. package/lib/module/ui-components/loader/loading-result.js.map +1 -0
  581. package/lib/module/ui-components/nerd-view/index.js +3 -0
  582. package/lib/module/ui-components/nerd-view/index.js.map +1 -0
  583. package/lib/module/ui-components/nerd-view/nerd-mode-item.js +224 -0
  584. package/lib/module/ui-components/nerd-view/nerd-mode-item.js.map +1 -0
  585. package/lib/module/ui-components/pin/index.js +5 -0
  586. package/lib/module/ui-components/pin/index.js.map +1 -0
  587. package/lib/module/ui-components/pin/keypad.js +189 -0
  588. package/lib/module/ui-components/pin/keypad.js.map +1 -0
  589. package/lib/module/ui-components/pin/pin-code-screen.js +151 -0
  590. package/lib/module/ui-components/pin/pin-code-screen.js.map +1 -0
  591. package/lib/module/ui-components/pin/pin-lock-animation.js +817 -0
  592. package/lib/module/ui-components/pin/pin-lock-animation.js.map +1 -0
  593. package/lib/module/ui-components/pin/pin-lock.js +72 -0
  594. package/lib/module/ui-components/pin/pin-lock.js.map +1 -0
  595. package/lib/module/ui-components/pin/pins.js +45 -0
  596. package/lib/module/ui-components/pin/pins.js.map +1 -0
  597. package/lib/module/ui-components/screens/backup-screen.js +77 -0
  598. package/lib/module/ui-components/screens/backup-screen.js.map +1 -0
  599. package/lib/module/ui-components/screens/image-preview-screen.js +82 -0
  600. package/lib/module/ui-components/screens/image-preview-screen.js.map +1 -0
  601. package/lib/module/ui-components/screens/index.js +13 -0
  602. package/lib/module/ui-components/screens/index.js.map +1 -0
  603. package/lib/module/ui-components/screens/nerd-mode-screen.js +156 -0
  604. package/lib/module/ui-components/screens/nerd-mode-screen.js.map +1 -0
  605. package/lib/module/ui-components/screens/qr-code-scanner-screen.js +109 -0
  606. package/lib/module/ui-components/screens/qr-code-scanner-screen.js.map +1 -0
  607. package/lib/module/ui-components/screens/scroll-view-screen.js +85 -0
  608. package/lib/module/ui-components/screens/scroll-view-screen.js.map +1 -0
  609. package/lib/module/ui-components/screens/section-list-screen.js +58 -0
  610. package/lib/module/ui-components/screens/section-list-screen.js.map +1 -0
  611. package/lib/module/ui-components/searchbar/animated-search-bar.js +77 -0
  612. package/lib/module/ui-components/searchbar/animated-search-bar.js.map +1 -0
  613. package/lib/module/ui-components/searchbar/index.js.map +1 -0
  614. package/lib/module/ui-components/searchbar/search-bar.js +88 -0
  615. package/lib/module/ui-components/searchbar/search-bar.js.map +1 -0
  616. package/lib/module/ui-components/settings/button-setting.js +56 -0
  617. package/lib/module/ui-components/settings/button-setting.js.map +1 -0
  618. package/lib/module/ui-components/settings/index.js.map +1 -0
  619. package/lib/module/ui-components/settings/setting-item-separator.js +31 -0
  620. package/lib/module/ui-components/settings/setting-item-separator.js.map +1 -0
  621. package/lib/module/ui-components/settings/setting-item.js +68 -0
  622. package/lib/module/ui-components/settings/setting-item.js.map +1 -0
  623. package/lib/module/ui-components/settings/settings-button.js +26 -0
  624. package/lib/module/ui-components/settings/settings-button.js.map +1 -0
  625. package/lib/module/ui-components/settings/switch-setting.js +26 -0
  626. package/lib/module/ui-components/settings/switch-setting.js.map +1 -0
  627. package/lib/module/ui-components/state/error-screen.js +62 -0
  628. package/lib/module/ui-components/state/error-screen.js.map +1 -0
  629. package/lib/module/ui-components/state/index.js.map +1 -0
  630. package/lib/module/ui-components/text/base.js +30 -0
  631. package/lib/module/ui-components/text/base.js.map +1 -0
  632. package/lib/module/ui-components/text/font.js +55 -0
  633. package/lib/module/ui-components/text/font.js.map +1 -0
  634. package/lib/module/ui-components/text/index.js +3 -0
  635. package/lib/module/ui-components/text/index.js.map +1 -0
  636. package/lib/module/ui-components/text/typography.js +109 -0
  637. package/lib/module/ui-components/text/typography.js.map +1 -0
  638. package/lib/module/ui-components/theme/color-scheme-context.js +45 -0
  639. package/lib/module/ui-components/theme/color-scheme-context.js.map +1 -0
  640. package/lib/module/ui-components/theme/color-scheme.js.map +1 -0
  641. package/lib/module/ui-components/theme/index.js.map +1 -0
  642. package/lib/module/utils/array.js +4 -0
  643. package/lib/module/utils/array.js.map +1 -0
  644. package/lib/module/utils/backup.js +5 -0
  645. package/lib/module/utils/backup.js.map +1 -0
  646. package/lib/module/utils/color.js.map +1 -1
  647. package/lib/module/utils/contrasting-status-bar.js +5 -6
  648. package/lib/module/utils/contrasting-status-bar.js.map +1 -1
  649. package/lib/module/utils/date.js +91 -3
  650. package/lib/module/utils/date.js.map +1 -1
  651. package/lib/module/utils/filtering.js +4 -0
  652. package/lib/module/utils/filtering.js.map +1 -0
  653. package/lib/module/utils/history.js +66 -0
  654. package/lib/module/utils/history.js.map +1 -0
  655. package/lib/module/utils/hooks/connectivity/connectivity.js +153 -0
  656. package/lib/module/utils/hooks/connectivity/connectivity.js.map +1 -0
  657. package/lib/module/utils/hooks/connectivity/connectivity.test.js +60 -0
  658. package/lib/module/utils/hooks/connectivity/connectivity.test.js.map +1 -0
  659. package/lib/module/utils/hooks/core/backup.js +143 -0
  660. package/lib/module/utils/hooks/core/backup.js.map +1 -0
  661. package/lib/module/utils/hooks/core/cache.js +37 -0
  662. package/lib/module/utils/hooks/core/cache.js.map +1 -0
  663. package/lib/module/utils/hooks/core/core-config.js +23 -0
  664. package/lib/module/utils/hooks/core/core-config.js.map +1 -0
  665. package/lib/module/utils/hooks/core/core-context.js +67 -0
  666. package/lib/module/utils/hooks/core/core-context.js.map +1 -0
  667. package/lib/module/utils/hooks/core/core-init.js +90 -0
  668. package/lib/module/utils/hooks/core/core-init.js.map +1 -0
  669. package/lib/module/utils/hooks/core/credential-schemas.js +88 -0
  670. package/lib/module/utils/hooks/core/credential-schemas.js.map +1 -0
  671. package/lib/module/utils/hooks/core/credentials.js +145 -0
  672. package/lib/module/utils/hooks/core/credentials.js.map +1 -0
  673. package/lib/module/utils/hooks/core/dids.js +26 -0
  674. package/lib/module/utils/hooks/core/dids.js.map +1 -0
  675. package/lib/module/utils/hooks/core/error-code.js +8 -0
  676. package/lib/module/utils/hooks/core/error-code.js.map +1 -0
  677. package/lib/module/utils/hooks/core/history.js +26 -0
  678. package/lib/module/utils/hooks/core/history.js.map +1 -0
  679. package/lib/module/utils/hooks/core/index.js +14 -0
  680. package/lib/module/utils/hooks/core/index.js.map +1 -0
  681. package/lib/module/utils/hooks/core/proof-schemas.js +104 -0
  682. package/lib/module/utils/hooks/core/proof-schemas.js.map +1 -0
  683. package/lib/module/utils/hooks/core/proofs.js +346 -0
  684. package/lib/module/utils/hooks/core/proofs.js.map +1 -0
  685. package/lib/module/utils/hooks/core/query.js +18 -0
  686. package/lib/module/utils/hooks/core/query.js.map +1 -0
  687. package/lib/module/utils/hooks/core/trust-entity.js +88 -0
  688. package/lib/module/utils/hooks/core/trust-entity.js.map +1 -0
  689. package/lib/module/utils/hooks/credential-card/credential-card-expanding.js +43 -0
  690. package/lib/module/utils/hooks/credential-card/credential-card-expanding.js.map +1 -0
  691. package/lib/module/utils/hooks/header/on-scroll-header-state.js +1 -2
  692. package/lib/module/utils/hooks/header/on-scroll-header-state.js.map +1 -1
  693. package/lib/module/utils/hooks/http/client.js +13 -0
  694. package/lib/module/utils/hooks/http/client.js.map +1 -0
  695. package/lib/module/utils/hooks/index.js +8 -4
  696. package/lib/module/utils/hooks/index.js.map +1 -1
  697. package/lib/module/utils/hooks/list/list-content-inset.js +9 -10
  698. package/lib/module/utils/hooks/list/list-content-inset.js.map +1 -1
  699. package/lib/module/utils/hooks/navigation/before-remove.js +21 -0
  700. package/lib/module/utils/hooks/navigation/before-remove.js.map +1 -0
  701. package/lib/module/utils/hooks/navigation/close-button-timeout.js +27 -0
  702. package/lib/module/utils/hooks/navigation/close-button-timeout.js.map +1 -0
  703. package/lib/module/utils/hooks/navigation/deep-link.js +37 -0
  704. package/lib/module/utils/hooks/navigation/deep-link.js.map +1 -0
  705. package/lib/module/utils/hooks/navigation/index.js +5 -0
  706. package/lib/module/utils/hooks/navigation/index.js.map +1 -0
  707. package/lib/module/utils/hooks/navigation/open-settings.js +35 -0
  708. package/lib/module/utils/hooks/navigation/open-settings.js.map +1 -0
  709. package/lib/module/utils/hooks/pin-security/pin-security.js +79 -0
  710. package/lib/module/utils/hooks/pin-security/pin-security.js.map +1 -0
  711. package/lib/module/utils/hooks/revocation/credential-status.js +52 -0
  712. package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -0
  713. package/lib/module/utils/index.js +14 -5
  714. package/lib/module/utils/index.js.map +1 -1
  715. package/lib/module/utils/navigation.js +5 -5
  716. package/lib/module/utils/navigation.js.map +1 -1
  717. package/lib/module/utils/parsers/credential-images.js +78 -0
  718. package/lib/module/utils/parsers/credential-images.js.map +1 -0
  719. package/lib/module/utils/parsers/credential-sharing.js +238 -0
  720. package/lib/module/utils/parsers/credential-sharing.js.map +1 -0
  721. package/lib/module/utils/parsers/credential.js +295 -0
  722. package/lib/module/utils/parsers/credential.js.map +1 -0
  723. package/lib/module/utils/parsers/index.js +6 -0
  724. package/lib/module/utils/parsers/index.js.map +1 -0
  725. package/lib/module/utils/parsers/query.js +92 -0
  726. package/lib/module/utils/parsers/query.js.map +1 -0
  727. package/lib/module/utils/parsers/universal-links.js +25 -0
  728. package/lib/module/utils/parsers/universal-links.js.map +1 -0
  729. package/lib/module/utils/parsers/universal-links.test.js +38 -0
  730. package/lib/module/utils/parsers/universal-links.test.js.map +1 -0
  731. package/lib/module/utils/ref.js.map +1 -1
  732. package/lib/module/utils/reporting.js +77 -0
  733. package/lib/module/utils/reporting.js.map +1 -0
  734. package/lib/module/utils/string.js +10 -0
  735. package/lib/module/utils/string.js.map +1 -0
  736. package/lib/module/utils/testID.js +1 -4
  737. package/lib/module/utils/testID.js.map +1 -1
  738. package/lib/module/utils/testID.test.js.map +1 -1
  739. package/lib/module/utils/useMemoAsync.js +11 -1
  740. package/lib/module/utils/useMemoAsync.js.map +1 -1
  741. package/lib/module/utils/uuid.js +9 -0
  742. package/lib/module/utils/uuid.js.map +1 -0
  743. package/lib/typescript/components/backup/index.d.ts +1 -0
  744. package/lib/typescript/components/backup/preview-credentials.d.ts +11 -0
  745. package/lib/typescript/components/credential/credential.d.ts +16 -0
  746. package/lib/typescript/components/credential/index.d.ts +1 -0
  747. package/lib/typescript/components/entity/EntityButtons.d.ts +14 -0
  748. package/lib/typescript/components/entity/entity-attributes.d.ts +13 -0
  749. package/lib/typescript/components/entity/entity-details-with-buttons.d.ts +18 -0
  750. package/lib/typescript/components/entity/entity-details.d.ts +19 -0
  751. package/lib/typescript/components/entity/index.d.ts +2 -0
  752. package/lib/typescript/components/history/history-details-screen.d.ts +20 -0
  753. package/lib/typescript/components/history/history-list-item-icon.d.ts +8 -0
  754. package/lib/typescript/components/history/history-list-item.d.ts +20 -0
  755. package/lib/typescript/components/history/history-list-screen.d.ts +22 -0
  756. package/lib/typescript/components/history/history-list-section-header.d.ts +13 -0
  757. package/lib/typescript/components/history/history-list.d.ts +19 -0
  758. package/lib/typescript/components/history/index.d.ts +6 -0
  759. package/lib/typescript/components/index.d.ts +6 -0
  760. package/lib/typescript/components/navigation/header-buttons.d.ts +21 -0
  761. package/lib/typescript/components/navigation/index.d.ts +1 -0
  762. package/lib/typescript/components/proof-request/group.d.ts +2 -0
  763. package/lib/typescript/components/proof-request/index.d.ts +3 -0
  764. package/lib/typescript/components/proof-request/select-credential.d.ts +14 -0
  765. package/lib/typescript/components/proof-request/share-credential.d.ts +27 -0
  766. package/lib/typescript/index.d.ts +2 -25
  767. package/lib/typescript/ui-components/accessibility/accessibility.d.ts +55 -0
  768. package/lib/typescript/ui-components/accessibility/accessibilityHistory.d.ts +13 -0
  769. package/lib/typescript/ui-components/accessibility/accessibilityHistoryWrappers.d.ts +18 -0
  770. package/lib/typescript/ui-components/accessibility/index.d.ts +8 -0
  771. package/lib/typescript/ui-components/buttons/back-button.d.ts +9 -0
  772. package/lib/typescript/ui-components/buttons/button.d.ts +22 -0
  773. package/lib/typescript/ui-components/buttons/hold-button.d.ts +16 -0
  774. package/lib/typescript/ui-components/buttons/index.d.ts +15 -0
  775. package/lib/typescript/ui-components/buttons/scan-button.d.ts +5 -0
  776. package/lib/typescript/ui-components/credential/card/credential-card.d.ts +25 -0
  777. package/lib/typescript/ui-components/credential/card/credential-header.d.ts +20 -0
  778. package/lib/typescript/ui-components/credential/card/index.d.ts +15 -0
  779. package/lib/typescript/ui-components/credential/credential-attribute-item.d.ts +49 -0
  780. package/lib/typescript/ui-components/credential/index.d.ts +9 -0
  781. package/lib/typescript/ui-components/entity/avatar.d.ts +11 -0
  782. package/lib/typescript/ui-components/entity/entity-cluster.d.ts +13 -0
  783. package/lib/typescript/ui-components/header/index.d.ts +11 -0
  784. package/lib/typescript/ui-components/history/data-item.d.ts +12 -0
  785. package/lib/typescript/ui-components/history/history-details.d.ts +51 -0
  786. package/lib/typescript/ui-components/history/history-item.d.ts +15 -0
  787. package/lib/typescript/ui-components/history/history-section-header.d.ts +7 -0
  788. package/lib/typescript/ui-components/history/history-section-list-item.d.ts +7 -0
  789. package/lib/typescript/ui-components/history/index.d.ts +9 -0
  790. package/lib/typescript/ui-components/icons/history.d.ts +27 -0
  791. package/lib/typescript/ui-components/image/index.d.ts +3 -0
  792. package/lib/typescript/ui-components/index.d.ts +25 -0
  793. package/lib/typescript/ui-components/input/selection-input.d.ts +32 -0
  794. package/lib/typescript/ui-components/list/index.d.ts +5 -0
  795. package/lib/typescript/ui-components/list/list-page-loading-indicator.d.ts +4 -0
  796. package/lib/typescript/ui-components/list/wallet/empty-list.d.ts +10 -0
  797. package/lib/typescript/ui-components/list/wallet/empty-search-result.d.ts +7 -0
  798. package/lib/typescript/ui-components/list/wallet/index.d.ts +3 -0
  799. package/lib/typescript/ui-components/nerd-view/index.d.ts +3 -0
  800. package/lib/typescript/ui-components/pin/index.d.ts +4 -0
  801. package/lib/typescript/ui-components/pin/keypad.d.ts +16 -0
  802. package/lib/typescript/ui-components/pin/pin-lock-animation.d.ts +731 -0
  803. package/lib/typescript/ui-components/pin/pin-lock.d.ts +13 -0
  804. package/lib/typescript/ui-components/screens/index.d.ts +18 -0
  805. package/lib/typescript/ui-components/screens/nerd-mode-screen.d.ts +49 -0
  806. package/lib/typescript/ui-components/text/index.d.ts +3 -0
  807. package/lib/typescript/ui-components/text/typography.d.ts +112 -0
  808. package/lib/typescript/ui-components/theme/color-scheme.d.ts +32 -0
  809. package/lib/typescript/utils/array.d.ts +1 -0
  810. package/lib/typescript/utils/backup.d.ts +1 -0
  811. package/lib/typescript/utils/date.d.ts +32 -0
  812. package/lib/typescript/utils/filtering.d.ts +1 -0
  813. package/lib/typescript/utils/history.d.ts +10 -0
  814. package/lib/typescript/utils/hooks/connectivity/connectivity.d.ts +27 -0
  815. package/lib/typescript/utils/hooks/connectivity/connectivity.test.d.ts +1 -0
  816. package/lib/typescript/utils/hooks/core/backup.d.ts +13 -0
  817. package/lib/typescript/utils/hooks/core/cache.d.ts +2 -0
  818. package/lib/typescript/utils/hooks/core/core-config.d.ts +5 -0
  819. package/lib/typescript/utils/hooks/core/core-context.d.ts +15 -0
  820. package/lib/typescript/utils/hooks/core/core-init.d.ts +12 -0
  821. package/lib/typescript/utils/hooks/core/credential-schemas.d.ts +11 -0
  822. package/lib/typescript/utils/hooks/core/credentials.d.ts +22 -0
  823. package/lib/typescript/utils/hooks/core/dids.d.ts +3 -0
  824. package/lib/typescript/utils/hooks/core/error-code.d.ts +6 -0
  825. package/lib/typescript/utils/hooks/core/history.d.ts +3 -0
  826. package/lib/typescript/utils/hooks/core/index.d.ts +13 -0
  827. package/lib/typescript/utils/hooks/core/proof-schemas.d.ts +14 -0
  828. package/lib/typescript/utils/hooks/core/proofs.d.ts +43 -0
  829. package/lib/typescript/utils/hooks/core/query.d.ts +2 -0
  830. package/lib/typescript/utils/hooks/core/trust-entity.d.ts +11 -0
  831. package/lib/typescript/utils/hooks/credential-card/credential-card-expanding.d.ts +10 -0
  832. package/lib/typescript/utils/hooks/http/client.d.ts +2 -0
  833. package/lib/typescript/utils/hooks/index.d.ts +8 -4
  834. package/lib/typescript/utils/hooks/navigation/before-remove.d.ts +1 -0
  835. package/lib/typescript/utils/hooks/navigation/close-button-timeout.d.ts +3 -0
  836. package/lib/typescript/utils/hooks/navigation/deep-link.d.ts +2 -0
  837. package/lib/typescript/utils/hooks/navigation/index.d.ts +4 -0
  838. package/lib/typescript/utils/hooks/navigation/open-settings.d.ts +6 -0
  839. package/lib/typescript/utils/hooks/pin-security/pin-security.d.ts +6 -0
  840. package/lib/typescript/utils/hooks/revocation/credential-status.d.ts +8 -0
  841. package/lib/typescript/utils/index.d.ts +14 -5
  842. package/lib/typescript/utils/parsers/credential-images.d.ts +3 -0
  843. package/lib/typescript/utils/parsers/credential-sharing.d.ts +16 -0
  844. package/lib/typescript/utils/parsers/credential.d.ts +76 -0
  845. package/lib/typescript/utils/parsers/index.d.ts +5 -0
  846. package/lib/typescript/utils/parsers/query.d.ts +7 -0
  847. package/lib/typescript/utils/parsers/universal-links.d.ts +1 -0
  848. package/lib/typescript/utils/parsers/universal-links.test.d.ts +1 -0
  849. package/lib/typescript/utils/ref.d.ts +1 -1
  850. package/lib/typescript/utils/reporting.d.ts +4 -0
  851. package/lib/typescript/utils/string.d.ts +4 -0
  852. package/lib/typescript/utils/uuid.d.ts +6 -0
  853. package/package.json +86 -45
  854. package/src/components/backup/index.ts +1 -0
  855. package/src/components/backup/preview-credentials.tsx +38 -0
  856. package/src/components/credential/credential.tsx +72 -0
  857. package/src/components/credential/index.ts +1 -0
  858. package/src/components/entity/EntityButtons.tsx +79 -0
  859. package/src/components/entity/entity-attributes.tsx +63 -0
  860. package/src/components/entity/entity-details-with-buttons.tsx +99 -0
  861. package/src/components/entity/entity-details.tsx +85 -0
  862. package/src/components/entity/index.ts +3 -0
  863. package/src/components/history/history-details-screen.tsx +89 -0
  864. package/src/components/history/history-list-item-icon.tsx +108 -0
  865. package/src/components/history/history-list-item.tsx +53 -0
  866. package/src/components/history/history-list-screen.tsx +154 -0
  867. package/src/components/history/history-list-section-header.tsx +42 -0
  868. package/src/components/history/history-list.tsx +116 -0
  869. package/src/components/history/index.tsx +6 -0
  870. package/src/components/index.ts +6 -0
  871. package/src/components/navigation/header-buttons.tsx +64 -0
  872. package/src/components/navigation/index.ts +1 -0
  873. package/src/components/proof-request/group.tsx +26 -0
  874. package/src/components/proof-request/index.ts +3 -0
  875. package/src/components/proof-request/select-credential.tsx +48 -0
  876. package/src/components/proof-request/share-credential.tsx +194 -0
  877. package/src/index.ts +2 -25
  878. package/src/ui-components/accessibility/accessibility.ts +215 -0
  879. package/src/ui-components/accessibility/accessibilityHistory.tsx +77 -0
  880. package/src/ui-components/accessibility/accessibilityHistoryWrappers.tsx +78 -0
  881. package/src/ui-components/accessibility/index.ts +36 -0
  882. package/src/ui-components/action-modal/ActionModal.stories.tsx +39 -0
  883. package/src/ui-components/activity-indicator/activity-indicator.stories.tsx +18 -0
  884. package/src/ui-components/blur/blur-view.tsx +82 -0
  885. package/src/ui-components/buttons/back-button.stories.tsx +30 -0
  886. package/src/ui-components/buttons/back-button.tsx +30 -0
  887. package/src/ui-components/buttons/button.stories.tsx +28 -0
  888. package/src/ui-components/buttons/button.tsx +169 -0
  889. package/src/ui-components/buttons/connectivity-button.stories.tsx +33 -0
  890. package/src/ui-components/buttons/connectivity-button.tsx +95 -0
  891. package/src/ui-components/buttons/ghost-button.stories.tsx +28 -0
  892. package/src/ui-components/buttons/hold-button.stories.tsx +29 -0
  893. package/src/ui-components/buttons/hold-button.tsx +276 -0
  894. package/src/ui-components/buttons/index.ts +34 -0
  895. package/src/ui-components/buttons/scan-button.stories.tsx +30 -0
  896. package/src/ui-components/control/checkbox.stories.tsx +27 -0
  897. package/src/ui-components/control/switch.stories.tsx +32 -0
  898. package/src/ui-components/credential/card/credential-card.stories.tsx +51 -0
  899. package/src/ui-components/credential/card/credential-card.tsx +189 -0
  900. package/src/ui-components/credential/card/credential-details-card.stories.tsx +303 -0
  901. package/src/ui-components/credential/card/credential-details-card.tsx +242 -0
  902. package/src/ui-components/credential/card/credential-details-list-item.tsx +97 -0
  903. package/src/ui-components/credential/card/credential-header.stories.tsx +48 -0
  904. package/src/ui-components/credential/card/credential-header.tsx +199 -0
  905. package/src/ui-components/credential/card/credential-image-carousel.tsx +117 -0
  906. package/src/ui-components/credential/card/index.ts +22 -0
  907. package/src/ui-components/credential/credential-attribute-item.tsx +373 -0
  908. package/src/ui-components/credential/index.ts +14 -0
  909. package/src/ui-components/credential/selector.stories.tsx +37 -0
  910. package/src/ui-components/credential/selector.tsx +64 -0
  911. package/src/ui-components/detail/detail.stories.tsx +68 -0
  912. package/src/ui-components/detail/detail.tsx +98 -0
  913. package/src/ui-components/entity/avatar.stories.tsx +42 -0
  914. package/src/ui-components/entity/avatar.tsx +100 -0
  915. package/src/ui-components/entity/entity-cluster.stories.tsx +45 -0
  916. package/src/ui-components/entity/entity-cluster.tsx +82 -0
  917. package/src/ui-components/header/header.stories.tsx +62 -0
  918. package/src/ui-components/header/header.tsx +105 -0
  919. package/src/ui-components/header/index.ts +12 -0
  920. package/src/ui-components/header/navigation-header.stories.tsx +59 -0
  921. package/src/ui-components/header/navigation-header.tsx +147 -0
  922. package/src/ui-components/history/data-item.tsx +88 -0
  923. package/src/ui-components/history/history-details.tsx +247 -0
  924. package/src/ui-components/history/history-item.tsx +141 -0
  925. package/src/ui-components/history/history-section-header.tsx +44 -0
  926. package/src/ui-components/history/history-section-list-item.tsx +41 -0
  927. package/src/ui-components/history/index.ts +10 -0
  928. package/src/ui-components/icons/entity.tsx +31 -0
  929. package/src/ui-components/icons/history.tsx +329 -0
  930. package/src/ui-components/image/index.tsx +4 -0
  931. package/src/ui-components/index.ts +25 -0
  932. package/src/ui-components/input/radio-group.stories.tsx +34 -0
  933. package/src/ui-components/input/radio-group.tsx +116 -0
  934. package/src/ui-components/input/selection-input.stories.tsx +49 -0
  935. package/src/ui-components/input/selection-input.tsx +112 -0
  936. package/src/ui-components/input/text-input.tsx +253 -0
  937. package/src/ui-components/list/index.ts +6 -0
  938. package/src/ui-components/list/list-page-loading-indicator.tsx +8 -0
  939. package/src/ui-components/list/wallet/empty-list.tsx +75 -0
  940. package/src/ui-components/list/wallet/empty-search-result.tsx +39 -0
  941. package/src/ui-components/list/wallet/index.tsx +4 -0
  942. package/src/ui-components/loader/loader.stories.tsx +28 -0
  943. package/src/ui-components/loader/loader.tsx +174 -0
  944. package/src/ui-components/loader/loading-result.stories.tsx +70 -0
  945. package/src/ui-components/loader/loading-result.tsx +97 -0
  946. package/src/ui-components/nerd-view/index.ts +4 -0
  947. package/src/ui-components/nerd-view/nerd-mode-item.tsx +299 -0
  948. package/src/ui-components/pin/index.ts +5 -0
  949. package/src/ui-components/pin/keypad.tsx +166 -0
  950. package/src/ui-components/pin/pin-code-screen.stories.tsx +87 -0
  951. package/src/ui-components/pin/pin-code-screen.tsx +195 -0
  952. package/src/ui-components/pin/pin-lock-animation.tsx +500 -0
  953. package/src/ui-components/pin/pin-lock.tsx +82 -0
  954. package/src/ui-components/screens/backup-screen.tsx +92 -0
  955. package/src/ui-components/screens/image-preview-screen.stories.tsx +31 -0
  956. package/src/ui-components/screens/image-preview-screen.tsx +82 -0
  957. package/src/ui-components/screens/index.ts +19 -0
  958. package/src/ui-components/screens/nerd-mode-screen.tsx +214 -0
  959. package/src/ui-components/screens/qr-code-scanner-screen.stories.tsx +40 -0
  960. package/src/ui-components/screens/qr-code-scanner-screen.tsx +124 -0
  961. package/src/ui-components/screens/scroll-view-screen.tsx +91 -0
  962. package/src/ui-components/screens/section-list-screen.tsx +61 -0
  963. package/src/ui-components/searchbar/search-bar.stories.tsx +38 -0
  964. package/src/ui-components/searchbar/search-bar.tsx +94 -0
  965. package/src/ui-components/state/error-screen.stories.tsx +21 -0
  966. package/src/ui-components/state/error-screen.tsx +71 -0
  967. package/src/ui-components/text/index.ts +4 -0
  968. package/src/ui-components/text/typography.stories.tsx +77 -0
  969. package/src/ui-components/theme/color-scheme-context.tsx +49 -0
  970. package/src/ui-components/theme/color-scheme.ts +32 -0
  971. package/src/utils/array.ts +3 -0
  972. package/src/utils/backup.ts +5 -0
  973. package/src/utils/date.ts +106 -2
  974. package/src/utils/filtering.ts +5 -0
  975. package/src/utils/history.ts +71 -0
  976. package/src/utils/hooks/connectivity/connectivity.test.ts +95 -0
  977. package/src/utils/hooks/connectivity/connectivity.ts +186 -0
  978. package/src/utils/hooks/core/backup.ts +144 -0
  979. package/src/utils/hooks/core/cache.ts +43 -0
  980. package/src/utils/hooks/core/core-config.ts +32 -0
  981. package/src/utils/hooks/core/core-context.tsx +114 -0
  982. package/src/utils/hooks/core/core-init.ts +106 -0
  983. package/src/utils/hooks/core/credential-schemas.ts +110 -0
  984. package/src/utils/hooks/core/credentials.ts +166 -0
  985. package/src/utils/hooks/core/dids.ts +28 -0
  986. package/src/utils/hooks/core/error-code.ts +6 -0
  987. package/src/utils/hooks/core/history.ts +30 -0
  988. package/src/utils/hooks/core/index.ts +13 -0
  989. package/src/utils/hooks/core/proof-schemas.ts +130 -0
  990. package/src/utils/hooks/core/proofs.ts +409 -0
  991. package/src/utils/hooks/core/query.ts +19 -0
  992. package/src/utils/hooks/core/trust-entity.ts +113 -0
  993. package/src/utils/hooks/credential-card/credential-card-expanding.tsx +45 -0
  994. package/src/utils/hooks/http/client.ts +13 -0
  995. package/src/utils/hooks/index.ts +8 -5
  996. package/src/utils/hooks/navigation/before-remove.tsx +22 -0
  997. package/src/utils/hooks/navigation/close-button-timeout.tsx +29 -0
  998. package/src/utils/hooks/navigation/deep-link.ts +40 -0
  999. package/src/utils/hooks/navigation/index.ts +4 -0
  1000. package/src/utils/hooks/navigation/open-settings.ts +39 -0
  1001. package/src/utils/hooks/pin-security/pin-security.ts +99 -0
  1002. package/src/utils/hooks/revocation/credential-status.ts +45 -0
  1003. package/src/utils/index.ts +14 -14
  1004. package/src/utils/navigation.ts +4 -2
  1005. package/src/utils/parsers/credential-images.tsx +78 -0
  1006. package/src/utils/parsers/credential-sharing.tsx +366 -0
  1007. package/src/utils/parsers/credential.ts +365 -0
  1008. package/src/utils/parsers/index.ts +5 -0
  1009. package/src/utils/parsers/query.tsx +82 -0
  1010. package/src/utils/parsers/universal-links.test.ts +57 -0
  1011. package/src/utils/parsers/universal-links.ts +26 -0
  1012. package/src/utils/ref.ts +1 -1
  1013. package/src/utils/reporting.ts +85 -0
  1014. package/src/utils/string.ts +17 -0
  1015. package/src/utils/useMemoAsync.ts +1 -1
  1016. package/src/utils/uuid.ts +8 -0
  1017. package/lib/commonjs/accessibility/accessibility.js +0 -193
  1018. package/lib/commonjs/accessibility/accessibility.js.map +0 -1
  1019. package/lib/commonjs/accessibility/accessibilityHistory.js +0 -81
  1020. package/lib/commonjs/accessibility/accessibilityHistory.js.map +0 -1
  1021. package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js +0 -49
  1022. package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js.map +0 -1
  1023. package/lib/commonjs/accessibility/accessibilityLanguage.js +0 -63
  1024. package/lib/commonjs/accessibility/accessibilityLanguage.js.map +0 -1
  1025. package/lib/commonjs/accessibility/index.js +0 -129
  1026. package/lib/commonjs/accessibility/index.js.map +0 -1
  1027. package/lib/commonjs/accessibility/locale/index.js +0 -21
  1028. package/lib/commonjs/accessibility/locale/index.js.map +0 -1
  1029. package/lib/commonjs/accessibility/locale.test.js.map +0 -1
  1030. package/lib/commonjs/action-modal/ActionModal.js +0 -52
  1031. package/lib/commonjs/action-modal/ActionModal.js.map +0 -1
  1032. package/lib/commonjs/action-modal/index.js +0 -14
  1033. package/lib/commonjs/action-modal/index.js.map +0 -1
  1034. package/lib/commonjs/activity-indicator/activity-indicator.js +0 -34
  1035. package/lib/commonjs/activity-indicator/activity-indicator.js.map +0 -1
  1036. package/lib/commonjs/activity-indicator/index.js +0 -14
  1037. package/lib/commonjs/activity-indicator/index.js.map +0 -1
  1038. package/lib/commonjs/blur/blur-view.js +0 -76
  1039. package/lib/commonjs/blur/blur-view.js.map +0 -1
  1040. package/lib/commonjs/blur/index.js +0 -21
  1041. package/lib/commonjs/blur/index.js.map +0 -1
  1042. package/lib/commonjs/buttons/back-button.js +0 -37
  1043. package/lib/commonjs/buttons/back-button.js.map +0 -1
  1044. package/lib/commonjs/buttons/button.js +0 -153
  1045. package/lib/commonjs/buttons/button.js.map +0 -1
  1046. package/lib/commonjs/buttons/connectivity-button.js +0 -82
  1047. package/lib/commonjs/buttons/connectivity-button.js.map +0 -1
  1048. package/lib/commonjs/buttons/filter-button.js +0 -51
  1049. package/lib/commonjs/buttons/filter-button.js.map +0 -1
  1050. package/lib/commonjs/buttons/ghost-button.js +0 -62
  1051. package/lib/commonjs/buttons/ghost-button.js.map +0 -1
  1052. package/lib/commonjs/buttons/index.js +0 -104
  1053. package/lib/commonjs/buttons/index.js.map +0 -1
  1054. package/lib/commonjs/buttons/scan-button.js +0 -83
  1055. package/lib/commonjs/buttons/scan-button.js.map +0 -1
  1056. package/lib/commonjs/camera/camera-overlay.js +0 -61
  1057. package/lib/commonjs/camera/camera-overlay.js.map +0 -1
  1058. package/lib/commonjs/camera/index.js +0 -21
  1059. package/lib/commonjs/camera/index.js.map +0 -1
  1060. package/lib/commonjs/camera/qr-code-scanner.js +0 -50
  1061. package/lib/commonjs/camera/qr-code-scanner.js.map +0 -1
  1062. package/lib/commonjs/control/checkbox.js +0 -79
  1063. package/lib/commonjs/control/checkbox.js.map +0 -1
  1064. package/lib/commonjs/control/index.js.map +0 -1
  1065. package/lib/commonjs/control/switch.js +0 -65
  1066. package/lib/commonjs/control/switch.js.map +0 -1
  1067. package/lib/commonjs/credential/card/credential-card.js +0 -189
  1068. package/lib/commonjs/credential/card/credential-card.js.map +0 -1
  1069. package/lib/commonjs/credential/card/credential-details-card.js +0 -201
  1070. package/lib/commonjs/credential/card/credential-details-card.js.map +0 -1
  1071. package/lib/commonjs/credential/card/credential-details-list-item.js +0 -84
  1072. package/lib/commonjs/credential/card/credential-details-list-item.js.map +0 -1
  1073. package/lib/commonjs/credential/card/credential-header.js +0 -172
  1074. package/lib/commonjs/credential/card/credential-header.js.map +0 -1
  1075. package/lib/commonjs/credential/card/credential-image-carousel.js +0 -124
  1076. package/lib/commonjs/credential/card/credential-image-carousel.js.map +0 -1
  1077. package/lib/commonjs/credential/card/index.js +0 -85
  1078. package/lib/commonjs/credential/card/index.js.map +0 -1
  1079. package/lib/commonjs/credential/credential-attribute-item.js +0 -289
  1080. package/lib/commonjs/credential/credential-attribute-item.js.map +0 -1
  1081. package/lib/commonjs/credential/credential-carousel-images.js +0 -98
  1082. package/lib/commonjs/credential/credential-carousel-images.js.map +0 -1
  1083. package/lib/commonjs/credential/index.js +0 -90
  1084. package/lib/commonjs/credential/index.js.map +0 -1
  1085. package/lib/commonjs/credential/selector-status.js +0 -17
  1086. package/lib/commonjs/credential/selector-status.js.map +0 -1
  1087. package/lib/commonjs/credential/selector.js +0 -79
  1088. package/lib/commonjs/credential/selector.js.map +0 -1
  1089. package/lib/commonjs/detail/detail.js +0 -84
  1090. package/lib/commonjs/detail/detail.js.map +0 -1
  1091. package/lib/commonjs/detail/index.js +0 -14
  1092. package/lib/commonjs/detail/index.js.map +0 -1
  1093. package/lib/commonjs/entity/avatar.js +0 -96
  1094. package/lib/commonjs/entity/avatar.js.map +0 -1
  1095. package/lib/commonjs/entity/entity-cluster.js +0 -66
  1096. package/lib/commonjs/entity/entity-cluster.js.map +0 -1
  1097. package/lib/commonjs/entity/index.js +0 -34
  1098. package/lib/commonjs/entity/index.js.map +0 -1
  1099. package/lib/commonjs/header/focus-aware-status-bar.js +0 -20
  1100. package/lib/commonjs/header/focus-aware-status-bar.js.map +0 -1
  1101. package/lib/commonjs/header/foldable-header.js +0 -89
  1102. package/lib/commonjs/header/foldable-header.js.map +0 -1
  1103. package/lib/commonjs/header/header.js +0 -105
  1104. package/lib/commonjs/header/header.js.map +0 -1
  1105. package/lib/commonjs/header/index.js +0 -55
  1106. package/lib/commonjs/header/index.js.map +0 -1
  1107. package/lib/commonjs/header/navigation-header.js +0 -148
  1108. package/lib/commonjs/header/navigation-header.js.map +0 -1
  1109. package/lib/commonjs/history/data-item.js +0 -70
  1110. package/lib/commonjs/history/data-item.js.map +0 -1
  1111. package/lib/commonjs/history/history-list-item.js +0 -90
  1112. package/lib/commonjs/history/history-list-item.js.map +0 -1
  1113. package/lib/commonjs/history/history-section-header.js +0 -49
  1114. package/lib/commonjs/history/history-section-header.js.map +0 -1
  1115. package/lib/commonjs/history/history-section-list-item.js +0 -47
  1116. package/lib/commonjs/history/history-section-list-item.js.map +0 -1
  1117. package/lib/commonjs/history/index.js +0 -55
  1118. package/lib/commonjs/history/index.js.map +0 -1
  1119. package/lib/commonjs/icons/connectivity.js +0 -139
  1120. package/lib/commonjs/icons/connectivity.js.map +0 -1
  1121. package/lib/commonjs/icons/credential.js +0 -162
  1122. package/lib/commonjs/icons/credential.js.map +0 -1
  1123. package/lib/commonjs/icons/entity.js +0 -34
  1124. package/lib/commonjs/icons/entity.js.map +0 -1
  1125. package/lib/commonjs/icons/history.js +0 -408
  1126. package/lib/commonjs/icons/history.js.map +0 -1
  1127. package/lib/commonjs/icons/icons.js +0 -250
  1128. package/lib/commonjs/icons/icons.js.map +0 -1
  1129. package/lib/commonjs/icons/index.js.map +0 -1
  1130. package/lib/commonjs/icons/input.js +0 -44
  1131. package/lib/commonjs/icons/input.js.map +0 -1
  1132. package/lib/commonjs/icons/keypad.js +0 -94
  1133. package/lib/commonjs/icons/keypad.js.map +0 -1
  1134. package/lib/commonjs/icons/loader.js +0 -180
  1135. package/lib/commonjs/icons/loader.js.map +0 -1
  1136. package/lib/commonjs/icons/nerd-view.js +0 -123
  1137. package/lib/commonjs/icons/nerd-view.js.map +0 -1
  1138. package/lib/commonjs/icons/selector.js +0 -56
  1139. package/lib/commonjs/icons/selector.js.map +0 -1
  1140. package/lib/commonjs/icons/wallet.js +0 -121
  1141. package/lib/commonjs/icons/wallet.js.map +0 -1
  1142. package/lib/commonjs/image/image-or-component.js +0 -80
  1143. package/lib/commonjs/image/image-or-component.js.map +0 -1
  1144. package/lib/commonjs/image/index.js +0 -21
  1145. package/lib/commonjs/image/index.js.map +0 -1
  1146. package/lib/commonjs/input/index.js +0 -65
  1147. package/lib/commonjs/input/index.js.map +0 -1
  1148. package/lib/commonjs/input/radio-group.js +0 -95
  1149. package/lib/commonjs/input/radio-group.js.map +0 -1
  1150. package/lib/commonjs/input/selection-input.js +0 -102
  1151. package/lib/commonjs/input/selection-input.js.map +0 -1
  1152. package/lib/commonjs/input/text-input.js +0 -195
  1153. package/lib/commonjs/input/text-input.js.map +0 -1
  1154. package/lib/commonjs/list/index.js +0 -34
  1155. package/lib/commonjs/list/index.js.map +0 -1
  1156. package/lib/commonjs/list/list-section-header.js +0 -36
  1157. package/lib/commonjs/list/list-section-header.js.map +0 -1
  1158. package/lib/commonjs/list/list-title-header.js +0 -35
  1159. package/lib/commonjs/list/list-title-header.js.map +0 -1
  1160. package/lib/commonjs/loader/index.js +0 -40
  1161. package/lib/commonjs/loader/index.js.map +0 -1
  1162. package/lib/commonjs/loader/loader.js +0 -140
  1163. package/lib/commonjs/loader/loader.js.map +0 -1
  1164. package/lib/commonjs/loader/loading-result.js +0 -92
  1165. package/lib/commonjs/loader/loading-result.js.map +0 -1
  1166. package/lib/commonjs/nerd-view/index.js +0 -27
  1167. package/lib/commonjs/nerd-view/index.js.map +0 -1
  1168. package/lib/commonjs/nerd-view/nerd-mode-item.js +0 -235
  1169. package/lib/commonjs/nerd-view/nerd-mode-item.js.map +0 -1
  1170. package/lib/commonjs/pin/index.js +0 -32
  1171. package/lib/commonjs/pin/index.js.map +0 -1
  1172. package/lib/commonjs/pin/keypad.js +0 -201
  1173. package/lib/commonjs/pin/keypad.js.map +0 -1
  1174. package/lib/commonjs/pin/pin-code-screen.js +0 -162
  1175. package/lib/commonjs/pin/pin-code-screen.js.map +0 -1
  1176. package/lib/commonjs/pin/pins.js +0 -54
  1177. package/lib/commonjs/pin/pins.js.map +0 -1
  1178. package/lib/commonjs/screens/backup-screen.js +0 -87
  1179. package/lib/commonjs/screens/backup-screen.js.map +0 -1
  1180. package/lib/commonjs/screens/image-preview-screen.js +0 -92
  1181. package/lib/commonjs/screens/image-preview-screen.js.map +0 -1
  1182. package/lib/commonjs/screens/index.js +0 -98
  1183. package/lib/commonjs/screens/index.js.map +0 -1
  1184. package/lib/commonjs/screens/nerd-mode-screen.js +0 -142
  1185. package/lib/commonjs/screens/nerd-mode-screen.js.map +0 -1
  1186. package/lib/commonjs/screens/qr-code-scanner-screen.js +0 -120
  1187. package/lib/commonjs/screens/qr-code-scanner-screen.js.map +0 -1
  1188. package/lib/commonjs/screens/scroll-view-screen.js +0 -94
  1189. package/lib/commonjs/screens/scroll-view-screen.js.map +0 -1
  1190. package/lib/commonjs/screens/section-list-screen.js +0 -67
  1191. package/lib/commonjs/screens/section-list-screen.js.map +0 -1
  1192. package/lib/commonjs/searchbar/animated-search-bar.js +0 -88
  1193. package/lib/commonjs/searchbar/animated-search-bar.js.map +0 -1
  1194. package/lib/commonjs/searchbar/index.js +0 -34
  1195. package/lib/commonjs/searchbar/index.js.map +0 -1
  1196. package/lib/commonjs/searchbar/search-bar.js +0 -99
  1197. package/lib/commonjs/searchbar/search-bar.js.map +0 -1
  1198. package/lib/commonjs/settings/button-setting.js +0 -67
  1199. package/lib/commonjs/settings/button-setting.js.map +0 -1
  1200. package/lib/commonjs/settings/index.js +0 -73
  1201. package/lib/commonjs/settings/index.js.map +0 -1
  1202. package/lib/commonjs/settings/setting-item-separator.js +0 -40
  1203. package/lib/commonjs/settings/setting-item-separator.js.map +0 -1
  1204. package/lib/commonjs/settings/setting-item.js +0 -79
  1205. package/lib/commonjs/settings/setting-item.js.map +0 -1
  1206. package/lib/commonjs/settings/settings-button.js +0 -35
  1207. package/lib/commonjs/settings/settings-button.js.map +0 -1
  1208. package/lib/commonjs/settings/switch-setting.js +0 -35
  1209. package/lib/commonjs/settings/switch-setting.js.map +0 -1
  1210. package/lib/commonjs/state/error-screen.js +0 -71
  1211. package/lib/commonjs/state/error-screen.js.map +0 -1
  1212. package/lib/commonjs/state/index.js +0 -27
  1213. package/lib/commonjs/state/index.js.map +0 -1
  1214. package/lib/commonjs/text/base.js +0 -40
  1215. package/lib/commonjs/text/base.js.map +0 -1
  1216. package/lib/commonjs/text/font.js +0 -64
  1217. package/lib/commonjs/text/font.js.map +0 -1
  1218. package/lib/commonjs/text/index.js +0 -21
  1219. package/lib/commonjs/text/index.js.map +0 -1
  1220. package/lib/commonjs/text/typography.js +0 -119
  1221. package/lib/commonjs/text/typography.js.map +0 -1
  1222. package/lib/commonjs/theme/color-scheme-context.js +0 -52
  1223. package/lib/commonjs/theme/color-scheme-context.js.map +0 -1
  1224. package/lib/commonjs/theme/color-scheme.js.map +0 -1
  1225. package/lib/commonjs/theme/index.js.map +0 -1
  1226. package/lib/module/accessibility/accessibility.js +0 -185
  1227. package/lib/module/accessibility/accessibility.js.map +0 -1
  1228. package/lib/module/accessibility/accessibilityHistory.js +0 -71
  1229. package/lib/module/accessibility/accessibilityHistory.js.map +0 -1
  1230. package/lib/module/accessibility/accessibilityHistoryWrappers.js +0 -38
  1231. package/lib/module/accessibility/accessibilityHistoryWrappers.js.map +0 -1
  1232. package/lib/module/accessibility/accessibilityLanguage.js +0 -53
  1233. package/lib/module/accessibility/accessibilityLanguage.js.map +0 -1
  1234. package/lib/module/accessibility/index.js +0 -8
  1235. package/lib/module/accessibility/index.js.map +0 -1
  1236. package/lib/module/accessibility/locale/index.js.map +0 -1
  1237. package/lib/module/accessibility/locale.test.js.map +0 -1
  1238. package/lib/module/action-modal/ActionModal.js +0 -44
  1239. package/lib/module/action-modal/ActionModal.js.map +0 -1
  1240. package/lib/module/action-modal/index.js.map +0 -1
  1241. package/lib/module/activity-indicator/activity-indicator.js +0 -24
  1242. package/lib/module/activity-indicator/activity-indicator.js.map +0 -1
  1243. package/lib/module/activity-indicator/index.js.map +0 -1
  1244. package/lib/module/blur/blur-view.js +0 -67
  1245. package/lib/module/blur/blur-view.js.map +0 -1
  1246. package/lib/module/blur/index.js.map +0 -1
  1247. package/lib/module/buttons/back-button.js +0 -28
  1248. package/lib/module/buttons/back-button.js.map +0 -1
  1249. package/lib/module/buttons/button.js +0 -143
  1250. package/lib/module/buttons/button.js.map +0 -1
  1251. package/lib/module/buttons/connectivity-button.js +0 -73
  1252. package/lib/module/buttons/connectivity-button.js.map +0 -1
  1253. package/lib/module/buttons/filter-button.js +0 -43
  1254. package/lib/module/buttons/filter-button.js.map +0 -1
  1255. package/lib/module/buttons/ghost-button.js +0 -53
  1256. package/lib/module/buttons/ghost-button.js.map +0 -1
  1257. package/lib/module/buttons/index.js +0 -8
  1258. package/lib/module/buttons/index.js.map +0 -1
  1259. package/lib/module/buttons/scan-button.js +0 -75
  1260. package/lib/module/buttons/scan-button.js.map +0 -1
  1261. package/lib/module/camera/camera-overlay.js +0 -51
  1262. package/lib/module/camera/camera-overlay.js.map +0 -1
  1263. package/lib/module/camera/index.js.map +0 -1
  1264. package/lib/module/camera/qr-code-scanner.js +0 -40
  1265. package/lib/module/camera/qr-code-scanner.js.map +0 -1
  1266. package/lib/module/control/checkbox.js +0 -70
  1267. package/lib/module/control/checkbox.js.map +0 -1
  1268. package/lib/module/control/index.js.map +0 -1
  1269. package/lib/module/control/switch.js +0 -56
  1270. package/lib/module/control/switch.js.map +0 -1
  1271. package/lib/module/credential/card/credential-card.js +0 -177
  1272. package/lib/module/credential/card/credential-card.js.map +0 -1
  1273. package/lib/module/credential/card/credential-details-card.js +0 -191
  1274. package/lib/module/credential/card/credential-details-card.js.map +0 -1
  1275. package/lib/module/credential/card/credential-details-list-item.js +0 -74
  1276. package/lib/module/credential/card/credential-details-list-item.js.map +0 -1
  1277. package/lib/module/credential/card/credential-header.js +0 -162
  1278. package/lib/module/credential/card/credential-header.js.map +0 -1
  1279. package/lib/module/credential/card/credential-image-carousel.js +0 -113
  1280. package/lib/module/credential/card/credential-image-carousel.js.map +0 -1
  1281. package/lib/module/credential/card/index.js +0 -11
  1282. package/lib/module/credential/card/index.js.map +0 -1
  1283. package/lib/module/credential/credential-attribute-item.js +0 -279
  1284. package/lib/module/credential/credential-attribute-item.js.map +0 -1
  1285. package/lib/module/credential/credential-carousel-images.js +0 -86
  1286. package/lib/module/credential/credential-carousel-images.js.map +0 -1
  1287. package/lib/module/credential/index.js +0 -9
  1288. package/lib/module/credential/index.js.map +0 -1
  1289. package/lib/module/credential/selector-status.js +0 -10
  1290. package/lib/module/credential/selector-status.js.map +0 -1
  1291. package/lib/module/credential/selector.js +0 -70
  1292. package/lib/module/credential/selector.js.map +0 -1
  1293. package/lib/module/detail/detail.js +0 -75
  1294. package/lib/module/detail/detail.js.map +0 -1
  1295. package/lib/module/detail/index.js.map +0 -1
  1296. package/lib/module/entity/avatar.js +0 -86
  1297. package/lib/module/entity/avatar.js.map +0 -1
  1298. package/lib/module/entity/entity-cluster.js +0 -56
  1299. package/lib/module/entity/entity-cluster.js.map +0 -1
  1300. package/lib/module/entity/index.js.map +0 -1
  1301. package/lib/module/header/focus-aware-status-bar.js +0 -12
  1302. package/lib/module/header/focus-aware-status-bar.js.map +0 -1
  1303. package/lib/module/header/foldable-header.js +0 -79
  1304. package/lib/module/header/foldable-header.js.map +0 -1
  1305. package/lib/module/header/header.js +0 -97
  1306. package/lib/module/header/header.js.map +0 -1
  1307. package/lib/module/header/index.js +0 -9
  1308. package/lib/module/header/index.js.map +0 -1
  1309. package/lib/module/header/navigation-header.js +0 -138
  1310. package/lib/module/header/navigation-header.js.map +0 -1
  1311. package/lib/module/history/data-item.js +0 -60
  1312. package/lib/module/history/data-item.js.map +0 -1
  1313. package/lib/module/history/history-list-item.js +0 -80
  1314. package/lib/module/history/history-list-item.js.map +0 -1
  1315. package/lib/module/history/history-section-header.js +0 -42
  1316. package/lib/module/history/history-section-header.js.map +0 -1
  1317. package/lib/module/history/history-section-list-item.js +0 -43
  1318. package/lib/module/history/history-section-list-item.js.map +0 -1
  1319. package/lib/module/history/index.js +0 -9
  1320. package/lib/module/history/index.js.map +0 -1
  1321. package/lib/module/icons/connectivity.js +0 -125
  1322. package/lib/module/icons/connectivity.js.map +0 -1
  1323. package/lib/module/icons/credential.js +0 -147
  1324. package/lib/module/icons/credential.js.map +0 -1
  1325. package/lib/module/icons/entity.js +0 -25
  1326. package/lib/module/icons/entity.js.map +0 -1
  1327. package/lib/module/icons/history.js +0 -391
  1328. package/lib/module/icons/history.js.map +0 -1
  1329. package/lib/module/icons/icons.js +0 -231
  1330. package/lib/module/icons/icons.js.map +0 -1
  1331. package/lib/module/icons/index.js.map +0 -1
  1332. package/lib/module/icons/input.js.map +0 -1
  1333. package/lib/module/icons/keypad.js +0 -81
  1334. package/lib/module/icons/keypad.js.map +0 -1
  1335. package/lib/module/icons/loader.js +0 -168
  1336. package/lib/module/icons/loader.js.map +0 -1
  1337. package/lib/module/icons/nerd-view.js.map +0 -1
  1338. package/lib/module/icons/selector.js +0 -45
  1339. package/lib/module/icons/selector.js.map +0 -1
  1340. package/lib/module/icons/wallet.js +0 -111
  1341. package/lib/module/icons/wallet.js.map +0 -1
  1342. package/lib/module/image/image-or-component.js +0 -71
  1343. package/lib/module/image/image-or-component.js.map +0 -1
  1344. package/lib/module/image/index.js +0 -3
  1345. package/lib/module/image/index.js.map +0 -1
  1346. package/lib/module/input/index.js.map +0 -1
  1347. package/lib/module/input/radio-group.js +0 -87
  1348. package/lib/module/input/radio-group.js.map +0 -1
  1349. package/lib/module/input/selection-input.js +0 -92
  1350. package/lib/module/input/selection-input.js.map +0 -1
  1351. package/lib/module/input/text-input.js +0 -185
  1352. package/lib/module/input/text-input.js.map +0 -1
  1353. package/lib/module/list/index.js +0 -5
  1354. package/lib/module/list/index.js.map +0 -1
  1355. package/lib/module/list/list-section-header.js +0 -28
  1356. package/lib/module/list/list-section-header.js.map +0 -1
  1357. package/lib/module/list/list-title-header.js +0 -27
  1358. package/lib/module/list/list-title-header.js.map +0 -1
  1359. package/lib/module/loader/index.js.map +0 -1
  1360. package/lib/module/loader/loader.js +0 -130
  1361. package/lib/module/loader/loader.js.map +0 -1
  1362. package/lib/module/loader/loading-result.js +0 -84
  1363. package/lib/module/loader/loading-result.js.map +0 -1
  1364. package/lib/module/nerd-view/index.js +0 -3
  1365. package/lib/module/nerd-view/index.js.map +0 -1
  1366. package/lib/module/nerd-view/nerd-mode-item.js +0 -224
  1367. package/lib/module/nerd-view/nerd-mode-item.js.map +0 -1
  1368. package/lib/module/pin/index.js +0 -4
  1369. package/lib/module/pin/index.js.map +0 -1
  1370. package/lib/module/pin/keypad.js +0 -191
  1371. package/lib/module/pin/keypad.js.map +0 -1
  1372. package/lib/module/pin/pin-code-screen.js +0 -152
  1373. package/lib/module/pin/pin-code-screen.js.map +0 -1
  1374. package/lib/module/pin/pins.js +0 -46
  1375. package/lib/module/pin/pins.js.map +0 -1
  1376. package/lib/module/screens/backup-screen.js +0 -78
  1377. package/lib/module/screens/backup-screen.js.map +0 -1
  1378. package/lib/module/screens/image-preview-screen.js +0 -83
  1379. package/lib/module/screens/image-preview-screen.js.map +0 -1
  1380. package/lib/module/screens/index.js +0 -13
  1381. package/lib/module/screens/index.js.map +0 -1
  1382. package/lib/module/screens/nerd-mode-screen.js +0 -132
  1383. package/lib/module/screens/nerd-mode-screen.js.map +0 -1
  1384. package/lib/module/screens/qr-code-scanner-screen.js +0 -110
  1385. package/lib/module/screens/qr-code-scanner-screen.js.map +0 -1
  1386. package/lib/module/screens/scroll-view-screen.js +0 -86
  1387. package/lib/module/screens/scroll-view-screen.js.map +0 -1
  1388. package/lib/module/screens/section-list-screen.js +0 -59
  1389. package/lib/module/screens/section-list-screen.js.map +0 -1
  1390. package/lib/module/searchbar/animated-search-bar.js +0 -78
  1391. package/lib/module/searchbar/animated-search-bar.js.map +0 -1
  1392. package/lib/module/searchbar/index.js.map +0 -1
  1393. package/lib/module/searchbar/search-bar.js +0 -89
  1394. package/lib/module/searchbar/search-bar.js.map +0 -1
  1395. package/lib/module/settings/button-setting.js +0 -57
  1396. package/lib/module/settings/button-setting.js.map +0 -1
  1397. package/lib/module/settings/index.js.map +0 -1
  1398. package/lib/module/settings/setting-item-separator.js +0 -32
  1399. package/lib/module/settings/setting-item-separator.js.map +0 -1
  1400. package/lib/module/settings/setting-item.js +0 -69
  1401. package/lib/module/settings/setting-item.js.map +0 -1
  1402. package/lib/module/settings/settings-button.js +0 -27
  1403. package/lib/module/settings/settings-button.js.map +0 -1
  1404. package/lib/module/settings/switch-setting.js +0 -27
  1405. package/lib/module/settings/switch-setting.js.map +0 -1
  1406. package/lib/module/state/error-screen.js +0 -63
  1407. package/lib/module/state/error-screen.js.map +0 -1
  1408. package/lib/module/state/index.js.map +0 -1
  1409. package/lib/module/text/base.js +0 -31
  1410. package/lib/module/text/base.js.map +0 -1
  1411. package/lib/module/text/font.js +0 -56
  1412. package/lib/module/text/font.js.map +0 -1
  1413. package/lib/module/text/index.js +0 -3
  1414. package/lib/module/text/index.js.map +0 -1
  1415. package/lib/module/text/typography.js +0 -111
  1416. package/lib/module/text/typography.js.map +0 -1
  1417. package/lib/module/theme/color-scheme-context.js +0 -44
  1418. package/lib/module/theme/color-scheme-context.js.map +0 -1
  1419. package/lib/module/theme/color-scheme.js.map +0 -1
  1420. package/lib/module/theme/index.js.map +0 -1
  1421. package/lib/typescript/accessibility/accessibility.d.ts +0 -55
  1422. package/lib/typescript/accessibility/accessibilityHistory.d.ts +0 -13
  1423. package/lib/typescript/accessibility/accessibilityHistoryWrappers.d.ts +0 -18
  1424. package/lib/typescript/accessibility/index.d.ts +0 -6
  1425. package/lib/typescript/buttons/back-button.d.ts +0 -9
  1426. package/lib/typescript/buttons/button.d.ts +0 -22
  1427. package/lib/typescript/buttons/index.d.ts +0 -7
  1428. package/lib/typescript/buttons/scan-button.d.ts +0 -5
  1429. package/lib/typescript/credential/card/credential-card.d.ts +0 -22
  1430. package/lib/typescript/credential/card/credential-header.d.ts +0 -20
  1431. package/lib/typescript/credential/card/index.d.ts +0 -10
  1432. package/lib/typescript/credential/credential-attribute-item.d.ts +0 -48
  1433. package/lib/typescript/credential/index.d.ts +0 -8
  1434. package/lib/typescript/entity/avatar.d.ts +0 -10
  1435. package/lib/typescript/entity/entity-cluster.d.ts +0 -12
  1436. package/lib/typescript/header/index.d.ts +0 -8
  1437. package/lib/typescript/history/data-item.d.ts +0 -12
  1438. package/lib/typescript/history/history-list-item.d.ts +0 -14
  1439. package/lib/typescript/history/history-section-header.d.ts +0 -7
  1440. package/lib/typescript/history/history-section-list-item.d.ts +0 -7
  1441. package/lib/typescript/history/index.d.ts +0 -8
  1442. package/lib/typescript/icons/history.d.ts +0 -42
  1443. package/lib/typescript/image/index.d.ts +0 -2
  1444. package/lib/typescript/input/selection-input.d.ts +0 -32
  1445. package/lib/typescript/list/index.d.ts +0 -4
  1446. package/lib/typescript/nerd-view/index.d.ts +0 -2
  1447. package/lib/typescript/pin/index.d.ts +0 -3
  1448. package/lib/typescript/pin/keypad.d.ts +0 -16
  1449. package/lib/typescript/screens/index.d.ts +0 -12
  1450. package/lib/typescript/screens/nerd-mode-screen.d.ts +0 -22
  1451. package/lib/typescript/text/index.d.ts +0 -2
  1452. package/lib/typescript/text/typography.d.ts +0 -112
  1453. package/lib/typescript/theme/color-scheme.d.ts +0 -31
  1454. package/src/accessibility/accessibility.ts +0 -215
  1455. package/src/accessibility/accessibilityHistory.tsx +0 -77
  1456. package/src/accessibility/accessibilityHistoryWrappers.tsx +0 -80
  1457. package/src/accessibility/index.ts +0 -35
  1458. package/src/action-modal/ActionModal.stories.tsx +0 -35
  1459. package/src/activity-indicator/activity-indicator.stories.tsx +0 -21
  1460. package/src/blur/blur-view.tsx +0 -82
  1461. package/src/buttons/back-button.stories.tsx +0 -31
  1462. package/src/buttons/back-button.tsx +0 -31
  1463. package/src/buttons/button.stories.tsx +0 -29
  1464. package/src/buttons/button.tsx +0 -169
  1465. package/src/buttons/connectivity-button.stories.tsx +0 -34
  1466. package/src/buttons/connectivity-button.tsx +0 -95
  1467. package/src/buttons/ghost-button.stories.tsx +0 -28
  1468. package/src/buttons/index.ts +0 -24
  1469. package/src/buttons/scan-button.stories.tsx +0 -26
  1470. package/src/control/checkbox.stories.tsx +0 -27
  1471. package/src/control/switch.stories.tsx +0 -29
  1472. package/src/credential/card/credential-card.stories.tsx +0 -52
  1473. package/src/credential/card/credential-card.tsx +0 -195
  1474. package/src/credential/card/credential-details-card.stories.tsx +0 -268
  1475. package/src/credential/card/credential-details-card.tsx +0 -242
  1476. package/src/credential/card/credential-details-list-item.tsx +0 -87
  1477. package/src/credential/card/credential-header.stories.tsx +0 -50
  1478. package/src/credential/card/credential-header.tsx +0 -195
  1479. package/src/credential/card/credential-image-carousel.tsx +0 -113
  1480. package/src/credential/card/index.ts +0 -11
  1481. package/src/credential/credential-attribute-item.tsx +0 -372
  1482. package/src/credential/index.ts +0 -13
  1483. package/src/credential/selector.stories.tsx +0 -37
  1484. package/src/credential/selector.tsx +0 -64
  1485. package/src/detail/detail.stories.tsx +0 -65
  1486. package/src/detail/detail.tsx +0 -98
  1487. package/src/entity/avatar.stories.tsx +0 -39
  1488. package/src/entity/avatar.tsx +0 -87
  1489. package/src/entity/entity-cluster.stories.tsx +0 -42
  1490. package/src/entity/entity-cluster.tsx +0 -72
  1491. package/src/header/header.stories.tsx +0 -59
  1492. package/src/header/header.tsx +0 -105
  1493. package/src/header/index.ts +0 -9
  1494. package/src/header/navigation-header.stories.tsx +0 -56
  1495. package/src/header/navigation-header.tsx +0 -147
  1496. package/src/history/data-item.tsx +0 -79
  1497. package/src/history/history-list-item.tsx +0 -102
  1498. package/src/history/history-section-header.tsx +0 -44
  1499. package/src/history/history-section-list-item.tsx +0 -41
  1500. package/src/history/index.ts +0 -9
  1501. package/src/icons/entity.tsx +0 -21
  1502. package/src/icons/history.tsx +0 -378
  1503. package/src/image/index.tsx +0 -3
  1504. package/src/input/radio-group.tsx +0 -110
  1505. package/src/input/selection-input.stories.tsx +0 -46
  1506. package/src/input/selection-input.tsx +0 -112
  1507. package/src/input/text-input.tsx +0 -253
  1508. package/src/list/index.ts +0 -5
  1509. package/src/loader/loader.stories.tsx +0 -31
  1510. package/src/loader/loader.tsx +0 -169
  1511. package/src/loader/loading-result.stories.tsx +0 -67
  1512. package/src/loader/loading-result.tsx +0 -93
  1513. package/src/nerd-view/index.ts +0 -3
  1514. package/src/nerd-view/nerd-mode-item.tsx +0 -296
  1515. package/src/pin/index.ts +0 -4
  1516. package/src/pin/keypad.tsx +0 -166
  1517. package/src/pin/pin-code-screen.stories.tsx +0 -80
  1518. package/src/pin/pin-code-screen.tsx +0 -195
  1519. package/src/screens/backup-screen.tsx +0 -92
  1520. package/src/screens/image-preview-screen.stories.tsx +0 -28
  1521. package/src/screens/image-preview-screen.tsx +0 -82
  1522. package/src/screens/index.ts +0 -13
  1523. package/src/screens/nerd-mode-screen.tsx +0 -150
  1524. package/src/screens/qr-code-scanner-screen.stories.tsx +0 -37
  1525. package/src/screens/qr-code-scanner-screen.tsx +0 -124
  1526. package/src/screens/scroll-view-screen.tsx +0 -91
  1527. package/src/screens/section-list-screen.tsx +0 -61
  1528. package/src/searchbar/search-bar.stories.tsx +0 -31
  1529. package/src/searchbar/search-bar.tsx +0 -94
  1530. package/src/state/error-screen.stories.tsx +0 -22
  1531. package/src/state/error-screen.tsx +0 -71
  1532. package/src/text/index.ts +0 -3
  1533. package/src/text/typography.stories.tsx +0 -70
  1534. package/src/theme/color-scheme-context.tsx +0 -48
  1535. package/src/theme/color-scheme.ts +0 -31
  1536. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
  1537. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
  1538. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
  1539. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
  1540. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale.test.js +0 -0
  1541. /package/lib/commonjs/{control → ui-components/control}/index.js +0 -0
  1542. /package/lib/commonjs/{icons → ui-components/icons}/index.js +0 -0
  1543. /package/lib/commonjs/{theme → ui-components/theme}/color-scheme.js +0 -0
  1544. /package/lib/commonjs/{theme → ui-components/theme}/index.js +0 -0
  1545. /package/lib/module/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
  1546. /package/lib/module/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
  1547. /package/lib/module/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
  1548. /package/lib/module/{accessibility → ui-components/accessibility}/locale/index.js +0 -0
  1549. /package/lib/module/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
  1550. /package/lib/module/{accessibility → ui-components/accessibility}/locale.test.js +0 -0
  1551. /package/lib/module/{action-modal → ui-components/action-modal}/index.js +0 -0
  1552. /package/lib/module/{activity-indicator → ui-components/activity-indicator}/index.js +0 -0
  1553. /package/lib/module/{blur → ui-components/blur}/index.js +0 -0
  1554. /package/lib/module/{camera → ui-components/camera}/index.js +0 -0
  1555. /package/lib/module/{control → ui-components/control}/index.js +0 -0
  1556. /package/lib/module/{detail → ui-components/detail}/index.js +0 -0
  1557. /package/lib/module/{entity → ui-components/entity}/index.js +0 -0
  1558. /package/lib/module/{icons → ui-components/icons}/index.js +0 -0
  1559. /package/lib/module/{icons → ui-components/icons}/input.js +0 -0
  1560. /package/lib/module/{icons → ui-components/icons}/nerd-view.js +0 -0
  1561. /package/lib/module/{input → ui-components/input}/index.js +0 -0
  1562. /package/lib/module/{loader → ui-components/loader}/index.js +0 -0
  1563. /package/lib/module/{searchbar → ui-components/searchbar}/index.js +0 -0
  1564. /package/lib/module/{settings → ui-components/settings}/index.js +0 -0
  1565. /package/lib/module/{state → ui-components/state}/index.js +0 -0
  1566. /package/lib/module/{theme → ui-components/theme}/color-scheme.js +0 -0
  1567. /package/lib/module/{theme → ui-components/theme}/index.js +0 -0
  1568. /package/lib/typescript/{accessibility → ui-components/accessibility}/accessibilityLanguage.d.ts +0 -0
  1569. /package/lib/typescript/{accessibility → ui-components/accessibility}/locale/index.d.ts +0 -0
  1570. /package/lib/typescript/{accessibility → ui-components/accessibility}/locale.test.d.ts +0 -0
  1571. /package/lib/typescript/{action-modal → ui-components/action-modal}/ActionModal.d.ts +0 -0
  1572. /package/lib/typescript/{action-modal → ui-components/action-modal}/index.d.ts +0 -0
  1573. /package/lib/typescript/{activity-indicator → ui-components/activity-indicator}/activity-indicator.d.ts +0 -0
  1574. /package/lib/typescript/{activity-indicator → ui-components/activity-indicator}/index.d.ts +0 -0
  1575. /package/lib/typescript/{blur → ui-components/blur}/blur-view.d.ts +0 -0
  1576. /package/lib/typescript/{blur → ui-components/blur}/index.d.ts +0 -0
  1577. /package/lib/typescript/{buttons → ui-components/buttons}/connectivity-button.d.ts +0 -0
  1578. /package/lib/typescript/{buttons → ui-components/buttons}/filter-button.d.ts +0 -0
  1579. /package/lib/typescript/{buttons → ui-components/buttons}/ghost-button.d.ts +0 -0
  1580. /package/lib/typescript/{camera → ui-components/camera}/camera-overlay.d.ts +0 -0
  1581. /package/lib/typescript/{camera → ui-components/camera}/index.d.ts +0 -0
  1582. /package/lib/typescript/{camera → ui-components/camera}/qr-code-scanner.d.ts +0 -0
  1583. /package/lib/typescript/{control → ui-components/control}/checkbox.d.ts +0 -0
  1584. /package/lib/typescript/{control → ui-components/control}/index.d.ts +0 -0
  1585. /package/lib/typescript/{control → ui-components/control}/switch.d.ts +0 -0
  1586. /package/lib/typescript/{credential → ui-components/credential}/card/credential-details-card.d.ts +0 -0
  1587. /package/lib/typescript/{credential → ui-components/credential}/card/credential-details-list-item.d.ts +0 -0
  1588. /package/lib/typescript/{credential → ui-components/credential}/card/credential-image-carousel.d.ts +0 -0
  1589. /package/lib/typescript/{credential → ui-components/credential}/credential-carousel-images.d.ts +0 -0
  1590. /package/lib/typescript/{credential → ui-components/credential}/selector-status.d.ts +0 -0
  1591. /package/lib/typescript/{credential → ui-components/credential}/selector.d.ts +0 -0
  1592. /package/lib/typescript/{detail → ui-components/detail}/detail.d.ts +0 -0
  1593. /package/lib/typescript/{detail → ui-components/detail}/index.d.ts +0 -0
  1594. /package/lib/typescript/{entity → ui-components/entity}/index.d.ts +0 -0
  1595. /package/lib/typescript/{header → ui-components/header}/focus-aware-status-bar.d.ts +0 -0
  1596. /package/lib/typescript/{header → ui-components/header}/foldable-header.d.ts +0 -0
  1597. /package/lib/typescript/{header → ui-components/header}/header.d.ts +0 -0
  1598. /package/lib/typescript/{header → ui-components/header}/navigation-header.d.ts +0 -0
  1599. /package/lib/typescript/{icons → ui-components/icons}/connectivity.d.ts +0 -0
  1600. /package/lib/typescript/{icons → ui-components/icons}/credential.d.ts +0 -0
  1601. /package/lib/typescript/{icons → ui-components/icons}/entity.d.ts +0 -0
  1602. /package/lib/typescript/{icons → ui-components/icons}/icons.d.ts +0 -0
  1603. /package/lib/typescript/{icons → ui-components/icons}/index.d.ts +0 -0
  1604. /package/lib/typescript/{icons → ui-components/icons}/input.d.ts +0 -0
  1605. /package/lib/typescript/{icons → ui-components/icons}/keypad.d.ts +0 -0
  1606. /package/lib/typescript/{icons → ui-components/icons}/loader.d.ts +0 -0
  1607. /package/lib/typescript/{icons → ui-components/icons}/nerd-view.d.ts +0 -0
  1608. /package/lib/typescript/{icons → ui-components/icons}/selector.d.ts +0 -0
  1609. /package/lib/typescript/{icons → ui-components/icons}/wallet.d.ts +0 -0
  1610. /package/lib/typescript/{image → ui-components/image}/image-or-component.d.ts +0 -0
  1611. /package/lib/typescript/{input → ui-components/input}/index.d.ts +0 -0
  1612. /package/lib/typescript/{input → ui-components/input}/radio-group.d.ts +0 -0
  1613. /package/lib/typescript/{input → ui-components/input}/text-input.d.ts +0 -0
  1614. /package/lib/typescript/{list → ui-components/list}/list-section-header.d.ts +0 -0
  1615. /package/lib/typescript/{list → ui-components/list}/list-title-header.d.ts +0 -0
  1616. /package/lib/typescript/{loader → ui-components/loader}/index.d.ts +0 -0
  1617. /package/lib/typescript/{loader → ui-components/loader}/loader.d.ts +0 -0
  1618. /package/lib/typescript/{loader → ui-components/loader}/loading-result.d.ts +0 -0
  1619. /package/lib/typescript/{nerd-view → ui-components/nerd-view}/nerd-mode-item.d.ts +0 -0
  1620. /package/lib/typescript/{pin → ui-components/pin}/pin-code-screen.d.ts +0 -0
  1621. /package/lib/typescript/{pin → ui-components/pin}/pins.d.ts +0 -0
  1622. /package/lib/typescript/{screens → ui-components/screens}/backup-screen.d.ts +0 -0
  1623. /package/lib/typescript/{screens → ui-components/screens}/image-preview-screen.d.ts +0 -0
  1624. /package/lib/typescript/{screens → ui-components/screens}/qr-code-scanner-screen.d.ts +0 -0
  1625. /package/lib/typescript/{screens → ui-components/screens}/scroll-view-screen.d.ts +0 -0
  1626. /package/lib/typescript/{screens → ui-components/screens}/section-list-screen.d.ts +0 -0
  1627. /package/lib/typescript/{searchbar → ui-components/searchbar}/animated-search-bar.d.ts +0 -0
  1628. /package/lib/typescript/{searchbar → ui-components/searchbar}/index.d.ts +0 -0
  1629. /package/lib/typescript/{searchbar → ui-components/searchbar}/search-bar.d.ts +0 -0
  1630. /package/lib/typescript/{settings → ui-components/settings}/button-setting.d.ts +0 -0
  1631. /package/lib/typescript/{settings → ui-components/settings}/index.d.ts +0 -0
  1632. /package/lib/typescript/{settings → ui-components/settings}/setting-item-separator.d.ts +0 -0
  1633. /package/lib/typescript/{settings → ui-components/settings}/setting-item.d.ts +0 -0
  1634. /package/lib/typescript/{settings → ui-components/settings}/settings-button.d.ts +0 -0
  1635. /package/lib/typescript/{settings → ui-components/settings}/switch-setting.d.ts +0 -0
  1636. /package/lib/typescript/{state → ui-components/state}/error-screen.d.ts +0 -0
  1637. /package/lib/typescript/{state → ui-components/state}/index.d.ts +0 -0
  1638. /package/lib/typescript/{text → ui-components/text}/base.d.ts +0 -0
  1639. /package/lib/typescript/{text → ui-components/text}/font.d.ts +0 -0
  1640. /package/lib/typescript/{theme → ui-components/theme}/color-scheme-context.d.ts +0 -0
  1641. /package/lib/typescript/{theme → ui-components/theme}/index.d.ts +0 -0
  1642. /package/src/{accessibility → ui-components/accessibility}/accessibilityLanguage.tsx +0 -0
  1643. /package/src/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
  1644. /package/src/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
  1645. /package/src/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
  1646. /package/src/{accessibility → ui-components/accessibility}/locale/index.ts +0 -0
  1647. /package/src/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
  1648. /package/src/{accessibility → ui-components/accessibility}/locale.test.ts +0 -0
  1649. /package/src/{action-modal → ui-components/action-modal}/ActionModal.tsx +0 -0
  1650. /package/src/{action-modal → ui-components/action-modal}/index.ts +0 -0
  1651. /package/src/{activity-indicator → ui-components/activity-indicator}/activity-indicator.tsx +0 -0
  1652. /package/src/{activity-indicator → ui-components/activity-indicator}/index.ts +0 -0
  1653. /package/src/{blur → ui-components/blur}/index.ts +0 -0
  1654. /package/src/{buttons → ui-components/buttons}/filter-button.tsx +0 -0
  1655. /package/src/{buttons → ui-components/buttons}/ghost-button.tsx +0 -0
  1656. /package/src/{buttons → ui-components/buttons}/scan-button.tsx +0 -0
  1657. /package/src/{camera → ui-components/camera}/camera-overlay.tsx +0 -0
  1658. /package/src/{camera → ui-components/camera}/index.tsx +0 -0
  1659. /package/src/{camera → ui-components/camera}/qr-code-scanner.tsx +0 -0
  1660. /package/src/{control → ui-components/control}/checkbox.tsx +0 -0
  1661. /package/src/{control → ui-components/control}/index.ts +0 -0
  1662. /package/src/{control → ui-components/control}/switch.tsx +0 -0
  1663. /package/src/{credential → ui-components/credential}/credential-carousel-images.tsx +0 -0
  1664. /package/src/{credential → ui-components/credential}/selector-status.ts +0 -0
  1665. /package/src/{detail → ui-components/detail}/index.tsx +0 -0
  1666. /package/src/{entity → ui-components/entity}/index.ts +0 -0
  1667. /package/src/{header → ui-components/header}/focus-aware-status-bar.tsx +0 -0
  1668. /package/src/{header → ui-components/header}/foldable-header.tsx +0 -0
  1669. /package/src/{icons → ui-components/icons}/connectivity.tsx +0 -0
  1670. /package/src/{icons → ui-components/icons}/credential.tsx +0 -0
  1671. /package/src/{icons → ui-components/icons}/icons.tsx +0 -0
  1672. /package/src/{icons → ui-components/icons}/index.ts +0 -0
  1673. /package/src/{icons → ui-components/icons}/input.tsx +0 -0
  1674. /package/src/{icons → ui-components/icons}/keypad.tsx +0 -0
  1675. /package/src/{icons → ui-components/icons}/loader.tsx +0 -0
  1676. /package/src/{icons → ui-components/icons}/nerd-view.tsx +0 -0
  1677. /package/src/{icons → ui-components/icons}/selector.tsx +0 -0
  1678. /package/src/{icons → ui-components/icons}/wallet.tsx +0 -0
  1679. /package/src/{image → ui-components/image}/image-or-component.tsx +0 -0
  1680. /package/src/{input → ui-components/input}/index.ts +0 -0
  1681. /package/src/{list → ui-components/list}/list-section-header.tsx +0 -0
  1682. /package/src/{list → ui-components/list}/list-title-header.tsx +0 -0
  1683. /package/src/{loader → ui-components/loader}/index.ts +0 -0
  1684. /package/src/{pin → ui-components/pin}/pins.tsx +0 -0
  1685. /package/src/{searchbar → ui-components/searchbar}/animated-search-bar.tsx +0 -0
  1686. /package/src/{searchbar → ui-components/searchbar}/index.ts +0 -0
  1687. /package/src/{settings → ui-components/settings}/button-setting.tsx +0 -0
  1688. /package/src/{settings → ui-components/settings}/index.ts +0 -0
  1689. /package/src/{settings → ui-components/settings}/setting-item-separator.tsx +0 -0
  1690. /package/src/{settings → ui-components/settings}/setting-item.tsx +0 -0
  1691. /package/src/{settings → ui-components/settings}/settings-button.tsx +0 -0
  1692. /package/src/{settings → ui-components/settings}/switch-setting.tsx +0 -0
  1693. /package/src/{state → ui-components/state}/index.ts +0 -0
  1694. /package/src/{text → ui-components/text}/base.tsx +0 -0
  1695. /package/src/{text → ui-components/text}/font.ts +0 -0
  1696. /package/src/{text → ui-components/text}/typography.tsx +0 -0
  1697. /package/src/{theme → ui-components/theme}/index.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["colorArray","pinLockAnimation","color","cArray","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"],"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,SAASA,UAAU,QAAQ,mBAAmB;AAE9C,MAAMC,gBAAgB,GAAIC,KAAiB,IAAK;EAC9C,MAAMC,MAAM,GAAGH,UAAU,CAACE,KAAK,CAAC;EAChC,OAAO;IACLE,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,EAAEhB;UAAO,CAAC;UAC7B4B,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;AAED,eAAerC,gBAAgB","ignoreList":[]}
@@ -0,0 +1,72 @@
1
+ import { useIsFocused } from '@react-navigation/native';
2
+ import LottieView from 'lottie-react-native';
3
+ import React, { useEffect, useRef } from 'react';
4
+ import { Modal, StatusBar, StyleSheet, View } from 'react-native';
5
+ import { Typography } from '../text';
6
+ import { useAppColorScheme } from '../theme';
7
+ import pinLockAnimation from './pin-lock-animation';
8
+ const styles = StyleSheet.create({
9
+ icon: {
10
+ height: 70,
11
+ marginBottom: 20,
12
+ width: 70
13
+ },
14
+ overlay: {
15
+ alignItems: 'center',
16
+ backgroundColor: 'rgba(255,255,255,0.9)',
17
+ flex: 1,
18
+ justifyContent: 'center',
19
+ textAlign: 'center'
20
+ }
21
+ });
22
+ const PinLockModal = ({
23
+ attempts,
24
+ labels,
25
+ seconds,
26
+ open
27
+ }) => {
28
+ const colorScheme = useAppColorScheme();
29
+ const lottie = useRef(null);
30
+ const isFocused = useIsFocused();
31
+ useEffect(() => {
32
+ const currentLottie = lottie.current;
33
+ if (!currentLottie) {
34
+ return;
35
+ }
36
+ if (isFocused) {
37
+ currentLottie.play();
38
+ } else {
39
+ currentLottie.pause();
40
+ }
41
+ return () => {
42
+ currentLottie.reset();
43
+ };
44
+ }, [isFocused]);
45
+ const content = /*#__PURE__*/React.createElement(LottieView, {
46
+ autoPlay: true,
47
+ loop: true,
48
+ ref: lottie,
49
+ resizeMode: "cover",
50
+ source: pinLockAnimation(colorScheme.accent),
51
+ style: styles.icon
52
+ });
53
+ return /*#__PURE__*/React.createElement(Modal, {
54
+ animationType: "slide",
55
+ statusBarTranslucent: true,
56
+ transparent: true,
57
+ visible: open
58
+ }, /*#__PURE__*/React.createElement(View, {
59
+ style: styles.overlay
60
+ }, /*#__PURE__*/React.createElement(StatusBar, {
61
+ backgroundColor: '#00000000',
62
+ barStyle: 'dark-content',
63
+ translucent: true
64
+ }), content, /*#__PURE__*/React.createElement(Typography, {
65
+ color: colorScheme.text,
66
+ preset: "m/heading"
67
+ }, labels.title(attempts)), /*#__PURE__*/React.createElement(Typography, {
68
+ color: colorScheme.text
69
+ }, labels.subtitle(Math.floor(seconds / 60), seconds % 60))));
70
+ };
71
+ export default PinLockModal;
72
+ //# sourceMappingURL=pin-lock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["useIsFocused","LottieView","React","useEffect","useRef","Modal","StatusBar","StyleSheet","View","Typography","useAppColorScheme","pinLockAnimation","styles","create","icon","height","marginBottom","width","overlay","alignItems","backgroundColor","flex","justifyContent","textAlign","PinLockModal","attempts","labels","seconds","open","colorScheme","lottie","isFocused","currentLottie","current","play","pause","reset","content","createElement","autoPlay","loop","ref","resizeMode","source","accent","style","animationType","statusBarTranslucent","transparent","visible","barStyle","translucent","color","text","preset","title","subtitle","Math","floor"],"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":"AAAA,SAASA,YAAY,QAAQ,0BAA0B;AACvD,OAAOC,UAAU,MAAM,qBAAqB;AAC5C,OAAOC,KAAK,IAAQC,SAAS,EAAEC,MAAM,QAAQ,OAAO;AACpD,SAASC,KAAK,EAAEC,SAAS,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAEjE,SAASC,UAAU,QAAQ,SAAS;AACpC,SAASC,iBAAiB,QAAQ,UAAU;AAC5C,OAAOC,gBAAgB,MAAM,sBAAsB;AAEnD,MAAMC,MAAM,GAAGL,UAAU,CAACM,MAAM,CAAC;EAC/BC,IAAI,EAAE;IACJC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBC,KAAK,EAAE;EACT,CAAC;EACDC,OAAO,EAAE;IACPC,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE,uBAAuB;IACxCC,IAAI,EAAE,CAAC;IACPC,cAAc,EAAE,QAAQ;IACxBC,SAAS,EAAE;EACb;AACF,CAAC,CAAC;AAcF,MAAMC,YAAmC,GAAGA,CAAC;EAAEC,QAAQ;EAAEC,MAAM;EAAEC,OAAO;EAAEC;AAAK,CAAC,KAAK;EACnF,MAAMC,WAAW,GAAGnB,iBAAiB,CAAC,CAAC;EACvC,MAAMoB,MAAM,GAAG1B,MAAM,CAAa,IAAI,CAAC;EACvC,MAAM2B,SAAS,GAAG/B,YAAY,CAAC,CAAC;EAEhCG,SAAS,CAAC,MAAM;IACd,MAAM6B,aAAa,GAAGF,MAAM,CAACG,OAAO;IACpC,IAAI,CAACD,aAAa,EAAE;MAClB;IACF;IACA,IAAID,SAAS,EAAE;MACbC,aAAa,CAACE,IAAI,CAAC,CAAC;IACtB,CAAC,MAAM;MACLF,aAAa,CAACG,KAAK,CAAC,CAAC;IACvB;IACA,OAAO,MAAM;MACXH,aAAa,CAACI,KAAK,CAAC,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,CAACL,SAAS,CAAC,CAAC;EAEf,MAAMM,OAAO,gBACXnC,KAAA,CAAAoC,aAAA,CAACrC,UAAU;IACTsC,QAAQ,EAAE,IAAK;IACfC,IAAI,EAAE,IAAK;IACXC,GAAG,EAAEX,MAAO;IACZY,UAAU,EAAC,OAAO;IAClBC,MAAM,EAAEhC,gBAAgB,CAACkB,WAAW,CAACe,MAAM,CAAE;IAC7CC,KAAK,EAAEjC,MAAM,CAACE;EAAK,CACpB,CACF;EAED,oBACEZ,KAAA,CAAAoC,aAAA,CAACjC,KAAK;IAACyC,aAAa,EAAC,OAAO;IAACC,oBAAoB,EAAE,IAAK;IAACC,WAAW,EAAE,IAAK;IAACC,OAAO,EAAErB;EAAK,gBACxF1B,KAAA,CAAAoC,aAAA,CAAC9B,IAAI;IAACqC,KAAK,EAAEjC,MAAM,CAACM;EAAQ,gBAC1BhB,KAAA,CAAAoC,aAAA,CAAChC,SAAS;IAACc,eAAe,EAAE,WAAY;IAAC8B,QAAQ,EAAE,cAAe;IAACC,WAAW,EAAE;EAAK,CAAE,CAAC,EACvFd,OAAO,eACRnC,KAAA,CAAAoC,aAAA,CAAC7B,UAAU;IAAC2C,KAAK,EAAEvB,WAAW,CAACwB,IAAK;IAACC,MAAM,EAAC;EAAW,GACpD5B,MAAM,CAAC6B,KAAK,CAAC9B,QAAQ,CACZ,CAAC,eACbvB,KAAA,CAAAoC,aAAA,CAAC7B,UAAU;IAAC2C,KAAK,EAAEvB,WAAW,CAACwB;EAAK,GAAE3B,MAAM,CAAC8B,QAAQ,CAACC,IAAI,CAACC,KAAK,CAAC/B,OAAO,GAAG,EAAE,CAAC,EAAEA,OAAO,GAAG,EAAE,CAAc,CACtG,CACD,CAAC;AAEZ,CAAC;AAED,eAAeH,YAAY","ignoreList":[]}
@@ -0,0 +1,45 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React from 'react';
3
+ import { StyleSheet, View } from 'react-native';
4
+ import { useAccessibilityTranslation } from '../accessibility/accessibilityLanguage';
5
+ import { useAppColorScheme } from '../theme';
6
+ export const Pins = ({
7
+ enteredLength,
8
+ maxLength,
9
+ style,
10
+ ...props
11
+ }) => {
12
+ const t = useAccessibilityTranslation();
13
+ const colorScheme = useAppColorScheme();
14
+ return /*#__PURE__*/React.createElement(View, _extends({
15
+ style: [styles.pinsWrapper, style],
16
+ accessible: true,
17
+ accessibilityRole: "progressbar",
18
+ accessibilityValue: {
19
+ text: t('accessibility.control.progress', {
20
+ current: enteredLength,
21
+ length: maxLength
22
+ })
23
+ }
24
+ }, props), Array.from({
25
+ length: maxLength
26
+ }).map((_, index) => /*#__PURE__*/React.createElement(View, {
27
+ key: `pin${index}`,
28
+ style: [styles.pin, {
29
+ backgroundColor: enteredLength > index ? colorScheme.black : colorScheme.background
30
+ }]
31
+ })));
32
+ };
33
+ const styles = StyleSheet.create({
34
+ pin: {
35
+ borderRadius: 3,
36
+ height: 10,
37
+ width: 10
38
+ },
39
+ pinsWrapper: {
40
+ flexDirection: 'row',
41
+ justifyContent: 'space-evenly',
42
+ width: '100%'
43
+ }
44
+ });
45
+ //# sourceMappingURL=pins.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","View","useAccessibilityTranslation","useAppColorScheme","Pins","enteredLength","maxLength","style","props","t","colorScheme","createElement","_extends","styles","pinsWrapper","accessible","accessibilityRole","accessibilityValue","text","current","length","Array","from","map","_","index","key","pin","backgroundColor","black","background","create","borderRadius","height","width","flexDirection","justifyContent"],"sources":["pins.tsx"],"sourcesContent":["import React, { FC } from 'react';\nimport { StyleSheet, View, ViewProps } from 'react-native';\n\nimport { useAccessibilityTranslation } from '../accessibility/accessibilityLanguage';\nimport { useAppColorScheme } from '../theme';\n\nexport interface PinsProps extends ViewProps {\n enteredLength: number;\n maxLength: number;\n}\n\nexport const Pins: FC<PinsProps> = ({ enteredLength, maxLength, style, ...props }) => {\n const t = useAccessibilityTranslation();\n const colorScheme = useAppColorScheme();\n return (\n <View\n style={[styles.pinsWrapper, style]}\n accessible={true}\n accessibilityRole=\"progressbar\"\n accessibilityValue={{ text: t('accessibility.control.progress', { current: enteredLength, length: maxLength }) }}\n {...props}>\n {Array.from({ length: maxLength }).map((_, index) => (\n <View\n key={`pin${index}`}\n style={[\n styles.pin,\n {\n backgroundColor: enteredLength > index ? colorScheme.black : colorScheme.background,\n },\n ]}\n />\n ))}\n </View>\n );\n};\n\nconst styles = StyleSheet.create({\n pin: {\n borderRadius: 3,\n height: 10,\n width: 10,\n },\n pinsWrapper: {\n flexDirection: 'row',\n justifyContent: 'space-evenly',\n width: '100%',\n },\n});\n"],"mappings":";AAAA,OAAOA,KAAK,MAAc,OAAO;AACjC,SAASC,UAAU,EAAEC,IAAI,QAAmB,cAAc;AAE1D,SAASC,2BAA2B,QAAQ,wCAAwC;AACpF,SAASC,iBAAiB,QAAQ,UAAU;AAO5C,OAAO,MAAMC,IAAmB,GAAGA,CAAC;EAAEC,aAAa;EAAEC,SAAS;EAAEC,KAAK;EAAE,GAAGC;AAAM,CAAC,KAAK;EACpF,MAAMC,CAAC,GAAGP,2BAA2B,CAAC,CAAC;EACvC,MAAMQ,WAAW,GAAGP,iBAAiB,CAAC,CAAC;EACvC,oBACEJ,KAAA,CAAAY,aAAA,CAACV,IAAI,EAAAW,QAAA;IACHL,KAAK,EAAE,CAACM,MAAM,CAACC,WAAW,EAAEP,KAAK,CAAE;IACnCQ,UAAU,EAAE,IAAK;IACjBC,iBAAiB,EAAC,aAAa;IAC/BC,kBAAkB,EAAE;MAAEC,IAAI,EAAET,CAAC,CAAC,gCAAgC,EAAE;QAAEU,OAAO,EAAEd,aAAa;QAAEe,MAAM,EAAEd;MAAU,CAAC;IAAE;EAAE,GAC7GE,KAAK,GACRa,KAAK,CAACC,IAAI,CAAC;IAAEF,MAAM,EAAEd;EAAU,CAAC,CAAC,CAACiB,GAAG,CAAC,CAACC,CAAC,EAAEC,KAAK,kBAC9C1B,KAAA,CAAAY,aAAA,CAACV,IAAI;IACHyB,GAAG,EAAE,MAAMD,KAAK,EAAG;IACnBlB,KAAK,EAAE,CACLM,MAAM,CAACc,GAAG,EACV;MACEC,eAAe,EAAEvB,aAAa,GAAGoB,KAAK,GAAGf,WAAW,CAACmB,KAAK,GAAGnB,WAAW,CAACoB;IAC3E,CAAC;EACD,CACH,CACF,CACG,CAAC;AAEX,CAAC;AAED,MAAMjB,MAAM,GAAGb,UAAU,CAAC+B,MAAM,CAAC;EAC/BJ,GAAG,EAAE;IACHK,YAAY,EAAE,CAAC;IACfC,MAAM,EAAE,EAAE;IACVC,KAAK,EAAE;EACT,CAAC;EACDpB,WAAW,EAAE;IACXqB,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,cAAc;IAC9BF,KAAK,EAAE;EACT;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,77 @@
1
+ import React from 'react';
2
+ import { StyleSheet, View } from 'react-native';
3
+ import { concatTestID } from '../../utils/testID';
4
+ import BackButton from '../buttons/back-button';
5
+ import { Button, ButtonType } from '../buttons/button';
6
+ import Typography from '../text/typography';
7
+ import { useAppColorScheme } from '../theme/color-scheme-context';
8
+ import ScrollViewScreen from './scroll-view-screen';
9
+ export let BackupScreenMode = /*#__PURE__*/function (BackupScreenMode) {
10
+ BackupScreenMode["Create"] = "create";
11
+ BackupScreenMode["Restore"] = "restore";
12
+ return BackupScreenMode;
13
+ }({});
14
+ const BackupScreen = ({
15
+ children,
16
+ cta,
17
+ description,
18
+ isCtaDisabled,
19
+ onBack,
20
+ onCta,
21
+ testID,
22
+ title
23
+ }) => {
24
+ const colorScheme = useAppColorScheme();
25
+ return /*#__PURE__*/React.createElement(ScrollViewScreen, {
26
+ header: {
27
+ backgroundColor: colorScheme.white,
28
+ leftItem: /*#__PURE__*/React.createElement(BackButton, {
29
+ onPress: onBack,
30
+ testID: concatTestID(testID, 'back')
31
+ }),
32
+ title
33
+ },
34
+ scrollView: {
35
+ testID: concatTestID(testID, 'scroll')
36
+ },
37
+ style: {
38
+ backgroundColor: colorScheme.white
39
+ },
40
+ testID: testID
41
+ }, /*#__PURE__*/React.createElement(View, {
42
+ style: styles.contentWrapper
43
+ }, /*#__PURE__*/React.createElement(View, {
44
+ style: styles.content
45
+ }, /*#__PURE__*/React.createElement(Typography, {
46
+ color: colorScheme.text,
47
+ style: styles.description
48
+ }, description), children), /*#__PURE__*/React.createElement(View, {
49
+ style: styles.bottom
50
+ }, /*#__PURE__*/React.createElement(Button, {
51
+ disabled: isCtaDisabled,
52
+ onPress: onCta,
53
+ testID: concatTestID(testID, 'mainButton'),
54
+ title: cta,
55
+ type: isCtaDisabled ? ButtonType.Border : ButtonType.Primary
56
+ }))));
57
+ };
58
+ const styles = StyleSheet.create({
59
+ bottom: {
60
+ flex: 1,
61
+ justifyContent: 'flex-end',
62
+ minHeight: 84
63
+ },
64
+ content: {
65
+ marginHorizontal: 8
66
+ },
67
+ contentWrapper: {
68
+ flex: 1,
69
+ marginHorizontal: 12
70
+ },
71
+ description: {
72
+ marginBottom: 24,
73
+ opacity: 0.7
74
+ }
75
+ });
76
+ export default BackupScreen;
77
+ //# sourceMappingURL=backup-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","StyleSheet","View","concatTestID","BackButton","Button","ButtonType","Typography","useAppColorScheme","ScrollViewScreen","BackupScreenMode","BackupScreen","children","cta","description","isCtaDisabled","onBack","onCta","testID","title","colorScheme","createElement","header","backgroundColor","white","leftItem","onPress","scrollView","style","styles","contentWrapper","content","color","text","bottom","disabled","type","Border","Primary","create","flex","justifyContent","minHeight","marginHorizontal","marginBottom","opacity"],"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":"AAAA,OAAOA,KAAK,MAAiC,OAAO;AACpD,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAE/C,SAASC,YAAY,QAAQ,oBAAoB;AACjD,OAAOC,UAAU,MAAM,wBAAwB;AAC/C,SAASC,MAAM,EAAEC,UAAU,QAAQ,mBAAmB;AACtD,OAAOC,UAAU,MAAM,oBAAoB;AAC3C,SAASC,iBAAiB,QAAQ,+BAA+B;AACjE,OAAOC,gBAAgB,MAAM,sBAAsB;AAEnD,WAAYC,gBAAgB,0BAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAhBA,gBAAgB;EAAA,OAAhBA,gBAAgB;AAAA;AAe5B,MAAMC,YAAmC,GAAGA,CAAC;EAC3CC,QAAQ;EACRC,GAAG;EACHC,WAAW;EACXC,aAAa;EACbC,MAAM;EACNC,KAAK;EACLC,MAAM;EACNC;AACF,CAAC,KAAK;EACJ,MAAMC,WAAW,GAAGZ,iBAAiB,CAAC,CAAC;EAEvC,oBACER,KAAA,CAAAqB,aAAA,CAACZ,gBAAgB;IACfa,MAAM,EAAE;MACNC,eAAe,EAAEH,WAAW,CAACI,KAAK;MAClCC,QAAQ,eAAEzB,KAAA,CAAAqB,aAAA,CAACjB,UAAU;QAACsB,OAAO,EAAEV,MAAO;QAACE,MAAM,EAAEf,YAAY,CAACe,MAAM,EAAE,MAAM;MAAE,CAAE,CAAC;MAC/EC;IACF,CAAE;IACFQ,UAAU,EAAE;MACVT,MAAM,EAAEf,YAAY,CAACe,MAAM,EAAE,QAAQ;IACvC,CAAE;IACFU,KAAK,EAAE;MAAEL,eAAe,EAAEH,WAAW,CAACI;IAAM,CAAE;IAC9CN,MAAM,EAAEA;EAAO,gBACflB,KAAA,CAAAqB,aAAA,CAACnB,IAAI;IAAC0B,KAAK,EAAEC,MAAM,CAACC;EAAe,gBACjC9B,KAAA,CAAAqB,aAAA,CAACnB,IAAI;IAAC0B,KAAK,EAAEC,MAAM,CAACE;EAAQ,gBAC1B/B,KAAA,CAAAqB,aAAA,CAACd,UAAU;IAACyB,KAAK,EAAEZ,WAAW,CAACa,IAAK;IAACL,KAAK,EAAEC,MAAM,CAACf;EAAY,GAC5DA,WACS,CAAC,EAEZF,QACG,CAAC,eAEPZ,KAAA,CAAAqB,aAAA,CAACnB,IAAI;IAAC0B,KAAK,EAAEC,MAAM,CAACK;EAAO,gBACzBlC,KAAA,CAAAqB,aAAA,CAAChB,MAAM;IACL8B,QAAQ,EAAEpB,aAAc;IACxBW,OAAO,EAAET,KAAM;IACfC,MAAM,EAAEf,YAAY,CAACe,MAAM,EAAE,YAAY,CAAE;IAC3CC,KAAK,EAAEN,GAAI;IACXuB,IAAI,EAAErB,aAAa,GAAGT,UAAU,CAAC+B,MAAM,GAAG/B,UAAU,CAACgC;EAAQ,CAC9D,CACG,CACF,CACU,CAAC;AAEvB,CAAC;AAED,MAAMT,MAAM,GAAG5B,UAAU,CAACsC,MAAM,CAAC;EAC/BL,MAAM,EAAE;IACNM,IAAI,EAAE,CAAC;IACPC,cAAc,EAAE,UAAU;IAC1BC,SAAS,EAAE;EACb,CAAC;EACDX,OAAO,EAAE;IACPY,gBAAgB,EAAE;EACpB,CAAC;EACDb,cAAc,EAAE;IACdU,IAAI,EAAE,CAAC;IACPG,gBAAgB,EAAE;EACpB,CAAC;EACD7B,WAAW,EAAE;IACX8B,YAAY,EAAE,EAAE;IAChBC,OAAO,EAAE;EACX;AACF,CAAC,CAAC;AAEF,eAAelC,YAAY","ignoreList":[]}
@@ -0,0 +1,82 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React, { useCallback, useState } from 'react';
3
+ import { Image, StyleSheet, View } from 'react-native';
4
+ import { useSafeAreaInsets } from 'react-native-safe-area-context';
5
+ import { concatTestID, ContrastingStatusBar } from '../../utils';
6
+ import { TouchableOpacity } from '../accessibility/accessibilityHistoryWrappers';
7
+ import { NavigationHeader } from '../header';
8
+ import { CloseIcon } from '../icons';
9
+ import { useAppColorScheme } from '../theme';
10
+ const ImagePreviewScreen = ({
11
+ image,
12
+ onClose,
13
+ title,
14
+ testID,
15
+ style,
16
+ ...viewProps
17
+ }) => {
18
+ const colorScheme = useAppColorScheme();
19
+ const insets = useSafeAreaInsets();
20
+ const [imageSize, setImageSize] = useState();
21
+ const layoutHandler = useCallback(event => {
22
+ const {
23
+ width,
24
+ height
25
+ } = event.nativeEvent.layout;
26
+ setImageSize({
27
+ height,
28
+ width
29
+ });
30
+ }, []);
31
+ return /*#__PURE__*/React.createElement(View, _extends({
32
+ style: [styles.screen, {
33
+ backgroundColor: colorScheme.nerdView.background
34
+ }, style],
35
+ testID: testID
36
+ }, viewProps), /*#__PURE__*/React.createElement(ContrastingStatusBar, {
37
+ backgroundColor: colorScheme.nerdView.background
38
+ }), /*#__PURE__*/React.createElement(NavigationHeader, {
39
+ backgroundColor: "transparent",
40
+ blurred: false,
41
+ leftItem: /*#__PURE__*/React.createElement(TouchableOpacity, {
42
+ onPress: onClose,
43
+ testID: concatTestID(testID, 'close')
44
+ }, /*#__PURE__*/React.createElement(CloseIcon, {
45
+ color: colorScheme.white
46
+ })),
47
+ style: {
48
+ paddingTop: insets.top
49
+ },
50
+ title: title,
51
+ titleColor: colorScheme.white,
52
+ testID: concatTestID(testID, 'header')
53
+ }), /*#__PURE__*/React.createElement(View, {
54
+ onLayout: layoutHandler,
55
+ style: styles.imageContainer
56
+ }, imageSize && /*#__PURE__*/React.createElement(Image, {
57
+ accessibilityLabel: title,
58
+ accessibilityRole: "image",
59
+ accessible: true,
60
+ resizeMethod: "resize",
61
+ resizeMode: "contain",
62
+ source: image,
63
+ style: [styles.image, imageSize],
64
+ testID: concatTestID(testID, 'image')
65
+ })));
66
+ };
67
+ const styles = StyleSheet.create({
68
+ image: {
69
+ position: 'absolute'
70
+ },
71
+ imageContainer: {
72
+ alignItems: 'center',
73
+ flex: 1,
74
+ justifyContent: 'center',
75
+ marginHorizontal: 18
76
+ },
77
+ screen: {
78
+ flex: 1
79
+ }
80
+ });
81
+ export default ImagePreviewScreen;
82
+ //# sourceMappingURL=image-preview-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useCallback","useState","Image","StyleSheet","View","useSafeAreaInsets","concatTestID","ContrastingStatusBar","TouchableOpacity","NavigationHeader","CloseIcon","useAppColorScheme","ImagePreviewScreen","image","onClose","title","testID","style","viewProps","colorScheme","insets","imageSize","setImageSize","layoutHandler","event","width","height","nativeEvent","layout","createElement","_extends","styles","screen","backgroundColor","nerdView","background","blurred","leftItem","onPress","color","white","paddingTop","top","titleColor","onLayout","imageContainer","accessibilityLabel","accessibilityRole","accessible","resizeMethod","resizeMode","source","create","position","alignItems","flex","justifyContent","marginHorizontal"],"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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","ignoreList":[]}
@@ -0,0 +1,13 @@
1
+ import BackupScreen, { BackupScreenMode } from './backup-screen';
2
+ import ImagePreviewScreen from './image-preview-screen';
3
+ import NerdModeScreen from './nerd-mode-screen';
4
+ import QRCodeScannerScreen from './qr-code-scanner-screen';
5
+ import ScrollViewScreen from './scroll-view-screen';
6
+ import SectionListScreen from './section-list-screen';
7
+ export { BackupScreen, BackupScreenMode };
8
+ export { ImagePreviewScreen };
9
+ export { NerdModeScreen };
10
+ export { QRCodeScannerScreen };
11
+ export { ScrollViewScreen };
12
+ export { SectionListScreen };
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["BackupScreen","BackupScreenMode","ImagePreviewScreen","NerdModeScreen","QRCodeScannerScreen","ScrollViewScreen","SectionListScreen"],"sources":["index.ts"],"sourcesContent":["import type { BackupScreenProps } from './backup-screen';\nimport BackupScreen, { BackupScreenMode } from './backup-screen';\nimport type { ImagePreviewScreenProps } from './image-preview-screen';\nimport ImagePreviewScreen from './image-preview-screen';\nimport type { NerdModeScreenProps, NerdModeSection } from './nerd-mode-screen';\nimport NerdModeScreen from './nerd-mode-screen';\nimport type { QRCodeScannerScreenProps } from './qr-code-scanner-screen';\nimport QRCodeScannerScreen from './qr-code-scanner-screen';\nimport type { ScrollViewScreenProps } from './scroll-view-screen';\nimport ScrollViewScreen from './scroll-view-screen';\nimport type { SectionListScreenProps } from './section-list-screen';\nimport SectionListScreen from './section-list-screen';\n\nexport { BackupScreen, BackupScreenMode, BackupScreenProps };\nexport { ImagePreviewScreen, ImagePreviewScreenProps };\nexport { NerdModeScreen, NerdModeScreenProps, NerdModeSection };\nexport { QRCodeScannerScreen, QRCodeScannerScreenProps };\nexport { ScrollViewScreen, ScrollViewScreenProps };\nexport { SectionListScreen, SectionListScreenProps };\n"],"mappings":"AACA,OAAOA,YAAY,IAAIC,gBAAgB,QAAQ,iBAAiB;AAEhE,OAAOC,kBAAkB,MAAM,wBAAwB;AAEvD,OAAOC,cAAc,MAAM,oBAAoB;AAE/C,OAAOC,mBAAmB,MAAM,0BAA0B;AAE1D,OAAOC,gBAAgB,MAAM,sBAAsB;AAEnD,OAAOC,iBAAiB,MAAM,uBAAuB;AAErD,SAASN,YAAY,EAAEC,gBAAgB;AACvC,SAASC,kBAAkB;AAC3B,SAASC,cAAc;AACvB,SAASC,mBAAmB;AAC5B,SAASC,gBAAgB;AACzB,SAASC,iBAAiB","ignoreList":[]}
@@ -0,0 +1,156 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React, { useState } from 'react';
3
+ import { SectionList, StyleSheet, View } from 'react-native';
4
+ import Animated, { useAnimatedScrollHandler, useSharedValue } from 'react-native-reanimated';
5
+ import { useSafeAreaInsets } from 'react-native-safe-area-context';
6
+ import EntityDetailsWithButtons from '../../components/entity/entity-details-with-buttons';
7
+ import ContrastingStatusBar from '../../utils/contrasting-status-bar';
8
+ import { concatTestID } from '../../utils/testID';
9
+ import { TouchableOpacity } from '../accessibility/accessibilityHistoryWrappers';
10
+ import SectionEntityCluster from '../entity/entity-cluster';
11
+ import NavigationHeader from '../header/navigation-header';
12
+ import { CloseIcon } from '../icons/icons';
13
+ import NerdModeItem from '../nerd-view/nerd-mode-item';
14
+ import Typography from '../text/typography';
15
+ import { useAppColorScheme } from '../theme/color-scheme-context';
16
+ export let EntityType = /*#__PURE__*/function (EntityType) {
17
+ EntityType[EntityType["CredentialEntity"] = 0] = "CredentialEntity";
18
+ EntityType[EntityType["ProofEntity"] = 1] = "ProofEntity";
19
+ return EntityType;
20
+ }({});
21
+ function isSectionEntityCluster(item) {
22
+ return item.did !== undefined;
23
+ }
24
+ const AnimatedSectionList = Animated.createAnimatedComponent(SectionList);
25
+ const NerdModeScreen = ({
26
+ sections,
27
+ labels,
28
+ onClose,
29
+ onCopyToClipboard,
30
+ entityCluster,
31
+ testID,
32
+ title
33
+ }) => {
34
+ var _entityCluster$testID;
35
+ const insets = useSafeAreaInsets();
36
+ const colorScheme = useAppColorScheme();
37
+ const scrollOffset = useSharedValue(0);
38
+ const [expandedAttributes, setExpandedAttributes] = useState(0);
39
+
40
+ // This is a bit of a hack. It's used to notify attributes that another attribute has been expanded
41
+ // which will allow them to update their scroll offset accordingly.
42
+ const onExpand = expanded => {
43
+ setExpandedAttributes(prev => expanded ? prev + 1 : prev - 1);
44
+ };
45
+ const onScroll = useAnimatedScrollHandler({
46
+ onScroll: ({
47
+ contentOffset
48
+ }) => {
49
+ scrollOffset.value = contentOffset.y;
50
+ }
51
+ });
52
+ const lastElementsForSection = sections.reduce((acc, {
53
+ title: sectionTitle = '',
54
+ data
55
+ }) => {
56
+ const lastElement = data[data.length - 1];
57
+ return {
58
+ ...acc,
59
+ [sectionTitle]: lastElement && !isSectionEntityCluster(lastElement) ? lastElement.attributeKey : ''
60
+ };
61
+ }, {});
62
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ContrastingStatusBar, {
63
+ backgroundColor: colorScheme.nerdView.background
64
+ }), /*#__PURE__*/React.createElement(NavigationHeader, {
65
+ leftItem: /*#__PURE__*/React.createElement(TouchableOpacity, {
66
+ onPress: onClose,
67
+ testID: concatTestID(testID, 'closeIcon')
68
+ }, /*#__PURE__*/React.createElement(CloseIcon, {
69
+ color: colorScheme.white
70
+ })),
71
+ style: {
72
+ backgroundColor: colorScheme.nerdView.background,
73
+ paddingTop: insets.top
74
+ },
75
+ title: title,
76
+ titleColor: colorScheme.white
77
+ }), /*#__PURE__*/React.createElement(AnimatedSectionList, {
78
+ ListHeaderComponent: entityCluster ? /*#__PURE__*/React.createElement(EntityDetailsWithButtons, _extends({}, entityCluster, {
79
+ entityType: EntityType.ProofEntity,
80
+ entityLabels: entityCluster.entityLabels,
81
+ attributesLabels: labels,
82
+ style: [styles.entityCluster, {
83
+ backgroundColor: colorScheme.nerdView.background
84
+ }],
85
+ onCopyToClipboard: onCopyToClipboard,
86
+ testID: (_entityCluster$testID = entityCluster.testID) !== null && _entityCluster$testID !== void 0 ? _entityCluster$testID : concatTestID(testID, 'entityCluster'),
87
+ textColor: colorScheme.white
88
+ })) : null,
89
+ onScroll: onScroll,
90
+ renderItem: ({
91
+ item,
92
+ section,
93
+ index
94
+ }) => {
95
+ if (isSectionEntityCluster(item)) {
96
+ var _item$testID;
97
+ return /*#__PURE__*/React.createElement(EntityDetailsWithButtons, _extends({}, item, {
98
+ entityType: EntityType.CredentialEntity,
99
+ entityLabels: item.entityLabels,
100
+ attributesLabels: labels,
101
+ style: [styles.entityCluster, {
102
+ backgroundColor: colorScheme.nerdView.background
103
+ }],
104
+ onCopyToClipboard: onCopyToClipboard,
105
+ testID: (_item$testID = item.testID) !== null && _item$testID !== void 0 ? _item$testID : concatTestID(testID, 'sectionEntityCluster', index.toString()),
106
+ textColor: colorScheme.white
107
+ }));
108
+ } else {
109
+ return /*#__PURE__*/React.createElement(NerdModeItem, _extends({}, item, {
110
+ expandedAttributes: expandedAttributes,
111
+ labels: labels,
112
+ last: lastElementsForSection[section.title] === item.attributeKey,
113
+ onCopyToClipboard: onCopyToClipboard,
114
+ onExpand: onExpand,
115
+ scrollOffset: scrollOffset,
116
+ testID: concatTestID(testID, item.testID)
117
+ }));
118
+ }
119
+ },
120
+ renderSectionHeader: ({
121
+ section
122
+ }) => {
123
+ return section.title ? /*#__PURE__*/React.createElement(View, {
124
+ style: styles.sectionHeaderContainer,
125
+ testID: concatTestID(testID, section.title)
126
+ }, /*#__PURE__*/React.createElement(Typography, {
127
+ color: colorScheme.white,
128
+ style: styles.sectionHeaderText
129
+ }, section.title)) : null;
130
+ },
131
+ scrollEventThrottle: 16,
132
+ sections: sections,
133
+ stickySectionHeadersEnabled: false,
134
+ style: {
135
+ backgroundColor: colorScheme.nerdView.background
136
+ },
137
+ testID: testID
138
+ }));
139
+ };
140
+ const styles = StyleSheet.create({
141
+ entityCluster: {
142
+ paddingHorizontal: 24,
143
+ paddingVertical: 20
144
+ },
145
+ sectionHeaderContainer: {
146
+ justifyContent: 'center',
147
+ marginTop: 20,
148
+ paddingVertical: 16
149
+ },
150
+ sectionHeaderText: {
151
+ opacity: 0.7,
152
+ paddingHorizontal: 20
153
+ }
154
+ });
155
+ export default NerdModeScreen;
156
+ //# sourceMappingURL=nerd-mode-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useState","SectionList","StyleSheet","View","Animated","useAnimatedScrollHandler","useSharedValue","useSafeAreaInsets","EntityDetailsWithButtons","ContrastingStatusBar","concatTestID","TouchableOpacity","SectionEntityCluster","NavigationHeader","CloseIcon","NerdModeItem","Typography","useAppColorScheme","EntityType","isSectionEntityCluster","item","did","undefined","AnimatedSectionList","createAnimatedComponent","NerdModeScreen","sections","labels","onClose","onCopyToClipboard","entityCluster","testID","title","_entityCluster$testID","insets","colorScheme","scrollOffset","expandedAttributes","setExpandedAttributes","onExpand","expanded","prev","onScroll","contentOffset","value","y","lastElementsForSection","reduce","acc","sectionTitle","data","lastElement","length","attributeKey","createElement","Fragment","backgroundColor","nerdView","background","leftItem","onPress","color","white","style","paddingTop","top","titleColor","ListHeaderComponent","_extends","entityType","ProofEntity","entityLabels","attributesLabels","styles","textColor","renderItem","section","index","_item$testID","CredentialEntity","toString","last","renderSectionHeader","sectionHeaderContainer","sectionHeaderText","scrollEventThrottle","stickySectionHeadersEnabled","create","paddingHorizontal","paddingVertical","justifyContent","marginTop","opacity"],"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 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 { TouchableOpacity } from '../accessibility/accessibilityHistoryWrappers';\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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","ignoreList":[]}