@oxyhq/services 30.0.0 → 30.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1742) hide show
  1. package/lib/commonjs/assets/OxyLogo.svg +1 -0
  2. package/lib/commonjs/assets/assets/OxyLogo.svg +1 -0
  3. package/lib/commonjs/assets/assets/icons/OxyServices.tsx +60 -0
  4. package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +1 -0
  5. package/lib/commonjs/assets/assets/illustrations/HighFive.tsx +39 -0
  6. package/lib/commonjs/assets/assets/lottie/welcomeheader_background_op1.json +1 -0
  7. package/lib/commonjs/assets/icons/OxyServices.js +51 -0
  8. package/lib/commonjs/assets/icons/OxyServices.js.map +1 -0
  9. package/lib/commonjs/assets/icons/logo_OxyServices.svg +1 -0
  10. package/lib/commonjs/assets/illustrations/HighFive.js +58 -0
  11. package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -0
  12. package/lib/commonjs/assets/lottie/welcomeheader_background_op1.json +1 -0
  13. package/lib/commonjs/index.js +1038 -0
  14. package/lib/commonjs/index.js.map +1 -0
  15. package/lib/commonjs/notifications/deviceNotifications.js +443 -0
  16. package/lib/commonjs/notifications/deviceNotifications.js.map +1 -0
  17. package/lib/commonjs/package.json +1 -0
  18. package/lib/commonjs/ui/boot/runProviderColdBoot.js +205 -0
  19. package/lib/commonjs/ui/boot/runProviderColdBoot.js.map +1 -0
  20. package/lib/commonjs/ui/client.js +142 -0
  21. package/lib/commonjs/ui/client.js.map +1 -0
  22. package/lib/commonjs/ui/components/AvatarCameraBadge.js +43 -0
  23. package/lib/commonjs/ui/components/AvatarCameraBadge.js.map +1 -0
  24. package/lib/commonjs/ui/components/FollowButton.js +255 -0
  25. package/lib/commonjs/ui/components/FollowButton.js.map +1 -0
  26. package/lib/commonjs/ui/components/FollowTargetButton.js +351 -0
  27. package/lib/commonjs/ui/components/FollowTargetButton.js.map +1 -0
  28. package/lib/commonjs/ui/components/OxyAccountDialogScreen.js +178 -0
  29. package/lib/commonjs/ui/components/OxyAccountDialogScreen.js.map +1 -0
  30. package/lib/commonjs/ui/components/OxyAuthChooser.js +493 -0
  31. package/lib/commonjs/ui/components/OxyAuthChooser.js.map +1 -0
  32. package/lib/commonjs/ui/components/OxyAuthPrompt.js +124 -0
  33. package/lib/commonjs/ui/components/OxyAuthPrompt.js.map +1 -0
  34. package/lib/commonjs/ui/components/OxyConsentScreen.js +502 -0
  35. package/lib/commonjs/ui/components/OxyConsentScreen.js.map +1 -0
  36. package/lib/commonjs/ui/components/OxyOAuthCallback.js +44 -0
  37. package/lib/commonjs/ui/components/OxyOAuthCallback.js.map +1 -0
  38. package/lib/commonjs/ui/components/OxyPayButton.js +66 -0
  39. package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -0
  40. package/lib/commonjs/ui/components/OxyProvider.js +314 -0
  41. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
  42. package/lib/commonjs/ui/components/OxySignInButton.js +321 -0
  43. package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -0
  44. package/lib/commonjs/ui/components/OxySignInRequestSurface.js +147 -0
  45. package/lib/commonjs/ui/components/OxySignInRequestSurface.js.map +1 -0
  46. package/lib/commonjs/ui/components/ProfileButton.js +342 -0
  47. package/lib/commonjs/ui/components/ProfileButton.js.map +1 -0
  48. package/lib/commonjs/ui/components/ProfileSummaryCard.js +79 -0
  49. package/lib/commonjs/ui/components/ProfileSummaryCard.js.map +1 -0
  50. package/lib/commonjs/ui/components/RequireOxyAuth.js +296 -0
  51. package/lib/commonjs/ui/components/RequireOxyAuth.js.map +1 -0
  52. package/lib/commonjs/ui/components/SettingsIcon.js +45 -0
  53. package/lib/commonjs/ui/components/SettingsIcon.js.map +1 -0
  54. package/lib/commonjs/ui/components/SurfaceHeaderAction.js +63 -0
  55. package/lib/commonjs/ui/components/SurfaceHeaderAction.js.map +1 -0
  56. package/lib/commonjs/ui/components/SurfaceScreen.js +257 -0
  57. package/lib/commonjs/ui/components/SurfaceScreen.js.map +1 -0
  58. package/lib/commonjs/ui/components/authChooser/AccountsMenuView.js +667 -0
  59. package/lib/commonjs/ui/components/authChooser/AccountsMenuView.js.map +1 -0
  60. package/lib/commonjs/ui/components/authChooser/SignInEntryView.js +108 -0
  61. package/lib/commonjs/ui/components/authChooser/SignInEntryView.js.map +1 -0
  62. package/lib/commonjs/ui/components/authChooser/SignInRequestView.js +106 -0
  63. package/lib/commonjs/ui/components/authChooser/SignInRequestView.js.map +1 -0
  64. package/lib/commonjs/ui/components/authChooser/SignUpView.js +188 -0
  65. package/lib/commonjs/ui/components/authChooser/SignUpView.js.map +1 -0
  66. package/lib/commonjs/ui/components/authChooser/TroubleDisclosure.js +77 -0
  67. package/lib/commonjs/ui/components/authChooser/TroubleDisclosure.js.map +1 -0
  68. package/lib/commonjs/ui/components/authChooser/primitives.js +183 -0
  69. package/lib/commonjs/ui/components/authChooser/primitives.js.map +1 -0
  70. package/lib/commonjs/ui/components/authChooser/requestSurfaces.js +161 -0
  71. package/lib/commonjs/ui/components/authChooser/requestSurfaces.js.map +1 -0
  72. package/lib/commonjs/ui/components/authChooser/signInProgress.js +59 -0
  73. package/lib/commonjs/ui/components/authChooser/signInProgress.js.map +1 -0
  74. package/lib/commonjs/ui/components/authChooser/styles.js +219 -0
  75. package/lib/commonjs/ui/components/authChooser/styles.js.map +1 -0
  76. package/lib/commonjs/ui/components/authChooser/types.js +81 -0
  77. package/lib/commonjs/ui/components/authChooser/types.js.map +1 -0
  78. package/lib/commonjs/ui/components/authChooser/useUsernameAvailability.js +50 -0
  79. package/lib/commonjs/ui/components/authChooser/useUsernameAvailability.js.map +1 -0
  80. package/lib/commonjs/ui/components/feedback/constants.js +59 -0
  81. package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
  82. package/lib/commonjs/ui/components/feedback/types.js +6 -0
  83. package/lib/commonjs/ui/components/feedback/types.js.map +1 -0
  84. package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +52 -0
  85. package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -0
  86. package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +61 -0
  87. package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
  88. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +125 -0
  89. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -0
  90. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +431 -0
  91. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -0
  92. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +172 -0
  93. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
  94. package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +64 -0
  95. package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
  96. package/lib/commonjs/ui/components/internal/PinInput.js +118 -0
  97. package/lib/commonjs/ui/components/internal/PinInput.js.map +1 -0
  98. package/lib/commonjs/ui/components/logo/LogoIcon.js +61 -0
  99. package/lib/commonjs/ui/components/logo/LogoIcon.js.map +1 -0
  100. package/lib/commonjs/ui/components/logo/LogoText.js +48 -0
  101. package/lib/commonjs/ui/components/logo/LogoText.js.map +1 -0
  102. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +133 -0
  103. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -0
  104. package/lib/commonjs/ui/components/oauthNavigation.js +83 -0
  105. package/lib/commonjs/ui/components/oauthNavigation.js.map +1 -0
  106. package/lib/commonjs/ui/components/passkeyHubPopup.js +33 -0
  107. package/lib/commonjs/ui/components/passkeyHubPopup.js.map +1 -0
  108. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +327 -0
  109. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -0
  110. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +105 -0
  111. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -0
  112. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +149 -0
  113. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
  114. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +84 -0
  115. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
  116. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +195 -0
  117. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
  118. package/lib/commonjs/ui/components/payment/constants.js +53 -0
  119. package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
  120. package/lib/commonjs/ui/components/payment/paymentStyles.js +401 -0
  121. package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -0
  122. package/lib/commonjs/ui/components/payment/types.js +6 -0
  123. package/lib/commonjs/ui/components/payment/types.js.map +1 -0
  124. package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +223 -0
  125. package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -0
  126. package/lib/commonjs/ui/components/styles/overlay.js +83 -0
  127. package/lib/commonjs/ui/components/styles/overlay.js.map +1 -0
  128. package/lib/commonjs/ui/components/styles/shadow.js +127 -0
  129. package/lib/commonjs/ui/components/styles/shadow.js.map +1 -0
  130. package/lib/commonjs/ui/components/surfaces/ActionSheetSurface.js +83 -0
  131. package/lib/commonjs/ui/components/surfaces/ActionSheetSurface.js.map +1 -0
  132. package/lib/commonjs/ui/components/utils/hasTouchHandler.js +13 -0
  133. package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -0
  134. package/lib/commonjs/ui/components/utils/roundLayoutSize.js +9 -0
  135. package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
  136. package/lib/commonjs/ui/components/utils/splitStyles.js +50 -0
  137. package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -0
  138. package/lib/commonjs/ui/constants/spacing.js +50 -0
  139. package/lib/commonjs/ui/constants/spacing.js.map +1 -0
  140. package/lib/commonjs/ui/context/OxyContext.js +1199 -0
  141. package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
  142. package/lib/commonjs/ui/context/commitSessionFlow.js +104 -0
  143. package/lib/commonjs/ui/context/commitSessionFlow.js.map +1 -0
  144. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +306 -0
  145. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
  146. package/lib/commonjs/ui/context/oxyContextHelpers.js +35 -0
  147. package/lib/commonjs/ui/context/oxyContextHelpers.js.map +1 -0
  148. package/lib/commonjs/ui/context/oxyContextTypes.js +6 -0
  149. package/lib/commonjs/ui/context/oxyContextTypes.js.map +1 -0
  150. package/lib/commonjs/ui/context/passkeyFlow.js +118 -0
  151. package/lib/commonjs/ui/context/passkeyFlow.js.map +1 -0
  152. package/lib/commonjs/ui/context/useOxyAccountGraph.js +100 -0
  153. package/lib/commonjs/ui/context/useOxyAccountGraph.js.map +1 -0
  154. package/lib/commonjs/ui/hooks/accountDialogSnapshot.js +42 -0
  155. package/lib/commonjs/ui/hooks/accountDialogSnapshot.js.map +1 -0
  156. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js +182 -0
  157. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -0
  158. package/lib/commonjs/ui/hooks/mutations/mutationKeys.js +40 -0
  159. package/lib/commonjs/ui/hooks/mutations/mutationKeys.js.map +1 -0
  160. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +675 -0
  161. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -0
  162. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +197 -0
  163. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -0
  164. package/lib/commonjs/ui/hooks/queries/paymentTypes.js +2 -0
  165. package/lib/commonjs/ui/hooks/queries/paymentTypes.js.map +1 -0
  166. package/lib/commonjs/ui/hooks/queries/queryKeys.js +222 -0
  167. package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -0
  168. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +326 -0
  169. package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
  170. package/lib/commonjs/ui/hooks/queries/useAuthMethods.js +49 -0
  171. package/lib/commonjs/ui/hooks/queries/useAuthMethods.js.map +1 -0
  172. package/lib/commonjs/ui/hooks/queries/useFileQueries.js +129 -0
  173. package/lib/commonjs/ui/hooks/queries/useFileQueries.js.map +1 -0
  174. package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js +145 -0
  175. package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js.map +1 -0
  176. package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +93 -0
  177. package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
  178. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +170 -0
  179. package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -0
  180. package/lib/commonjs/ui/hooks/queries/userCache.js +440 -0
  181. package/lib/commonjs/ui/hooks/queries/userCache.js.map +1 -0
  182. package/lib/commonjs/ui/hooks/queries/userCacheRelationship.js +31 -0
  183. package/lib/commonjs/ui/hooks/queries/userCacheRelationship.js.map +1 -0
  184. package/lib/commonjs/ui/hooks/queryClient.js +208 -0
  185. package/lib/commonjs/ui/hooks/queryClient.js.map +1 -0
  186. package/lib/commonjs/ui/hooks/useAssets.js +227 -0
  187. package/lib/commonjs/ui/hooks/useAssets.js.map +1 -0
  188. package/lib/commonjs/ui/hooks/useAsyncAction.js +95 -0
  189. package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
  190. package/lib/commonjs/ui/hooks/useAuth.js +127 -0
  191. package/lib/commonjs/ui/hooks/useAuth.js.map +1 -0
  192. package/lib/commonjs/ui/hooks/useAvatarPicker.js +106 -0
  193. package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -0
  194. package/lib/commonjs/ui/hooks/useDeviceManagement.js +73 -0
  195. package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -0
  196. package/lib/commonjs/ui/hooks/useDeviceSwitcher.js +57 -0
  197. package/lib/commonjs/ui/hooks/useDeviceSwitcher.js.map +1 -0
  198. package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +71 -0
  199. package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -0
  200. package/lib/commonjs/ui/hooks/useFileFiltering.js +76 -0
  201. package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -0
  202. package/lib/commonjs/ui/hooks/useFollow.js +331 -0
  203. package/lib/commonjs/ui/hooks/useFollow.js.map +1 -0
  204. package/lib/commonjs/ui/hooks/useFollow.types.js +6 -0
  205. package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
  206. package/lib/commonjs/ui/hooks/useFollowTarget.js +160 -0
  207. package/lib/commonjs/ui/hooks/useFollowTarget.js.map +1 -0
  208. package/lib/commonjs/ui/hooks/useI18n.js +41 -0
  209. package/lib/commonjs/ui/hooks/useI18n.js.map +1 -0
  210. package/lib/commonjs/ui/hooks/useLanguageManagement.js +193 -0
  211. package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -0
  212. package/lib/commonjs/ui/hooks/useMutationStatus.js +86 -0
  213. package/lib/commonjs/ui/hooks/useMutationStatus.js.map +1 -0
  214. package/lib/commonjs/ui/hooks/useOnlineStatus.js +34 -0
  215. package/lib/commonjs/ui/hooks/useOnlineStatus.js.map +1 -0
  216. package/lib/commonjs/ui/hooks/useOxyEvent.js +28 -0
  217. package/lib/commonjs/ui/hooks/useOxyEvent.js.map +1 -0
  218. package/lib/commonjs/ui/hooks/useProfileEditing.js +134 -0
  219. package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -0
  220. package/lib/commonjs/ui/hooks/useQueryClient.js +20 -0
  221. package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -0
  222. package/lib/commonjs/ui/hooks/useReduceMotion.js +57 -0
  223. package/lib/commonjs/ui/hooks/useReduceMotion.js.map +1 -0
  224. package/lib/commonjs/ui/hooks/useResolvedFileUrls.js +163 -0
  225. package/lib/commonjs/ui/hooks/useResolvedFileUrls.js.map +1 -0
  226. package/lib/commonjs/ui/hooks/useSessionManagement.js +183 -0
  227. package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -0
  228. package/lib/commonjs/ui/hooks/useSettingToggle.js +132 -0
  229. package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -0
  230. package/lib/commonjs/ui/hooks/useStorage.js +45 -0
  231. package/lib/commonjs/ui/hooks/useStorage.js.map +1 -0
  232. package/lib/commonjs/ui/hooks/useSurfaceHeader.js +142 -0
  233. package/lib/commonjs/ui/hooks/useSurfaceHeader.js.map +1 -0
  234. package/lib/commonjs/ui/index.js +183 -0
  235. package/lib/commonjs/ui/index.js.map +1 -0
  236. package/lib/commonjs/ui/isFrontend.js +10 -0
  237. package/lib/commonjs/ui/isFrontend.js.map +1 -0
  238. package/lib/commonjs/ui/navigation/accountDialogManager.js +105 -0
  239. package/lib/commonjs/ui/navigation/accountDialogManager.js.map +1 -0
  240. package/lib/commonjs/ui/navigation/bottomSheetManager.js +62 -0
  241. package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
  242. package/lib/commonjs/ui/navigation/routes.js +110 -0
  243. package/lib/commonjs/ui/navigation/routes.js.map +1 -0
  244. package/lib/commonjs/ui/navigation/surfaceBackBridge.js +68 -0
  245. package/lib/commonjs/ui/navigation/surfaceBackBridge.js.map +1 -0
  246. package/lib/commonjs/ui/navigation/surfaceNavStack.js +146 -0
  247. package/lib/commonjs/ui/navigation/surfaceNavStack.js.map +1 -0
  248. package/lib/commonjs/ui/navigation/surfaceRegistry.js +147 -0
  249. package/lib/commonjs/ui/navigation/surfaceRegistry.js.map +1 -0
  250. package/lib/commonjs/ui/navigation/surfaces.js +339 -0
  251. package/lib/commonjs/ui/navigation/surfaces.js.map +1 -0
  252. package/lib/commonjs/ui/oauth/browserAuthTransport.js +170 -0
  253. package/lib/commonjs/ui/oauth/browserAuthTransport.js.map +1 -0
  254. package/lib/commonjs/ui/oauth/completeOAuthCode.js +78 -0
  255. package/lib/commonjs/ui/oauth/completeOAuthCode.js.map +1 -0
  256. package/lib/commonjs/ui/oauth/oauthHandshake.js +53 -0
  257. package/lib/commonjs/ui/oauth/oauthHandshake.js.map +1 -0
  258. package/lib/commonjs/ui/oauth/oauthPopup.js +276 -0
  259. package/lib/commonjs/ui/oauth/oauthPopup.js.map +1 -0
  260. package/lib/commonjs/ui/oauth/oauthPopupMessages.js +141 -0
  261. package/lib/commonjs/ui/oauth/oauthPopupMessages.js.map +1 -0
  262. package/lib/commonjs/ui/oauth/types.js +2 -0
  263. package/lib/commonjs/ui/oauth/types.js.map +1 -0
  264. package/lib/commonjs/ui/runtime/createOxyRuntime.js +433 -0
  265. package/lib/commonjs/ui/runtime/createOxyRuntime.js.map +1 -0
  266. package/lib/commonjs/ui/runtime/index.js +63 -0
  267. package/lib/commonjs/ui/runtime/index.js.map +1 -0
  268. package/lib/commonjs/ui/runtime/runtimeContext.js +83 -0
  269. package/lib/commonjs/ui/runtime/runtimeContext.js.map +1 -0
  270. package/lib/commonjs/ui/runtime/types.js +6 -0
  271. package/lib/commonjs/ui/runtime/types.js.map +1 -0
  272. package/lib/commonjs/ui/runtime/useRuntimeSnapshot.js +57 -0
  273. package/lib/commonjs/ui/runtime/useRuntimeSnapshot.js.map +1 -0
  274. package/lib/commonjs/ui/screens/AccountMembersScreen.js +443 -0
  275. package/lib/commonjs/ui/screens/AccountMembersScreen.js.map +1 -0
  276. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +264 -0
  277. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -0
  278. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +184 -0
  279. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -0
  280. package/lib/commonjs/ui/screens/AppInfoScreen.js +373 -0
  281. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
  282. package/lib/commonjs/ui/screens/AvatarCropScreen.js +987 -0
  283. package/lib/commonjs/ui/screens/AvatarCropScreen.js.map +1 -0
  284. package/lib/commonjs/ui/screens/ChangeAvatarScreen.js +306 -0
  285. package/lib/commonjs/ui/screens/ChangeAvatarScreen.js.map +1 -0
  286. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +169 -0
  287. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -0
  288. package/lib/commonjs/ui/screens/CreateAccountScreen.js +387 -0
  289. package/lib/commonjs/ui/screens/CreateAccountScreen.js.map +1 -0
  290. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +546 -0
  291. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -0
  292. package/lib/commonjs/ui/screens/EditProfileScreen.js +167 -0
  293. package/lib/commonjs/ui/screens/EditProfileScreen.js.map +1 -0
  294. package/lib/commonjs/ui/screens/FAQScreen.js +162 -0
  295. package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
  296. package/lib/commonjs/ui/screens/FeedbackScreen.js +592 -0
  297. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -0
  298. package/lib/commonjs/ui/screens/FileManagementScreen.js +1529 -0
  299. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
  300. package/lib/commonjs/ui/screens/FollowersListScreen.js +17 -0
  301. package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -0
  302. package/lib/commonjs/ui/screens/FollowingListScreen.js +17 -0
  303. package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -0
  304. package/lib/commonjs/ui/screens/HelpSupportScreen.js +123 -0
  305. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -0
  306. package/lib/commonjs/ui/screens/HistoryViewScreen.js +165 -0
  307. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -0
  308. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +235 -0
  309. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -0
  310. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +127 -0
  311. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -0
  312. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +188 -0
  313. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
  314. package/lib/commonjs/ui/screens/ManageAccountScreen.js +647 -0
  315. package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -0
  316. package/lib/commonjs/ui/screens/NotificationsScreen.js +150 -0
  317. package/lib/commonjs/ui/screens/NotificationsScreen.js.map +1 -0
  318. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +278 -0
  319. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -0
  320. package/lib/commonjs/ui/screens/PreferencesScreen.js +194 -0
  321. package/lib/commonjs/ui/screens/PreferencesScreen.js.map +1 -0
  322. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +958 -0
  323. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
  324. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +501 -0
  325. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -0
  326. package/lib/commonjs/ui/screens/ProfileScreen.js +473 -0
  327. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -0
  328. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +132 -0
  329. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
  330. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +138 -0
  331. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -0
  332. package/lib/commonjs/ui/screens/UserLinksScreen.js +61 -0
  333. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -0
  334. package/lib/commonjs/ui/screens/UserListScreen.js +301 -0
  335. package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -0
  336. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +467 -0
  337. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -0
  338. package/lib/commonjs/ui/screens/fileManagement/FileLibraryError.js +64 -0
  339. package/lib/commonjs/ui/screens/fileManagement/FileLibraryError.js.map +1 -0
  340. package/lib/commonjs/ui/screens/fileManagement/FileListSection.js +121 -0
  341. package/lib/commonjs/ui/screens/fileManagement/FileListSection.js.map +1 -0
  342. package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js +552 -0
  343. package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
  344. package/lib/commonjs/ui/screens/fileManagement/UploadBar.js +85 -0
  345. package/lib/commonjs/ui/screens/fileManagement/UploadBar.js.map +1 -0
  346. package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js +506 -0
  347. package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
  348. package/lib/commonjs/ui/screens/fileManagement/photoGridLayout.js +44 -0
  349. package/lib/commonjs/ui/screens/fileManagement/photoGridLayout.js.map +1 -0
  350. package/lib/commonjs/ui/screens/fileManagement/shared.js +79 -0
  351. package/lib/commonjs/ui/screens/fileManagement/shared.js.map +1 -0
  352. package/lib/commonjs/ui/screens/linkFormat.js +38 -0
  353. package/lib/commonjs/ui/screens/linkFormat.js.map +1 -0
  354. package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js +94 -0
  355. package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js.map +1 -0
  356. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +185 -0
  357. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -0
  358. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +86 -0
  359. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -0
  360. package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js +222 -0
  361. package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -0
  362. package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js +512 -0
  363. package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js.map +1 -0
  364. package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js +92 -0
  365. package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js.map +1 -0
  366. package/lib/commonjs/ui/server.js +85 -0
  367. package/lib/commonjs/ui/server.js.map +1 -0
  368. package/lib/commonjs/ui/session/authStore.js +75 -0
  369. package/lib/commonjs/ui/session/authStore.js.map +1 -0
  370. package/lib/commonjs/ui/session/backgroundSession.js +258 -0
  371. package/lib/commonjs/ui/session/backgroundSession.js.map +1 -0
  372. package/lib/commonjs/ui/session/createSessionClient.js +58 -0
  373. package/lib/commonjs/ui/session/createSessionClient.js.map +1 -0
  374. package/lib/commonjs/ui/session/identityBinding.js +95 -0
  375. package/lib/commonjs/ui/session/identityBinding.js.map +1 -0
  376. package/lib/commonjs/ui/session/index.js +78 -0
  377. package/lib/commonjs/ui/session/index.js.map +1 -0
  378. package/lib/commonjs/ui/session/nativeSecureStorage.js +90 -0
  379. package/lib/commonjs/ui/session/nativeSecureStorage.js.map +1 -0
  380. package/lib/commonjs/ui/session/sharedDeviceCredentialStore.js +306 -0
  381. package/lib/commonjs/ui/session/sharedDeviceCredentialStore.js.map +1 -0
  382. package/lib/commonjs/ui/session/tokenTransport.js +75 -0
  383. package/lib/commonjs/ui/session/tokenTransport.js.map +1 -0
  384. package/lib/commonjs/ui/session/useBackgroundSessionSync.js +81 -0
  385. package/lib/commonjs/ui/session/useBackgroundSessionSync.js.map +1 -0
  386. package/lib/commonjs/ui/stores/assetStore.js +225 -0
  387. package/lib/commonjs/ui/stores/assetStore.js.map +1 -0
  388. package/lib/commonjs/ui/stores/authStore.js +169 -0
  389. package/lib/commonjs/ui/stores/authStore.js.map +1 -0
  390. package/lib/commonjs/ui/stores/followStore.js +551 -0
  391. package/lib/commonjs/ui/stores/followStore.js.map +1 -0
  392. package/lib/commonjs/ui/stores/followTargetStore.js +152 -0
  393. package/lib/commonjs/ui/stores/followTargetStore.js.map +1 -0
  394. package/lib/commonjs/ui/stores/resetSessionScopedStores.js +21 -0
  395. package/lib/commonjs/ui/stores/resetSessionScopedStores.js.map +1 -0
  396. package/lib/commonjs/ui/types/fileManagement.js +6 -0
  397. package/lib/commonjs/ui/types/fileManagement.js.map +1 -0
  398. package/lib/commonjs/ui/types/navigation.js +6 -0
  399. package/lib/commonjs/ui/types/navigation.js.map +1 -0
  400. package/lib/commonjs/ui/types/surfaceScreen.js +6 -0
  401. package/lib/commonjs/ui/types/surfaceScreen.js.map +1 -0
  402. package/lib/commonjs/ui/utils/avatarUtils.js +43 -0
  403. package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -0
  404. package/lib/commonjs/ui/utils/colorUtils.js +49 -0
  405. package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
  406. package/lib/commonjs/ui/utils/commonsStoreLinks.js +42 -0
  407. package/lib/commonjs/ui/utils/commonsStoreLinks.js.map +1 -0
  408. package/lib/commonjs/ui/utils/deliveryPlatform.js +58 -0
  409. package/lib/commonjs/ui/utils/deliveryPlatform.js.map +1 -0
  410. package/lib/commonjs/ui/utils/deviceCredential.js +23 -0
  411. package/lib/commonjs/ui/utils/deviceCredential.js.map +1 -0
  412. package/lib/commonjs/ui/utils/errorHandlers.js +137 -0
  413. package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -0
  414. package/lib/commonjs/ui/utils/fileManagement.js +147 -0
  415. package/lib/commonjs/ui/utils/fileManagement.js.map +1 -0
  416. package/lib/commonjs/ui/utils/iconNames.js +133 -0
  417. package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
  418. package/lib/commonjs/ui/utils/isWebBrowser.js +13 -0
  419. package/lib/commonjs/ui/utils/isWebBrowser.js.map +1 -0
  420. package/lib/commonjs/ui/utils/netConnectivity.js +28 -0
  421. package/lib/commonjs/ui/utils/netConnectivity.js.map +1 -0
  422. package/lib/commonjs/ui/utils/oauthReturn.js +126 -0
  423. package/lib/commonjs/ui/utils/oauthReturn.js.map +1 -0
  424. package/lib/commonjs/ui/utils/sessionHelpers.js +61 -0
  425. package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -0
  426. package/lib/commonjs/ui/utils/storageHelpers.js +119 -0
  427. package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -0
  428. package/lib/commonjs/ui/utils/userUtils.js +69 -0
  429. package/lib/commonjs/ui/utils/userUtils.js.map +1 -0
  430. package/lib/commonjs/utils/hookUtils.js +421 -0
  431. package/lib/commonjs/utils/hookUtils.js.map +1 -0
  432. package/lib/commonjs/webauthn/passkeyClient.js +39 -0
  433. package/lib/commonjs/webauthn/passkeyClient.js.map +1 -0
  434. package/lib/commonjs/webauthn/passkeyClient.native.js +34 -0
  435. package/lib/commonjs/webauthn/passkeyClient.native.js.map +1 -0
  436. package/lib/commonjs/webauthn/passkeyClient.web.js +57 -0
  437. package/lib/commonjs/webauthn/passkeyClient.web.js.map +1 -0
  438. package/lib/module/assets/OxyLogo.svg +1 -0
  439. package/lib/module/assets/assets/OxyLogo.svg +1 -0
  440. package/lib/module/assets/assets/icons/OxyServices.tsx +60 -0
  441. package/lib/module/assets/assets/icons/logo_OxyServices.svg +1 -0
  442. package/lib/module/assets/assets/illustrations/HighFive.tsx +39 -0
  443. package/lib/module/assets/assets/lottie/welcomeheader_background_op1.json +1 -0
  444. package/lib/module/assets/icons/OxyServices.js +45 -0
  445. package/lib/module/assets/icons/OxyServices.js.map +1 -0
  446. package/lib/module/assets/icons/logo_OxyServices.svg +1 -0
  447. package/lib/module/assets/illustrations/HighFive.js +53 -0
  448. package/lib/module/assets/illustrations/HighFive.js.map +1 -0
  449. package/lib/module/assets/lottie/welcomeheader_background_op1.json +1 -0
  450. package/lib/module/index.js +230 -0
  451. package/lib/module/index.js.map +1 -0
  452. package/lib/module/notifications/deviceNotifications.js +433 -0
  453. package/lib/module/notifications/deviceNotifications.js.map +1 -0
  454. package/lib/module/package.json +1 -0
  455. package/lib/module/ui/boot/runProviderColdBoot.js +199 -0
  456. package/lib/module/ui/boot/runProviderColdBoot.js.map +1 -0
  457. package/lib/module/ui/client.js +38 -0
  458. package/lib/module/ui/client.js.map +1 -0
  459. package/lib/module/ui/components/AvatarCameraBadge.js +40 -0
  460. package/lib/module/ui/components/AvatarCameraBadge.js.map +1 -0
  461. package/lib/module/ui/components/FollowButton.js +251 -0
  462. package/lib/module/ui/components/FollowButton.js.map +1 -0
  463. package/lib/module/ui/components/FollowTargetButton.js +345 -0
  464. package/lib/module/ui/components/FollowTargetButton.js.map +1 -0
  465. package/lib/module/ui/components/OxyAccountDialogScreen.js +173 -0
  466. package/lib/module/ui/components/OxyAccountDialogScreen.js.map +1 -0
  467. package/lib/module/ui/components/OxyAuthChooser.js +490 -0
  468. package/lib/module/ui/components/OxyAuthChooser.js.map +1 -0
  469. package/lib/module/ui/components/OxyAuthPrompt.js +118 -0
  470. package/lib/module/ui/components/OxyAuthPrompt.js.map +1 -0
  471. package/lib/module/ui/components/OxyConsentScreen.js +496 -0
  472. package/lib/module/ui/components/OxyConsentScreen.js.map +1 -0
  473. package/lib/module/ui/components/OxyOAuthCallback.js +40 -0
  474. package/lib/module/ui/components/OxyOAuthCallback.js.map +1 -0
  475. package/lib/module/ui/components/OxyPayButton.js +62 -0
  476. package/lib/module/ui/components/OxyPayButton.js.map +1 -0
  477. package/lib/module/ui/components/OxyProvider.js +311 -0
  478. package/lib/module/ui/components/OxyProvider.js.map +1 -0
  479. package/lib/module/ui/components/OxySignInButton.js +316 -0
  480. package/lib/module/ui/components/OxySignInButton.js.map +1 -0
  481. package/lib/module/ui/components/OxySignInRequestSurface.js +141 -0
  482. package/lib/module/ui/components/OxySignInRequestSurface.js.map +1 -0
  483. package/lib/module/ui/components/ProfileButton.js +336 -0
  484. package/lib/module/ui/components/ProfileButton.js.map +1 -0
  485. package/lib/module/ui/components/ProfileSummaryCard.js +74 -0
  486. package/lib/module/ui/components/ProfileSummaryCard.js.map +1 -0
  487. package/lib/module/ui/components/RequireOxyAuth.js +292 -0
  488. package/lib/module/ui/components/RequireOxyAuth.js.map +1 -0
  489. package/lib/module/ui/components/SettingsIcon.js +40 -0
  490. package/lib/module/ui/components/SettingsIcon.js.map +1 -0
  491. package/lib/module/ui/components/SurfaceHeaderAction.js +58 -0
  492. package/lib/module/ui/components/SurfaceHeaderAction.js.map +1 -0
  493. package/lib/module/ui/components/SurfaceScreen.js +252 -0
  494. package/lib/module/ui/components/SurfaceScreen.js.map +1 -0
  495. package/lib/module/ui/components/authChooser/AccountsMenuView.js +663 -0
  496. package/lib/module/ui/components/authChooser/AccountsMenuView.js.map +1 -0
  497. package/lib/module/ui/components/authChooser/SignInEntryView.js +103 -0
  498. package/lib/module/ui/components/authChooser/SignInEntryView.js.map +1 -0
  499. package/lib/module/ui/components/authChooser/SignInRequestView.js +101 -0
  500. package/lib/module/ui/components/authChooser/SignInRequestView.js.map +1 -0
  501. package/lib/module/ui/components/authChooser/SignUpView.js +184 -0
  502. package/lib/module/ui/components/authChooser/SignUpView.js.map +1 -0
  503. package/lib/module/ui/components/authChooser/TroubleDisclosure.js +73 -0
  504. package/lib/module/ui/components/authChooser/TroubleDisclosure.js.map +1 -0
  505. package/lib/module/ui/components/authChooser/primitives.js +176 -0
  506. package/lib/module/ui/components/authChooser/primitives.js.map +1 -0
  507. package/lib/module/ui/components/authChooser/requestSurfaces.js +151 -0
  508. package/lib/module/ui/components/authChooser/requestSurfaces.js.map +1 -0
  509. package/lib/module/ui/components/authChooser/signInProgress.js +55 -0
  510. package/lib/module/ui/components/authChooser/signInProgress.js.map +1 -0
  511. package/lib/module/ui/components/authChooser/styles.js +216 -0
  512. package/lib/module/ui/components/authChooser/styles.js.map +1 -0
  513. package/lib/module/ui/components/authChooser/types.js +77 -0
  514. package/lib/module/ui/components/authChooser/types.js.map +1 -0
  515. package/lib/module/ui/components/authChooser/useUsernameAvailability.js +46 -0
  516. package/lib/module/ui/components/authChooser/useUsernameAvailability.js.map +1 -0
  517. package/lib/module/ui/components/feedback/constants.js +55 -0
  518. package/lib/module/ui/components/feedback/constants.js.map +1 -0
  519. package/lib/module/ui/components/feedback/types.js +4 -0
  520. package/lib/module/ui/components/feedback/types.js.map +1 -0
  521. package/lib/module/ui/components/feedback/useFeedbackForm.js +47 -0
  522. package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -0
  523. package/lib/module/ui/components/fileManagement/AnimatedButton.js +55 -0
  524. package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
  525. package/lib/module/ui/components/fileManagement/FileDetailsModal.js +119 -0
  526. package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -0
  527. package/lib/module/ui/components/fileManagement/FileViewer.js +425 -0
  528. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
  529. package/lib/module/ui/components/fileManagement/UploadPreview.js +166 -0
  530. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -0
  531. package/lib/module/ui/components/icon/FAIRWalletIcon.js +59 -0
  532. package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
  533. package/lib/module/ui/components/internal/PinInput.js +113 -0
  534. package/lib/module/ui/components/internal/PinInput.js.map +1 -0
  535. package/lib/module/ui/components/logo/LogoIcon.js +55 -0
  536. package/lib/module/ui/components/logo/LogoIcon.js.map +1 -0
  537. package/lib/module/ui/components/logo/LogoText.js +42 -0
  538. package/lib/module/ui/components/logo/LogoText.js.map +1 -0
  539. package/lib/module/ui/components/modals/DeleteAccountModal.js +127 -0
  540. package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -0
  541. package/lib/module/ui/components/oauthNavigation.js +80 -0
  542. package/lib/module/ui/components/oauthNavigation.js.map +1 -0
  543. package/lib/module/ui/components/passkeyHubPopup.js +29 -0
  544. package/lib/module/ui/components/passkeyHubPopup.js.map +1 -0
  545. package/lib/module/ui/components/payment/PaymentDetailsStep.js +322 -0
  546. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -0
  547. package/lib/module/ui/components/payment/PaymentMethodStep.js +100 -0
  548. package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -0
  549. package/lib/module/ui/components/payment/PaymentReviewStep.js +144 -0
  550. package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
  551. package/lib/module/ui/components/payment/PaymentSuccessStep.js +79 -0
  552. package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
  553. package/lib/module/ui/components/payment/PaymentSummaryStep.js +190 -0
  554. package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
  555. package/lib/module/ui/components/payment/constants.js +47 -0
  556. package/lib/module/ui/components/payment/constants.js.map +1 -0
  557. package/lib/module/ui/components/payment/paymentStyles.js +396 -0
  558. package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
  559. package/lib/module/ui/components/payment/types.js +4 -0
  560. package/lib/module/ui/components/payment/types.js.map +1 -0
  561. package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +216 -0
  562. package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -0
  563. package/lib/module/ui/components/styles/overlay.js +80 -0
  564. package/lib/module/ui/components/styles/overlay.js.map +1 -0
  565. package/lib/module/ui/components/styles/shadow.js +123 -0
  566. package/lib/module/ui/components/styles/shadow.js.map +1 -0
  567. package/lib/module/ui/components/surfaces/ActionSheetSurface.js +78 -0
  568. package/lib/module/ui/components/surfaces/ActionSheetSurface.js.map +1 -0
  569. package/lib/module/ui/components/utils/hasTouchHandler.js +9 -0
  570. package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -0
  571. package/lib/module/ui/components/utils/roundLayoutSize.js +4 -0
  572. package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -0
  573. package/lib/module/ui/components/utils/splitStyles.js +46 -0
  574. package/lib/module/ui/components/utils/splitStyles.js.map +1 -0
  575. package/lib/module/ui/constants/spacing.js +45 -0
  576. package/lib/module/ui/constants/spacing.js.map +1 -0
  577. package/lib/module/ui/context/OxyContext.js +1191 -0
  578. package/lib/module/ui/context/OxyContext.js.map +1 -0
  579. package/lib/module/ui/context/commitSessionFlow.js +100 -0
  580. package/lib/module/ui/context/commitSessionFlow.js.map +1 -0
  581. package/lib/module/ui/context/hooks/useAuthOperations.js +301 -0
  582. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -0
  583. package/lib/module/ui/context/oxyContextHelpers.js +29 -0
  584. package/lib/module/ui/context/oxyContextHelpers.js.map +1 -0
  585. package/lib/module/ui/context/oxyContextTypes.js +4 -0
  586. package/lib/module/ui/context/oxyContextTypes.js.map +1 -0
  587. package/lib/module/ui/context/passkeyFlow.js +111 -0
  588. package/lib/module/ui/context/passkeyFlow.js.map +1 -0
  589. package/lib/module/ui/context/useOxyAccountGraph.js +96 -0
  590. package/lib/module/ui/context/useOxyAccountGraph.js.map +1 -0
  591. package/lib/module/ui/hooks/accountDialogSnapshot.js +38 -0
  592. package/lib/module/ui/hooks/accountDialogSnapshot.js.map +1 -0
  593. package/lib/module/ui/hooks/mutations/mutationFactory.js +178 -0
  594. package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
  595. package/lib/module/ui/hooks/mutations/mutationKeys.js +36 -0
  596. package/lib/module/ui/hooks/mutations/mutationKeys.js.map +1 -0
  597. package/lib/module/ui/hooks/mutations/useAccountMutations.js +666 -0
  598. package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -0
  599. package/lib/module/ui/hooks/mutations/useServicesMutations.js +189 -0
  600. package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -0
  601. package/lib/module/ui/hooks/queries/paymentTypes.js +2 -0
  602. package/lib/module/ui/hooks/queries/paymentTypes.js.map +1 -0
  603. package/lib/module/ui/hooks/queries/queryKeys.js +207 -0
  604. package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -0
  605. package/lib/module/ui/hooks/queries/useAccountQueries.js +315 -0
  606. package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -0
  607. package/lib/module/ui/hooks/queries/useAuthMethods.js +45 -0
  608. package/lib/module/ui/hooks/queries/useAuthMethods.js.map +1 -0
  609. package/lib/module/ui/hooks/queries/useFileQueries.js +120 -0
  610. package/lib/module/ui/hooks/queries/useFileQueries.js.map +1 -0
  611. package/lib/module/ui/hooks/queries/usePaymentQueries.js +137 -0
  612. package/lib/module/ui/hooks/queries/usePaymentQueries.js.map +1 -0
  613. package/lib/module/ui/hooks/queries/useSecurityQueries.js +86 -0
  614. package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
  615. package/lib/module/ui/hooks/queries/useServicesQueries.js +161 -0
  616. package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -0
  617. package/lib/module/ui/hooks/queries/userCache.js +433 -0
  618. package/lib/module/ui/hooks/queries/userCache.js.map +1 -0
  619. package/lib/module/ui/hooks/queries/userCacheRelationship.js +27 -0
  620. package/lib/module/ui/hooks/queries/userCacheRelationship.js.map +1 -0
  621. package/lib/module/ui/hooks/queryClient.js +201 -0
  622. package/lib/module/ui/hooks/queryClient.js.map +1 -0
  623. package/lib/module/ui/hooks/useAssets.js +221 -0
  624. package/lib/module/ui/hooks/useAssets.js.map +1 -0
  625. package/lib/module/ui/hooks/useAsyncAction.js +89 -0
  626. package/lib/module/ui/hooks/useAsyncAction.js.map +1 -0
  627. package/lib/module/ui/hooks/useAuth.js +123 -0
  628. package/lib/module/ui/hooks/useAuth.js.map +1 -0
  629. package/lib/module/ui/hooks/useAvatarPicker.js +103 -0
  630. package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -0
  631. package/lib/module/ui/hooks/useDeviceManagement.js +68 -0
  632. package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -0
  633. package/lib/module/ui/hooks/useDeviceSwitcher.js +53 -0
  634. package/lib/module/ui/hooks/useDeviceSwitcher.js.map +1 -0
  635. package/lib/module/ui/hooks/useFileDownloadUrl.js +66 -0
  636. package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
  637. package/lib/module/ui/hooks/useFileFiltering.js +72 -0
  638. package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
  639. package/lib/module/ui/hooks/useFollow.js +324 -0
  640. package/lib/module/ui/hooks/useFollow.js.map +1 -0
  641. package/lib/module/ui/hooks/useFollow.types.js +4 -0
  642. package/lib/module/ui/hooks/useFollow.types.js.map +1 -0
  643. package/lib/module/ui/hooks/useFollowTarget.js +156 -0
  644. package/lib/module/ui/hooks/useFollowTarget.js.map +1 -0
  645. package/lib/module/ui/hooks/useI18n.js +38 -0
  646. package/lib/module/ui/hooks/useI18n.js.map +1 -0
  647. package/lib/module/ui/hooks/useLanguageManagement.js +185 -0
  648. package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
  649. package/lib/module/ui/hooks/useMutationStatus.js +82 -0
  650. package/lib/module/ui/hooks/useMutationStatus.js.map +1 -0
  651. package/lib/module/ui/hooks/useOnlineStatus.js +30 -0
  652. package/lib/module/ui/hooks/useOnlineStatus.js.map +1 -0
  653. package/lib/module/ui/hooks/useOxyEvent.js +25 -0
  654. package/lib/module/ui/hooks/useOxyEvent.js.map +1 -0
  655. package/lib/module/ui/hooks/useProfileEditing.js +129 -0
  656. package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
  657. package/lib/module/ui/hooks/useQueryClient.js +15 -0
  658. package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
  659. package/lib/module/ui/hooks/useReduceMotion.js +53 -0
  660. package/lib/module/ui/hooks/useReduceMotion.js.map +1 -0
  661. package/lib/module/ui/hooks/useResolvedFileUrls.js +157 -0
  662. package/lib/module/ui/hooks/useResolvedFileUrls.js.map +1 -0
  663. package/lib/module/ui/hooks/useSessionManagement.js +178 -0
  664. package/lib/module/ui/hooks/useSessionManagement.js.map +1 -0
  665. package/lib/module/ui/hooks/useSettingToggle.js +126 -0
  666. package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
  667. package/lib/module/ui/hooks/useStorage.js +40 -0
  668. package/lib/module/ui/hooks/useStorage.js.map +1 -0
  669. package/lib/module/ui/hooks/useSurfaceHeader.js +138 -0
  670. package/lib/module/ui/hooks/useSurfaceHeader.js.map +1 -0
  671. package/lib/module/ui/index.js +48 -0
  672. package/lib/module/ui/index.js.map +1 -0
  673. package/lib/module/ui/isFrontend.js +6 -0
  674. package/lib/module/ui/isFrontend.js.map +1 -0
  675. package/lib/module/ui/navigation/accountDialogManager.js +94 -0
  676. package/lib/module/ui/navigation/accountDialogManager.js.map +1 -0
  677. package/lib/module/ui/navigation/bottomSheetManager.js +56 -0
  678. package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -0
  679. package/lib/module/ui/navigation/routes.js +104 -0
  680. package/lib/module/ui/navigation/routes.js.map +1 -0
  681. package/lib/module/ui/navigation/surfaceBackBridge.js +63 -0
  682. package/lib/module/ui/navigation/surfaceBackBridge.js.map +1 -0
  683. package/lib/module/ui/navigation/surfaceNavStack.js +143 -0
  684. package/lib/module/ui/navigation/surfaceNavStack.js.map +1 -0
  685. package/lib/module/ui/navigation/surfaceRegistry.js +141 -0
  686. package/lib/module/ui/navigation/surfaceRegistry.js.map +1 -0
  687. package/lib/module/ui/navigation/surfaces.js +325 -0
  688. package/lib/module/ui/navigation/surfaces.js.map +1 -0
  689. package/lib/module/ui/oauth/browserAuthTransport.js +167 -0
  690. package/lib/module/ui/oauth/browserAuthTransport.js.map +1 -0
  691. package/lib/module/ui/oauth/completeOAuthCode.js +75 -0
  692. package/lib/module/ui/oauth/completeOAuthCode.js.map +1 -0
  693. package/lib/module/ui/oauth/oauthHandshake.js +50 -0
  694. package/lib/module/ui/oauth/oauthHandshake.js.map +1 -0
  695. package/lib/module/ui/oauth/oauthPopup.js +268 -0
  696. package/lib/module/ui/oauth/oauthPopup.js.map +1 -0
  697. package/lib/module/ui/oauth/oauthPopupMessages.js +135 -0
  698. package/lib/module/ui/oauth/oauthPopupMessages.js.map +1 -0
  699. package/lib/module/ui/oauth/types.js +2 -0
  700. package/lib/module/ui/oauth/types.js.map +1 -0
  701. package/lib/module/ui/runtime/createOxyRuntime.js +430 -0
  702. package/lib/module/ui/runtime/createOxyRuntime.js.map +1 -0
  703. package/lib/module/ui/runtime/index.js +15 -0
  704. package/lib/module/ui/runtime/index.js.map +1 -0
  705. package/lib/module/ui/runtime/runtimeContext.js +75 -0
  706. package/lib/module/ui/runtime/runtimeContext.js.map +1 -0
  707. package/lib/module/ui/runtime/types.js +4 -0
  708. package/lib/module/ui/runtime/types.js.map +1 -0
  709. package/lib/module/ui/runtime/useRuntimeSnapshot.js +52 -0
  710. package/lib/module/ui/runtime/useRuntimeSnapshot.js.map +1 -0
  711. package/lib/module/ui/screens/AccountMembersScreen.js +438 -0
  712. package/lib/module/ui/screens/AccountMembersScreen.js.map +1 -0
  713. package/lib/module/ui/screens/AccountSettingsScreen.js +260 -0
  714. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
  715. package/lib/module/ui/screens/AccountVerificationScreen.js +179 -0
  716. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -0
  717. package/lib/module/ui/screens/AppInfoScreen.js +368 -0
  718. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -0
  719. package/lib/module/ui/screens/AvatarCropScreen.js +984 -0
  720. package/lib/module/ui/screens/AvatarCropScreen.js.map +1 -0
  721. package/lib/module/ui/screens/ChangeAvatarScreen.js +303 -0
  722. package/lib/module/ui/screens/ChangeAvatarScreen.js.map +1 -0
  723. package/lib/module/ui/screens/ConnectedAppsScreen.js +164 -0
  724. package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -0
  725. package/lib/module/ui/screens/CreateAccountScreen.js +382 -0
  726. package/lib/module/ui/screens/CreateAccountScreen.js.map +1 -0
  727. package/lib/module/ui/screens/EditProfileFieldScreen.js +541 -0
  728. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -0
  729. package/lib/module/ui/screens/EditProfileScreen.js +162 -0
  730. package/lib/module/ui/screens/EditProfileScreen.js.map +1 -0
  731. package/lib/module/ui/screens/FAQScreen.js +157 -0
  732. package/lib/module/ui/screens/FAQScreen.js.map +1 -0
  733. package/lib/module/ui/screens/FeedbackScreen.js +590 -0
  734. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
  735. package/lib/module/ui/screens/FileManagementScreen.js +1525 -0
  736. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
  737. package/lib/module/ui/screens/FollowersListScreen.js +12 -0
  738. package/lib/module/ui/screens/FollowersListScreen.js.map +1 -0
  739. package/lib/module/ui/screens/FollowingListScreen.js +12 -0
  740. package/lib/module/ui/screens/FollowingListScreen.js.map +1 -0
  741. package/lib/module/ui/screens/HelpSupportScreen.js +118 -0
  742. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -0
  743. package/lib/module/ui/screens/HistoryViewScreen.js +160 -0
  744. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -0
  745. package/lib/module/ui/screens/LanguageSelectorScreen.js +229 -0
  746. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
  747. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +122 -0
  748. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -0
  749. package/lib/module/ui/screens/LegalDocumentsScreen.js +185 -0
  750. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -0
  751. package/lib/module/ui/screens/ManageAccountScreen.js +642 -0
  752. package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -0
  753. package/lib/module/ui/screens/NotificationsScreen.js +145 -0
  754. package/lib/module/ui/screens/NotificationsScreen.js.map +1 -0
  755. package/lib/module/ui/screens/PaymentGatewayScreen.js +273 -0
  756. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
  757. package/lib/module/ui/screens/PreferencesScreen.js +189 -0
  758. package/lib/module/ui/screens/PreferencesScreen.js.map +1 -0
  759. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +953 -0
  760. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
  761. package/lib/module/ui/screens/PrivacySettingsScreen.js +496 -0
  762. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
  763. package/lib/module/ui/screens/ProfileScreen.js +468 -0
  764. package/lib/module/ui/screens/ProfileScreen.js.map +1 -0
  765. package/lib/module/ui/screens/SavesCollectionsScreen.js +127 -0
  766. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
  767. package/lib/module/ui/screens/SearchSettingsScreen.js +133 -0
  768. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
  769. package/lib/module/ui/screens/UserLinksScreen.js +57 -0
  770. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -0
  771. package/lib/module/ui/screens/UserListScreen.js +296 -0
  772. package/lib/module/ui/screens/UserListScreen.js.map +1 -0
  773. package/lib/module/ui/screens/WelcomeNewUserScreen.js +462 -0
  774. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -0
  775. package/lib/module/ui/screens/fileManagement/FileLibraryError.js +59 -0
  776. package/lib/module/ui/screens/fileManagement/FileLibraryError.js.map +1 -0
  777. package/lib/module/ui/screens/fileManagement/FileListSection.js +116 -0
  778. package/lib/module/ui/screens/fileManagement/FileListSection.js.map +1 -0
  779. package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js +548 -0
  780. package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
  781. package/lib/module/ui/screens/fileManagement/UploadBar.js +80 -0
  782. package/lib/module/ui/screens/fileManagement/UploadBar.js.map +1 -0
  783. package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js +502 -0
  784. package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
  785. package/lib/module/ui/screens/fileManagement/photoGridLayout.js +39 -0
  786. package/lib/module/ui/screens/fileManagement/photoGridLayout.js.map +1 -0
  787. package/lib/module/ui/screens/fileManagement/shared.js +70 -0
  788. package/lib/module/ui/screens/fileManagement/shared.js.map +1 -0
  789. package/lib/module/ui/screens/linkFormat.js +31 -0
  790. package/lib/module/ui/screens/linkFormat.js.map +1 -0
  791. package/lib/module/ui/screens/trust/TrustAboutScreen.js +89 -0
  792. package/lib/module/ui/screens/trust/TrustAboutScreen.js.map +1 -0
  793. package/lib/module/ui/screens/trust/TrustCenterScreen.js +180 -0
  794. package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -0
  795. package/lib/module/ui/screens/trust/TrustFAQScreen.js +81 -0
  796. package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -0
  797. package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js +217 -0
  798. package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -0
  799. package/lib/module/ui/screens/trust/TrustRewardsScreen.js +507 -0
  800. package/lib/module/ui/screens/trust/TrustRewardsScreen.js.map +1 -0
  801. package/lib/module/ui/screens/trust/TrustRulesScreen.js +90 -0
  802. package/lib/module/ui/screens/trust/TrustRulesScreen.js.map +1 -0
  803. package/lib/module/ui/server.js +55 -0
  804. package/lib/module/ui/server.js.map +1 -0
  805. package/lib/module/ui/session/authStore.js +70 -0
  806. package/lib/module/ui/session/authStore.js.map +1 -0
  807. package/lib/module/ui/session/backgroundSession.js +252 -0
  808. package/lib/module/ui/session/backgroundSession.js.map +1 -0
  809. package/lib/module/ui/session/createSessionClient.js +55 -0
  810. package/lib/module/ui/session/createSessionClient.js.map +1 -0
  811. package/lib/module/ui/session/identityBinding.js +89 -0
  812. package/lib/module/ui/session/identityBinding.js.map +1 -0
  813. package/lib/module/ui/session/index.js +21 -0
  814. package/lib/module/ui/session/index.js.map +1 -0
  815. package/lib/module/ui/session/nativeSecureStorage.js +88 -0
  816. package/lib/module/ui/session/nativeSecureStorage.js.map +1 -0
  817. package/lib/module/ui/session/sharedDeviceCredentialStore.js +302 -0
  818. package/lib/module/ui/session/sharedDeviceCredentialStore.js.map +1 -0
  819. package/lib/module/ui/session/tokenTransport.js +71 -0
  820. package/lib/module/ui/session/tokenTransport.js.map +1 -0
  821. package/lib/module/ui/session/useBackgroundSessionSync.js +76 -0
  822. package/lib/module/ui/session/useBackgroundSessionSync.js.map +1 -0
  823. package/lib/module/ui/stores/assetStore.js +212 -0
  824. package/lib/module/ui/stores/assetStore.js.map +1 -0
  825. package/lib/module/ui/stores/authStore.js +165 -0
  826. package/lib/module/ui/stores/authStore.js.map +1 -0
  827. package/lib/module/ui/stores/followStore.js +546 -0
  828. package/lib/module/ui/stores/followStore.js.map +1 -0
  829. package/lib/module/ui/stores/followTargetStore.js +143 -0
  830. package/lib/module/ui/stores/followTargetStore.js.map +1 -0
  831. package/lib/module/ui/stores/resetSessionScopedStores.js +18 -0
  832. package/lib/module/ui/stores/resetSessionScopedStores.js.map +1 -0
  833. package/lib/module/ui/types/fileManagement.js +4 -0
  834. package/lib/module/ui/types/fileManagement.js.map +1 -0
  835. package/lib/module/ui/types/navigation.js +4 -0
  836. package/lib/module/ui/types/navigation.js.map +1 -0
  837. package/lib/module/ui/types/surfaceScreen.js +4 -0
  838. package/lib/module/ui/types/surfaceScreen.js.map +1 -0
  839. package/lib/module/ui/utils/avatarUtils.js +40 -0
  840. package/lib/module/ui/utils/avatarUtils.js.map +1 -0
  841. package/lib/module/ui/utils/colorUtils.js +13 -0
  842. package/lib/module/ui/utils/colorUtils.js.map +1 -0
  843. package/lib/module/ui/utils/commonsStoreLinks.js +37 -0
  844. package/lib/module/ui/utils/commonsStoreLinks.js.map +1 -0
  845. package/lib/module/ui/utils/deliveryPlatform.js +55 -0
  846. package/lib/module/ui/utils/deliveryPlatform.js.map +1 -0
  847. package/lib/module/ui/utils/deviceCredential.js +18 -0
  848. package/lib/module/ui/utils/deviceCredential.js.map +1 -0
  849. package/lib/module/ui/utils/errorHandlers.js +129 -0
  850. package/lib/module/ui/utils/errorHandlers.js.map +1 -0
  851. package/lib/module/ui/utils/fileManagement.js +140 -0
  852. package/lib/module/ui/utils/fileManagement.js.map +1 -0
  853. package/lib/module/ui/utils/iconNames.js +124 -0
  854. package/lib/module/ui/utils/iconNames.js.map +1 -0
  855. package/lib/module/ui/utils/isWebBrowser.js +11 -0
  856. package/lib/module/ui/utils/isWebBrowser.js.map +1 -0
  857. package/lib/module/ui/utils/netConnectivity.js +23 -0
  858. package/lib/module/ui/utils/netConnectivity.js.map +1 -0
  859. package/lib/module/ui/utils/oauthReturn.js +122 -0
  860. package/lib/module/ui/utils/oauthReturn.js.map +1 -0
  861. package/lib/module/ui/utils/sessionHelpers.js +55 -0
  862. package/lib/module/ui/utils/sessionHelpers.js.map +1 -0
  863. package/lib/module/ui/utils/storageHelpers.js +111 -0
  864. package/lib/module/ui/utils/storageHelpers.js.map +1 -0
  865. package/lib/module/ui/utils/userUtils.js +63 -0
  866. package/lib/module/ui/utils/userUtils.js.map +1 -0
  867. package/lib/module/utils/hookUtils.js +403 -0
  868. package/lib/module/utils/hookUtils.js.map +1 -0
  869. package/lib/module/webauthn/passkeyClient.js +33 -0
  870. package/lib/module/webauthn/passkeyClient.js.map +1 -0
  871. package/lib/module/webauthn/passkeyClient.native.js +28 -0
  872. package/lib/module/webauthn/passkeyClient.native.js.map +1 -0
  873. package/lib/module/webauthn/passkeyClient.web.js +52 -0
  874. package/lib/module/webauthn/passkeyClient.web.js.map +1 -0
  875. package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts +24 -0
  876. package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -0
  877. package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts +8 -0
  878. package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts.map +1 -0
  879. package/lib/typescript/commonjs/index.d.ts +108 -0
  880. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  881. package/lib/typescript/commonjs/notifications/deviceNotifications.d.ts +192 -0
  882. package/lib/typescript/commonjs/notifications/deviceNotifications.d.ts.map +1 -0
  883. package/lib/typescript/commonjs/package.json +1 -0
  884. package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts +60 -0
  885. package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts.map +1 -0
  886. package/lib/typescript/commonjs/ui/client.d.ts +29 -0
  887. package/lib/typescript/commonjs/ui/client.d.ts.map +1 -0
  888. package/lib/typescript/commonjs/ui/components/AvatarCameraBadge.d.ts +4 -0
  889. package/lib/typescript/commonjs/ui/components/AvatarCameraBadge.d.ts.map +1 -0
  890. package/lib/typescript/commonjs/ui/components/FollowButton.d.ts +39 -0
  891. package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -0
  892. package/lib/typescript/commonjs/ui/components/FollowTargetButton.d.ts +158 -0
  893. package/lib/typescript/commonjs/ui/components/FollowTargetButton.d.ts.map +1 -0
  894. package/lib/typescript/commonjs/ui/components/OxyAccountDialogScreen.d.ts +40 -0
  895. package/lib/typescript/commonjs/ui/components/OxyAccountDialogScreen.d.ts.map +1 -0
  896. package/lib/typescript/commonjs/ui/components/OxyAuthChooser.d.ts +54 -0
  897. package/lib/typescript/commonjs/ui/components/OxyAuthChooser.d.ts.map +1 -0
  898. package/lib/typescript/commonjs/ui/components/OxyAuthPrompt.d.ts +59 -0
  899. package/lib/typescript/commonjs/ui/components/OxyAuthPrompt.d.ts.map +1 -0
  900. package/lib/typescript/commonjs/ui/components/OxyConsentScreen.d.ts +45 -0
  901. package/lib/typescript/commonjs/ui/components/OxyConsentScreen.d.ts.map +1 -0
  902. package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts +11 -0
  903. package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts.map +1 -0
  904. package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts +29 -0
  905. package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -0
  906. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts +40 -0
  907. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -0
  908. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts +113 -0
  909. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -0
  910. package/lib/typescript/commonjs/ui/components/OxySignInRequestSurface.d.ts +108 -0
  911. package/lib/typescript/commonjs/ui/components/OxySignInRequestSurface.d.ts.map +1 -0
  912. package/lib/typescript/commonjs/ui/components/ProfileButton.d.ts +59 -0
  913. package/lib/typescript/commonjs/ui/components/ProfileButton.d.ts.map +1 -0
  914. package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts +33 -0
  915. package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts.map +1 -0
  916. package/lib/typescript/commonjs/ui/components/RequireOxyAuth.d.ts +55 -0
  917. package/lib/typescript/commonjs/ui/components/RequireOxyAuth.d.ts.map +1 -0
  918. package/lib/typescript/commonjs/ui/components/SettingsIcon.d.ts +15 -0
  919. package/lib/typescript/commonjs/ui/components/SettingsIcon.d.ts.map +1 -0
  920. package/lib/typescript/commonjs/ui/components/SurfaceHeaderAction.d.ts +16 -0
  921. package/lib/typescript/commonjs/ui/components/SurfaceHeaderAction.d.ts.map +1 -0
  922. package/lib/typescript/commonjs/ui/components/SurfaceScreen.d.ts +23 -0
  923. package/lib/typescript/commonjs/ui/components/SurfaceScreen.d.ts.map +1 -0
  924. package/lib/typescript/commonjs/ui/components/authChooser/AccountsMenuView.d.ts +45 -0
  925. package/lib/typescript/commonjs/ui/components/authChooser/AccountsMenuView.d.ts.map +1 -0
  926. package/lib/typescript/commonjs/ui/components/authChooser/SignInEntryView.d.ts +34 -0
  927. package/lib/typescript/commonjs/ui/components/authChooser/SignInEntryView.d.ts.map +1 -0
  928. package/lib/typescript/commonjs/ui/components/authChooser/SignInRequestView.d.ts +34 -0
  929. package/lib/typescript/commonjs/ui/components/authChooser/SignInRequestView.d.ts.map +1 -0
  930. package/lib/typescript/commonjs/ui/components/authChooser/SignUpView.d.ts +34 -0
  931. package/lib/typescript/commonjs/ui/components/authChooser/SignUpView.d.ts.map +1 -0
  932. package/lib/typescript/commonjs/ui/components/authChooser/TroubleDisclosure.d.ts +38 -0
  933. package/lib/typescript/commonjs/ui/components/authChooser/TroubleDisclosure.d.ts.map +1 -0
  934. package/lib/typescript/commonjs/ui/components/authChooser/primitives.d.ts +67 -0
  935. package/lib/typescript/commonjs/ui/components/authChooser/primitives.d.ts.map +1 -0
  936. package/lib/typescript/commonjs/ui/components/authChooser/requestSurfaces.d.ts +63 -0
  937. package/lib/typescript/commonjs/ui/components/authChooser/requestSurfaces.d.ts.map +1 -0
  938. package/lib/typescript/commonjs/ui/components/authChooser/signInProgress.d.ts +26 -0
  939. package/lib/typescript/commonjs/ui/components/authChooser/signInProgress.d.ts.map +1 -0
  940. package/lib/typescript/commonjs/ui/components/authChooser/styles.d.ts +209 -0
  941. package/lib/typescript/commonjs/ui/components/authChooser/styles.d.ts.map +1 -0
  942. package/lib/typescript/commonjs/ui/components/authChooser/types.d.ts +141 -0
  943. package/lib/typescript/commonjs/ui/components/authChooser/types.d.ts.map +1 -0
  944. package/lib/typescript/commonjs/ui/components/authChooser/useUsernameAvailability.d.ts +16 -0
  945. package/lib/typescript/commonjs/ui/components/authChooser/useUsernameAvailability.d.ts.map +1 -0
  946. package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts +5 -0
  947. package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts.map +1 -0
  948. package/lib/typescript/commonjs/ui/components/feedback/types.d.ts +46 -0
  949. package/lib/typescript/commonjs/ui/components/feedback/types.d.ts.map +1 -0
  950. package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts +9 -0
  951. package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
  952. package/lib/typescript/commonjs/ui/components/fileManagement/AnimatedButton.d.ts +17 -0
  953. package/lib/typescript/commonjs/ui/components/fileManagement/AnimatedButton.d.ts.map +1 -0
  954. package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts +24 -0
  955. package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
  956. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts +16 -0
  957. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
  958. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts +14 -0
  959. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
  960. package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
  961. package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
  962. package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts +23 -0
  963. package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts.map +1 -0
  964. package/lib/typescript/commonjs/ui/components/logo/LogoIcon.d.ts +22 -0
  965. package/lib/typescript/commonjs/ui/components/logo/LogoIcon.d.ts.map +1 -0
  966. package/lib/typescript/commonjs/ui/components/logo/LogoText.d.ts +22 -0
  967. package/lib/typescript/commonjs/ui/components/logo/LogoText.d.ts.map +1 -0
  968. package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts +26 -0
  969. package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
  970. package/lib/typescript/commonjs/ui/components/oauthNavigation.d.ts +43 -0
  971. package/lib/typescript/commonjs/ui/components/oauthNavigation.d.ts.map +1 -0
  972. package/lib/typescript/commonjs/ui/components/passkeyHubPopup.d.ts +23 -0
  973. package/lib/typescript/commonjs/ui/components/passkeyHubPopup.d.ts.map +1 -0
  974. package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
  975. package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
  976. package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts +14 -0
  977. package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
  978. package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts +16 -0
  979. package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
  980. package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
  981. package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
  982. package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
  983. package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
  984. package/lib/typescript/commonjs/ui/components/payment/constants.d.ts +7 -0
  985. package/lib/typescript/commonjs/ui/components/payment/constants.d.ts.map +1 -0
  986. package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts +389 -0
  987. package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts.map +1 -0
  988. package/lib/typescript/commonjs/ui/components/payment/types.d.ts +40 -0
  989. package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -0
  990. package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts +28 -0
  991. package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
  992. package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts +6 -0
  993. package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts.map +1 -0
  994. package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts +3 -0
  995. package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts.map +1 -0
  996. package/lib/typescript/commonjs/ui/components/surfaces/ActionSheetSurface.d.ts +38 -0
  997. package/lib/typescript/commonjs/ui/components/surfaces/ActionSheetSurface.d.ts.map +1 -0
  998. package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts +6 -0
  999. package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
  1000. package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts +2 -0
  1001. package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
  1002. package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts +20 -0
  1003. package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts.map +1 -0
  1004. package/lib/typescript/commonjs/ui/constants/spacing.d.ts +33 -0
  1005. package/lib/typescript/commonjs/ui/constants/spacing.d.ts.map +1 -0
  1006. package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +38 -0
  1007. package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -0
  1008. package/lib/typescript/commonjs/ui/context/commitSessionFlow.d.ts +39 -0
  1009. package/lib/typescript/commonjs/ui/context/commitSessionFlow.d.ts.map +1 -0
  1010. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts +70 -0
  1011. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
  1012. package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts +5 -0
  1013. package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts.map +1 -0
  1014. package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts +219 -0
  1015. package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts.map +1 -0
  1016. package/lib/typescript/commonjs/ui/context/passkeyFlow.d.ts +96 -0
  1017. package/lib/typescript/commonjs/ui/context/passkeyFlow.d.ts.map +1 -0
  1018. package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts +30 -0
  1019. package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts.map +1 -0
  1020. package/lib/typescript/commonjs/ui/hooks/accountDialogSnapshot.d.ts +15 -0
  1021. package/lib/typescript/commonjs/ui/hooks/accountDialogSnapshot.d.ts.map +1 -0
  1022. package/lib/typescript/commonjs/ui/hooks/mutations/mutationFactory.d.ts +87 -0
  1023. package/lib/typescript/commonjs/ui/hooks/mutations/mutationFactory.d.ts.map +1 -0
  1024. package/lib/typescript/commonjs/ui/hooks/mutations/mutationKeys.d.ts +30 -0
  1025. package/lib/typescript/commonjs/ui/hooks/mutations/mutationKeys.d.ts.map +1 -0
  1026. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +301 -0
  1027. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
  1028. package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
  1029. package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
  1030. package/lib/typescript/commonjs/ui/hooks/queries/paymentTypes.d.ts +138 -0
  1031. package/lib/typescript/commonjs/ui/hooks/queries/paymentTypes.d.ts.map +1 -0
  1032. package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts +137 -0
  1033. package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -0
  1034. package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts +87 -0
  1035. package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
  1036. package/lib/typescript/commonjs/ui/hooks/queries/useAuthMethods.d.ts +212 -0
  1037. package/lib/typescript/commonjs/ui/hooks/queries/useAuthMethods.d.ts.map +1 -0
  1038. package/lib/typescript/commonjs/ui/hooks/queries/useFileQueries.d.ts +50 -0
  1039. package/lib/typescript/commonjs/ui/hooks/queries/useFileQueries.d.ts.map +1 -0
  1040. package/lib/typescript/commonjs/ui/hooks/queries/usePaymentQueries.d.ts +64 -0
  1041. package/lib/typescript/commonjs/ui/hooks/queries/usePaymentQueries.d.ts.map +1 -0
  1042. package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts +25 -0
  1043. package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
  1044. package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts +44 -0
  1045. package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
  1046. package/lib/typescript/commonjs/ui/hooks/queries/userCache.d.ts +173 -0
  1047. package/lib/typescript/commonjs/ui/hooks/queries/userCache.d.ts.map +1 -0
  1048. package/lib/typescript/commonjs/ui/hooks/queries/userCacheRelationship.d.ts +9 -0
  1049. package/lib/typescript/commonjs/ui/hooks/queries/userCacheRelationship.d.ts.map +1 -0
  1050. package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts +66 -0
  1051. package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -0
  1052. package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts +35 -0
  1053. package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts.map +1 -0
  1054. package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts +51 -0
  1055. package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts.map +1 -0
  1056. package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +109 -0
  1057. package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -0
  1058. package/lib/typescript/commonjs/ui/hooks/useAvatarPicker.d.ts +34 -0
  1059. package/lib/typescript/commonjs/ui/hooks/useAvatarPicker.d.ts.map +1 -0
  1060. package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts +27 -0
  1061. package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts.map +1 -0
  1062. package/lib/typescript/commonjs/ui/hooks/useDeviceSwitcher.d.ts +49 -0
  1063. package/lib/typescript/commonjs/ui/hooks/useDeviceSwitcher.d.ts.map +1 -0
  1064. package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts +19 -0
  1065. package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
  1066. package/lib/typescript/commonjs/ui/hooks/useFileFiltering.d.ts +29 -0
  1067. package/lib/typescript/commonjs/ui/hooks/useFileFiltering.d.ts.map +1 -0
  1068. package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts +108 -0
  1069. package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts.map +1 -0
  1070. package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts +35 -0
  1071. package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts.map +1 -0
  1072. package/lib/typescript/commonjs/ui/hooks/useFollowTarget.d.ts +50 -0
  1073. package/lib/typescript/commonjs/ui/hooks/useFollowTarget.d.ts.map +1 -0
  1074. package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts +18 -0
  1075. package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts.map +1 -0
  1076. package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts +69 -0
  1077. package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts.map +1 -0
  1078. package/lib/typescript/commonjs/ui/hooks/useMutationStatus.d.ts +23 -0
  1079. package/lib/typescript/commonjs/ui/hooks/useMutationStatus.d.ts.map +1 -0
  1080. package/lib/typescript/commonjs/ui/hooks/useOnlineStatus.d.ts +14 -0
  1081. package/lib/typescript/commonjs/ui/hooks/useOnlineStatus.d.ts.map +1 -0
  1082. package/lib/typescript/commonjs/ui/hooks/useOxyEvent.d.ts +8 -0
  1083. package/lib/typescript/commonjs/ui/hooks/useOxyEvent.d.ts.map +1 -0
  1084. package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts +42 -0
  1085. package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -0
  1086. package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts +7 -0
  1087. package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts.map +1 -0
  1088. package/lib/typescript/commonjs/ui/hooks/useReduceMotion.d.ts +14 -0
  1089. package/lib/typescript/commonjs/ui/hooks/useReduceMotion.d.ts.map +1 -0
  1090. package/lib/typescript/commonjs/ui/hooks/useResolvedFileUrls.d.ts +48 -0
  1091. package/lib/typescript/commonjs/ui/hooks/useResolvedFileUrls.d.ts.map +1 -0
  1092. package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts +46 -0
  1093. package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -0
  1094. package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts +57 -0
  1095. package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts.map +1 -0
  1096. package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts +16 -0
  1097. package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts.map +1 -0
  1098. package/lib/typescript/commonjs/ui/hooks/useSurfaceHeader.d.ts +45 -0
  1099. package/lib/typescript/commonjs/ui/hooks/useSurfaceHeader.d.ts.map +1 -0
  1100. package/lib/typescript/commonjs/ui/index.d.ts +38 -0
  1101. package/lib/typescript/commonjs/ui/index.d.ts.map +1 -0
  1102. package/lib/typescript/commonjs/ui/isFrontend.d.ts +3 -0
  1103. package/lib/typescript/commonjs/ui/isFrontend.d.ts.map +1 -0
  1104. package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts +54 -0
  1105. package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts.map +1 -0
  1106. package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts +34 -0
  1107. package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -0
  1108. package/lib/typescript/commonjs/ui/navigation/routes.d.ts +20 -0
  1109. package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -0
  1110. package/lib/typescript/commonjs/ui/navigation/surfaceBackBridge.d.ts +16 -0
  1111. package/lib/typescript/commonjs/ui/navigation/surfaceBackBridge.d.ts.map +1 -0
  1112. package/lib/typescript/commonjs/ui/navigation/surfaceNavStack.d.ts +75 -0
  1113. package/lib/typescript/commonjs/ui/navigation/surfaceNavStack.d.ts.map +1 -0
  1114. package/lib/typescript/commonjs/ui/navigation/surfaceRegistry.d.ts +194 -0
  1115. package/lib/typescript/commonjs/ui/navigation/surfaceRegistry.d.ts.map +1 -0
  1116. package/lib/typescript/commonjs/ui/navigation/surfaces.d.ts +110 -0
  1117. package/lib/typescript/commonjs/ui/navigation/surfaces.d.ts.map +1 -0
  1118. package/lib/typescript/commonjs/ui/oauth/browserAuthTransport.d.ts +56 -0
  1119. package/lib/typescript/commonjs/ui/oauth/browserAuthTransport.d.ts.map +1 -0
  1120. package/lib/typescript/commonjs/ui/oauth/completeOAuthCode.d.ts +49 -0
  1121. package/lib/typescript/commonjs/ui/oauth/completeOAuthCode.d.ts.map +1 -0
  1122. package/lib/typescript/commonjs/ui/oauth/oauthHandshake.d.ts +50 -0
  1123. package/lib/typescript/commonjs/ui/oauth/oauthHandshake.d.ts.map +1 -0
  1124. package/lib/typescript/commonjs/ui/oauth/oauthPopup.d.ts +83 -0
  1125. package/lib/typescript/commonjs/ui/oauth/oauthPopup.d.ts.map +1 -0
  1126. package/lib/typescript/commonjs/ui/oauth/oauthPopupMessages.d.ts +67 -0
  1127. package/lib/typescript/commonjs/ui/oauth/oauthPopupMessages.d.ts.map +1 -0
  1128. package/lib/typescript/commonjs/ui/oauth/types.d.ts +176 -0
  1129. package/lib/typescript/commonjs/ui/oauth/types.d.ts.map +1 -0
  1130. package/lib/typescript/commonjs/ui/runtime/createOxyRuntime.d.ts +144 -0
  1131. package/lib/typescript/commonjs/ui/runtime/createOxyRuntime.d.ts.map +1 -0
  1132. package/lib/typescript/commonjs/ui/runtime/index.d.ts +16 -0
  1133. package/lib/typescript/commonjs/ui/runtime/index.d.ts.map +1 -0
  1134. package/lib/typescript/commonjs/ui/runtime/runtimeContext.d.ts +43 -0
  1135. package/lib/typescript/commonjs/ui/runtime/runtimeContext.d.ts.map +1 -0
  1136. package/lib/typescript/commonjs/ui/runtime/types.d.ts +89 -0
  1137. package/lib/typescript/commonjs/ui/runtime/types.d.ts.map +1 -0
  1138. package/lib/typescript/commonjs/ui/runtime/useRuntimeSnapshot.d.ts +23 -0
  1139. package/lib/typescript/commonjs/ui/runtime/useRuntimeSnapshot.d.ts.map +1 -0
  1140. package/lib/typescript/commonjs/ui/screens/AccountMembersScreen.d.ts +10 -0
  1141. package/lib/typescript/commonjs/ui/screens/AccountMembersScreen.d.ts.map +1 -0
  1142. package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts +12 -0
  1143. package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
  1144. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts +5 -0
  1145. package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
  1146. package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts +5 -0
  1147. package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -0
  1148. package/lib/typescript/commonjs/ui/screens/AvatarCropScreen.d.ts +58 -0
  1149. package/lib/typescript/commonjs/ui/screens/AvatarCropScreen.d.ts.map +1 -0
  1150. package/lib/typescript/commonjs/ui/screens/ChangeAvatarScreen.d.ts +38 -0
  1151. package/lib/typescript/commonjs/ui/screens/ChangeAvatarScreen.d.ts.map +1 -0
  1152. package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts +5 -0
  1153. package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -0
  1154. package/lib/typescript/commonjs/ui/screens/CreateAccountScreen.d.ts +11 -0
  1155. package/lib/typescript/commonjs/ui/screens/CreateAccountScreen.d.ts.map +1 -0
  1156. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts +13 -0
  1157. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
  1158. package/lib/typescript/commonjs/ui/screens/EditProfileScreen.d.ts +14 -0
  1159. package/lib/typescript/commonjs/ui/screens/EditProfileScreen.d.ts.map +1 -0
  1160. package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts +5 -0
  1161. package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -0
  1162. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts +5 -0
  1163. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -0
  1164. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts +5 -0
  1165. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -0
  1166. package/lib/typescript/commonjs/ui/screens/FollowersListScreen.d.ts +12 -0
  1167. package/lib/typescript/commonjs/ui/screens/FollowersListScreen.d.ts.map +1 -0
  1168. package/lib/typescript/commonjs/ui/screens/FollowingListScreen.d.ts +12 -0
  1169. package/lib/typescript/commonjs/ui/screens/FollowingListScreen.d.ts.map +1 -0
  1170. package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts +5 -0
  1171. package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -0
  1172. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts +5 -0
  1173. package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -0
  1174. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts +7 -0
  1175. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
  1176. package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts +5 -0
  1177. package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -0
  1178. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts +5 -0
  1179. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
  1180. package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts +13 -0
  1181. package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts.map +1 -0
  1182. package/lib/typescript/commonjs/ui/screens/NotificationsScreen.d.ts +5 -0
  1183. package/lib/typescript/commonjs/ui/screens/NotificationsScreen.d.ts.map +1 -0
  1184. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts +15 -0
  1185. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
  1186. package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts +5 -0
  1187. package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts.map +1 -0
  1188. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
  1189. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
  1190. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts +5 -0
  1191. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
  1192. package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts +9 -0
  1193. package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -0
  1194. package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts +5 -0
  1195. package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
  1196. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts +5 -0
  1197. package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
  1198. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts +15 -0
  1199. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -0
  1200. package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts +18 -0
  1201. package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts.map +1 -0
  1202. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts +14 -0
  1203. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
  1204. package/lib/typescript/commonjs/ui/screens/fileManagement/FileLibraryError.d.ts +23 -0
  1205. package/lib/typescript/commonjs/ui/screens/fileManagement/FileLibraryError.d.ts.map +1 -0
  1206. package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts +40 -0
  1207. package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
  1208. package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts +43 -0
  1209. package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
  1210. package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts +25 -0
  1211. package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
  1212. package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +51 -0
  1213. package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
  1214. package/lib/typescript/commonjs/ui/screens/fileManagement/photoGridLayout.d.ts +37 -0
  1215. package/lib/typescript/commonjs/ui/screens/fileManagement/photoGridLayout.d.ts.map +1 -0
  1216. package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts +38 -0
  1217. package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts.map +1 -0
  1218. package/lib/typescript/commonjs/ui/screens/linkFormat.d.ts +23 -0
  1219. package/lib/typescript/commonjs/ui/screens/linkFormat.d.ts.map +1 -0
  1220. package/lib/typescript/commonjs/ui/screens/trust/TrustAboutScreen.d.ts +5 -0
  1221. package/lib/typescript/commonjs/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -0
  1222. package/lib/typescript/commonjs/ui/screens/trust/TrustCenterScreen.d.ts +5 -0
  1223. package/lib/typescript/commonjs/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -0
  1224. package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts +5 -0
  1225. package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -0
  1226. package/lib/typescript/commonjs/ui/screens/trust/TrustLeaderboardScreen.d.ts +5 -0
  1227. package/lib/typescript/commonjs/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -0
  1228. package/lib/typescript/commonjs/ui/screens/trust/TrustRewardsScreen.d.ts +5 -0
  1229. package/lib/typescript/commonjs/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -0
  1230. package/lib/typescript/commonjs/ui/screens/trust/TrustRulesScreen.d.ts +5 -0
  1231. package/lib/typescript/commonjs/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -0
  1232. package/lib/typescript/commonjs/ui/server.d.ts +35 -0
  1233. package/lib/typescript/commonjs/ui/server.d.ts.map +1 -0
  1234. package/lib/typescript/commonjs/ui/session/authStore.d.ts +76 -0
  1235. package/lib/typescript/commonjs/ui/session/authStore.d.ts.map +1 -0
  1236. package/lib/typescript/commonjs/ui/session/backgroundSession.d.ts +42 -0
  1237. package/lib/typescript/commonjs/ui/session/backgroundSession.d.ts.map +1 -0
  1238. package/lib/typescript/commonjs/ui/session/createSessionClient.d.ts +40 -0
  1239. package/lib/typescript/commonjs/ui/session/createSessionClient.d.ts.map +1 -0
  1240. package/lib/typescript/commonjs/ui/session/identityBinding.d.ts +66 -0
  1241. package/lib/typescript/commonjs/ui/session/identityBinding.d.ts.map +1 -0
  1242. package/lib/typescript/commonjs/ui/session/index.d.ts +20 -0
  1243. package/lib/typescript/commonjs/ui/session/index.d.ts.map +1 -0
  1244. package/lib/typescript/commonjs/ui/session/nativeSecureStorage.d.ts +25 -0
  1245. package/lib/typescript/commonjs/ui/session/nativeSecureStorage.d.ts.map +1 -0
  1246. package/lib/typescript/commonjs/ui/session/sharedDeviceCredentialStore.d.ts +32 -0
  1247. package/lib/typescript/commonjs/ui/session/sharedDeviceCredentialStore.d.ts.map +1 -0
  1248. package/lib/typescript/commonjs/ui/session/tokenTransport.d.ts +33 -0
  1249. package/lib/typescript/commonjs/ui/session/tokenTransport.d.ts.map +1 -0
  1250. package/lib/typescript/commonjs/ui/session/useBackgroundSessionSync.d.ts +23 -0
  1251. package/lib/typescript/commonjs/ui/session/useBackgroundSessionSync.d.ts.map +1 -0
  1252. package/lib/typescript/commonjs/ui/stores/assetStore.d.ts +54 -0
  1253. package/lib/typescript/commonjs/ui/stores/assetStore.d.ts.map +1 -0
  1254. package/lib/typescript/commonjs/ui/stores/authStore.d.ts +61 -0
  1255. package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -0
  1256. package/lib/typescript/commonjs/ui/stores/followStore.d.ts +30 -0
  1257. package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -0
  1258. package/lib/typescript/commonjs/ui/stores/followTargetStore.d.ts +84 -0
  1259. package/lib/typescript/commonjs/ui/stores/followTargetStore.d.ts.map +1 -0
  1260. package/lib/typescript/commonjs/ui/stores/resetSessionScopedStores.d.ts +10 -0
  1261. package/lib/typescript/commonjs/ui/stores/resetSessionScopedStores.d.ts.map +1 -0
  1262. package/lib/typescript/commonjs/ui/types/fileManagement.d.ts +51 -0
  1263. package/lib/typescript/commonjs/ui/types/fileManagement.d.ts.map +1 -0
  1264. package/lib/typescript/commonjs/ui/types/navigation.d.ts +153 -0
  1265. package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -0
  1266. package/lib/typescript/commonjs/ui/types/surfaceScreen.d.ts +38 -0
  1267. package/lib/typescript/commonjs/ui/types/surfaceScreen.d.ts.map +1 -0
  1268. package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts +16 -0
  1269. package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -0
  1270. package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts +10 -0
  1271. package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts.map +1 -0
  1272. package/lib/typescript/commonjs/ui/utils/commonsStoreLinks.d.ts +24 -0
  1273. package/lib/typescript/commonjs/ui/utils/commonsStoreLinks.d.ts.map +1 -0
  1274. package/lib/typescript/commonjs/ui/utils/deliveryPlatform.d.ts +33 -0
  1275. package/lib/typescript/commonjs/ui/utils/deliveryPlatform.d.ts.map +1 -0
  1276. package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts +8 -0
  1277. package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts.map +1 -0
  1278. package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts +35 -0
  1279. package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts.map +1 -0
  1280. package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts +55 -0
  1281. package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -0
  1282. package/lib/typescript/commonjs/ui/utils/iconNames.d.ts +112 -0
  1283. package/lib/typescript/commonjs/ui/utils/iconNames.d.ts.map +1 -0
  1284. package/lib/typescript/commonjs/ui/utils/isWebBrowser.d.ts +9 -0
  1285. package/lib/typescript/commonjs/ui/utils/isWebBrowser.d.ts.map +1 -0
  1286. package/lib/typescript/commonjs/ui/utils/netConnectivity.d.ts +17 -0
  1287. package/lib/typescript/commonjs/ui/utils/netConnectivity.d.ts.map +1 -0
  1288. package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts +48 -0
  1289. package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts.map +1 -0
  1290. package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts +48 -0
  1291. package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -0
  1292. package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts +28 -0
  1293. package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -0
  1294. package/lib/typescript/commonjs/ui/utils/userUtils.d.ts +23 -0
  1295. package/lib/typescript/commonjs/ui/utils/userUtils.d.ts.map +1 -0
  1296. package/lib/typescript/commonjs/utils/hookUtils.d.ts +102 -0
  1297. package/lib/typescript/commonjs/utils/hookUtils.d.ts.map +1 -0
  1298. package/lib/typescript/commonjs/webauthn/passkeyClient.d.ts +20 -0
  1299. package/lib/typescript/commonjs/webauthn/passkeyClient.d.ts.map +1 -0
  1300. package/lib/typescript/commonjs/webauthn/passkeyClient.native.d.ts +15 -0
  1301. package/lib/typescript/commonjs/webauthn/passkeyClient.native.d.ts.map +1 -0
  1302. package/lib/typescript/commonjs/webauthn/passkeyClient.web.d.ts +36 -0
  1303. package/lib/typescript/commonjs/webauthn/passkeyClient.web.d.ts.map +1 -0
  1304. package/lib/typescript/module/assets/icons/OxyServices.d.ts +24 -0
  1305. package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -0
  1306. package/lib/typescript/module/assets/illustrations/HighFive.d.ts +8 -0
  1307. package/lib/typescript/module/assets/illustrations/HighFive.d.ts.map +1 -0
  1308. package/lib/typescript/module/index.d.ts +108 -0
  1309. package/lib/typescript/module/index.d.ts.map +1 -0
  1310. package/lib/typescript/module/notifications/deviceNotifications.d.ts +192 -0
  1311. package/lib/typescript/module/notifications/deviceNotifications.d.ts.map +1 -0
  1312. package/lib/typescript/module/package.json +1 -0
  1313. package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts +60 -0
  1314. package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts.map +1 -0
  1315. package/lib/typescript/module/ui/client.d.ts +29 -0
  1316. package/lib/typescript/module/ui/client.d.ts.map +1 -0
  1317. package/lib/typescript/module/ui/components/AvatarCameraBadge.d.ts +4 -0
  1318. package/lib/typescript/module/ui/components/AvatarCameraBadge.d.ts.map +1 -0
  1319. package/lib/typescript/module/ui/components/FollowButton.d.ts +39 -0
  1320. package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -0
  1321. package/lib/typescript/module/ui/components/FollowTargetButton.d.ts +158 -0
  1322. package/lib/typescript/module/ui/components/FollowTargetButton.d.ts.map +1 -0
  1323. package/lib/typescript/module/ui/components/OxyAccountDialogScreen.d.ts +40 -0
  1324. package/lib/typescript/module/ui/components/OxyAccountDialogScreen.d.ts.map +1 -0
  1325. package/lib/typescript/module/ui/components/OxyAuthChooser.d.ts +54 -0
  1326. package/lib/typescript/module/ui/components/OxyAuthChooser.d.ts.map +1 -0
  1327. package/lib/typescript/module/ui/components/OxyAuthPrompt.d.ts +59 -0
  1328. package/lib/typescript/module/ui/components/OxyAuthPrompt.d.ts.map +1 -0
  1329. package/lib/typescript/module/ui/components/OxyConsentScreen.d.ts +45 -0
  1330. package/lib/typescript/module/ui/components/OxyConsentScreen.d.ts.map +1 -0
  1331. package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts +11 -0
  1332. package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts.map +1 -0
  1333. package/lib/typescript/module/ui/components/OxyPayButton.d.ts +29 -0
  1334. package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -0
  1335. package/lib/typescript/module/ui/components/OxyProvider.d.ts +40 -0
  1336. package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -0
  1337. package/lib/typescript/module/ui/components/OxySignInButton.d.ts +113 -0
  1338. package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -0
  1339. package/lib/typescript/module/ui/components/OxySignInRequestSurface.d.ts +108 -0
  1340. package/lib/typescript/module/ui/components/OxySignInRequestSurface.d.ts.map +1 -0
  1341. package/lib/typescript/module/ui/components/ProfileButton.d.ts +59 -0
  1342. package/lib/typescript/module/ui/components/ProfileButton.d.ts.map +1 -0
  1343. package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts +33 -0
  1344. package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts.map +1 -0
  1345. package/lib/typescript/module/ui/components/RequireOxyAuth.d.ts +55 -0
  1346. package/lib/typescript/module/ui/components/RequireOxyAuth.d.ts.map +1 -0
  1347. package/lib/typescript/module/ui/components/SettingsIcon.d.ts +15 -0
  1348. package/lib/typescript/module/ui/components/SettingsIcon.d.ts.map +1 -0
  1349. package/lib/typescript/module/ui/components/SurfaceHeaderAction.d.ts +16 -0
  1350. package/lib/typescript/module/ui/components/SurfaceHeaderAction.d.ts.map +1 -0
  1351. package/lib/typescript/module/ui/components/SurfaceScreen.d.ts +23 -0
  1352. package/lib/typescript/module/ui/components/SurfaceScreen.d.ts.map +1 -0
  1353. package/lib/typescript/module/ui/components/authChooser/AccountsMenuView.d.ts +45 -0
  1354. package/lib/typescript/module/ui/components/authChooser/AccountsMenuView.d.ts.map +1 -0
  1355. package/lib/typescript/module/ui/components/authChooser/SignInEntryView.d.ts +34 -0
  1356. package/lib/typescript/module/ui/components/authChooser/SignInEntryView.d.ts.map +1 -0
  1357. package/lib/typescript/module/ui/components/authChooser/SignInRequestView.d.ts +34 -0
  1358. package/lib/typescript/module/ui/components/authChooser/SignInRequestView.d.ts.map +1 -0
  1359. package/lib/typescript/module/ui/components/authChooser/SignUpView.d.ts +34 -0
  1360. package/lib/typescript/module/ui/components/authChooser/SignUpView.d.ts.map +1 -0
  1361. package/lib/typescript/module/ui/components/authChooser/TroubleDisclosure.d.ts +38 -0
  1362. package/lib/typescript/module/ui/components/authChooser/TroubleDisclosure.d.ts.map +1 -0
  1363. package/lib/typescript/module/ui/components/authChooser/primitives.d.ts +67 -0
  1364. package/lib/typescript/module/ui/components/authChooser/primitives.d.ts.map +1 -0
  1365. package/lib/typescript/module/ui/components/authChooser/requestSurfaces.d.ts +63 -0
  1366. package/lib/typescript/module/ui/components/authChooser/requestSurfaces.d.ts.map +1 -0
  1367. package/lib/typescript/module/ui/components/authChooser/signInProgress.d.ts +26 -0
  1368. package/lib/typescript/module/ui/components/authChooser/signInProgress.d.ts.map +1 -0
  1369. package/lib/typescript/module/ui/components/authChooser/styles.d.ts +209 -0
  1370. package/lib/typescript/module/ui/components/authChooser/styles.d.ts.map +1 -0
  1371. package/lib/typescript/module/ui/components/authChooser/types.d.ts +141 -0
  1372. package/lib/typescript/module/ui/components/authChooser/types.d.ts.map +1 -0
  1373. package/lib/typescript/module/ui/components/authChooser/useUsernameAvailability.d.ts +16 -0
  1374. package/lib/typescript/module/ui/components/authChooser/useUsernameAvailability.d.ts.map +1 -0
  1375. package/lib/typescript/module/ui/components/feedback/constants.d.ts +5 -0
  1376. package/lib/typescript/module/ui/components/feedback/constants.d.ts.map +1 -0
  1377. package/lib/typescript/module/ui/components/feedback/types.d.ts +46 -0
  1378. package/lib/typescript/module/ui/components/feedback/types.d.ts.map +1 -0
  1379. package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts +9 -0
  1380. package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
  1381. package/lib/typescript/module/ui/components/fileManagement/AnimatedButton.d.ts +17 -0
  1382. package/lib/typescript/module/ui/components/fileManagement/AnimatedButton.d.ts.map +1 -0
  1383. package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +24 -0
  1384. package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
  1385. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +16 -0
  1386. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
  1387. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +14 -0
  1388. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
  1389. package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
  1390. package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
  1391. package/lib/typescript/module/ui/components/internal/PinInput.d.ts +23 -0
  1392. package/lib/typescript/module/ui/components/internal/PinInput.d.ts.map +1 -0
  1393. package/lib/typescript/module/ui/components/logo/LogoIcon.d.ts +22 -0
  1394. package/lib/typescript/module/ui/components/logo/LogoIcon.d.ts.map +1 -0
  1395. package/lib/typescript/module/ui/components/logo/LogoText.d.ts +22 -0
  1396. package/lib/typescript/module/ui/components/logo/LogoText.d.ts.map +1 -0
  1397. package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts +26 -0
  1398. package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
  1399. package/lib/typescript/module/ui/components/oauthNavigation.d.ts +43 -0
  1400. package/lib/typescript/module/ui/components/oauthNavigation.d.ts.map +1 -0
  1401. package/lib/typescript/module/ui/components/passkeyHubPopup.d.ts +23 -0
  1402. package/lib/typescript/module/ui/components/passkeyHubPopup.d.ts.map +1 -0
  1403. package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
  1404. package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
  1405. package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts +14 -0
  1406. package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
  1407. package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts +16 -0
  1408. package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
  1409. package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
  1410. package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
  1411. package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
  1412. package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
  1413. package/lib/typescript/module/ui/components/payment/constants.d.ts +7 -0
  1414. package/lib/typescript/module/ui/components/payment/constants.d.ts.map +1 -0
  1415. package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts +389 -0
  1416. package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts.map +1 -0
  1417. package/lib/typescript/module/ui/components/payment/types.d.ts +40 -0
  1418. package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -0
  1419. package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts +28 -0
  1420. package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
  1421. package/lib/typescript/module/ui/components/styles/overlay.d.ts +6 -0
  1422. package/lib/typescript/module/ui/components/styles/overlay.d.ts.map +1 -0
  1423. package/lib/typescript/module/ui/components/styles/shadow.d.ts +3 -0
  1424. package/lib/typescript/module/ui/components/styles/shadow.d.ts.map +1 -0
  1425. package/lib/typescript/module/ui/components/surfaces/ActionSheetSurface.d.ts +38 -0
  1426. package/lib/typescript/module/ui/components/surfaces/ActionSheetSurface.d.ts.map +1 -0
  1427. package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts +6 -0
  1428. package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
  1429. package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts +2 -0
  1430. package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
  1431. package/lib/typescript/module/ui/components/utils/splitStyles.d.ts +20 -0
  1432. package/lib/typescript/module/ui/components/utils/splitStyles.d.ts.map +1 -0
  1433. package/lib/typescript/module/ui/constants/spacing.d.ts +33 -0
  1434. package/lib/typescript/module/ui/constants/spacing.d.ts.map +1 -0
  1435. package/lib/typescript/module/ui/context/OxyContext.d.ts +38 -0
  1436. package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -0
  1437. package/lib/typescript/module/ui/context/commitSessionFlow.d.ts +39 -0
  1438. package/lib/typescript/module/ui/context/commitSessionFlow.d.ts.map +1 -0
  1439. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +70 -0
  1440. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
  1441. package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts +5 -0
  1442. package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts.map +1 -0
  1443. package/lib/typescript/module/ui/context/oxyContextTypes.d.ts +219 -0
  1444. package/lib/typescript/module/ui/context/oxyContextTypes.d.ts.map +1 -0
  1445. package/lib/typescript/module/ui/context/passkeyFlow.d.ts +96 -0
  1446. package/lib/typescript/module/ui/context/passkeyFlow.d.ts.map +1 -0
  1447. package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts +30 -0
  1448. package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts.map +1 -0
  1449. package/lib/typescript/module/ui/hooks/accountDialogSnapshot.d.ts +15 -0
  1450. package/lib/typescript/module/ui/hooks/accountDialogSnapshot.d.ts.map +1 -0
  1451. package/lib/typescript/module/ui/hooks/mutations/mutationFactory.d.ts +87 -0
  1452. package/lib/typescript/module/ui/hooks/mutations/mutationFactory.d.ts.map +1 -0
  1453. package/lib/typescript/module/ui/hooks/mutations/mutationKeys.d.ts +30 -0
  1454. package/lib/typescript/module/ui/hooks/mutations/mutationKeys.d.ts.map +1 -0
  1455. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +301 -0
  1456. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
  1457. package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
  1458. package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
  1459. package/lib/typescript/module/ui/hooks/queries/paymentTypes.d.ts +138 -0
  1460. package/lib/typescript/module/ui/hooks/queries/paymentTypes.d.ts.map +1 -0
  1461. package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +137 -0
  1462. package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -0
  1463. package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts +87 -0
  1464. package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
  1465. package/lib/typescript/module/ui/hooks/queries/useAuthMethods.d.ts +212 -0
  1466. package/lib/typescript/module/ui/hooks/queries/useAuthMethods.d.ts.map +1 -0
  1467. package/lib/typescript/module/ui/hooks/queries/useFileQueries.d.ts +50 -0
  1468. package/lib/typescript/module/ui/hooks/queries/useFileQueries.d.ts.map +1 -0
  1469. package/lib/typescript/module/ui/hooks/queries/usePaymentQueries.d.ts +64 -0
  1470. package/lib/typescript/module/ui/hooks/queries/usePaymentQueries.d.ts.map +1 -0
  1471. package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts +25 -0
  1472. package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
  1473. package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts +44 -0
  1474. package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
  1475. package/lib/typescript/module/ui/hooks/queries/userCache.d.ts +173 -0
  1476. package/lib/typescript/module/ui/hooks/queries/userCache.d.ts.map +1 -0
  1477. package/lib/typescript/module/ui/hooks/queries/userCacheRelationship.d.ts +9 -0
  1478. package/lib/typescript/module/ui/hooks/queries/userCacheRelationship.d.ts.map +1 -0
  1479. package/lib/typescript/module/ui/hooks/queryClient.d.ts +66 -0
  1480. package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -0
  1481. package/lib/typescript/module/ui/hooks/useAssets.d.ts +35 -0
  1482. package/lib/typescript/module/ui/hooks/useAssets.d.ts.map +1 -0
  1483. package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts +51 -0
  1484. package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts.map +1 -0
  1485. package/lib/typescript/module/ui/hooks/useAuth.d.ts +109 -0
  1486. package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -0
  1487. package/lib/typescript/module/ui/hooks/useAvatarPicker.d.ts +34 -0
  1488. package/lib/typescript/module/ui/hooks/useAvatarPicker.d.ts.map +1 -0
  1489. package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts +27 -0
  1490. package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts.map +1 -0
  1491. package/lib/typescript/module/ui/hooks/useDeviceSwitcher.d.ts +49 -0
  1492. package/lib/typescript/module/ui/hooks/useDeviceSwitcher.d.ts.map +1 -0
  1493. package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts +19 -0
  1494. package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
  1495. package/lib/typescript/module/ui/hooks/useFileFiltering.d.ts +29 -0
  1496. package/lib/typescript/module/ui/hooks/useFileFiltering.d.ts.map +1 -0
  1497. package/lib/typescript/module/ui/hooks/useFollow.d.ts +108 -0
  1498. package/lib/typescript/module/ui/hooks/useFollow.d.ts.map +1 -0
  1499. package/lib/typescript/module/ui/hooks/useFollow.types.d.ts +35 -0
  1500. package/lib/typescript/module/ui/hooks/useFollow.types.d.ts.map +1 -0
  1501. package/lib/typescript/module/ui/hooks/useFollowTarget.d.ts +50 -0
  1502. package/lib/typescript/module/ui/hooks/useFollowTarget.d.ts.map +1 -0
  1503. package/lib/typescript/module/ui/hooks/useI18n.d.ts +18 -0
  1504. package/lib/typescript/module/ui/hooks/useI18n.d.ts.map +1 -0
  1505. package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts +69 -0
  1506. package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts.map +1 -0
  1507. package/lib/typescript/module/ui/hooks/useMutationStatus.d.ts +23 -0
  1508. package/lib/typescript/module/ui/hooks/useMutationStatus.d.ts.map +1 -0
  1509. package/lib/typescript/module/ui/hooks/useOnlineStatus.d.ts +14 -0
  1510. package/lib/typescript/module/ui/hooks/useOnlineStatus.d.ts.map +1 -0
  1511. package/lib/typescript/module/ui/hooks/useOxyEvent.d.ts +8 -0
  1512. package/lib/typescript/module/ui/hooks/useOxyEvent.d.ts.map +1 -0
  1513. package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +42 -0
  1514. package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -0
  1515. package/lib/typescript/module/ui/hooks/useQueryClient.d.ts +7 -0
  1516. package/lib/typescript/module/ui/hooks/useQueryClient.d.ts.map +1 -0
  1517. package/lib/typescript/module/ui/hooks/useReduceMotion.d.ts +14 -0
  1518. package/lib/typescript/module/ui/hooks/useReduceMotion.d.ts.map +1 -0
  1519. package/lib/typescript/module/ui/hooks/useResolvedFileUrls.d.ts +48 -0
  1520. package/lib/typescript/module/ui/hooks/useResolvedFileUrls.d.ts.map +1 -0
  1521. package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +46 -0
  1522. package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -0
  1523. package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts +57 -0
  1524. package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts.map +1 -0
  1525. package/lib/typescript/module/ui/hooks/useStorage.d.ts +16 -0
  1526. package/lib/typescript/module/ui/hooks/useStorage.d.ts.map +1 -0
  1527. package/lib/typescript/module/ui/hooks/useSurfaceHeader.d.ts +45 -0
  1528. package/lib/typescript/module/ui/hooks/useSurfaceHeader.d.ts.map +1 -0
  1529. package/lib/typescript/module/ui/index.d.ts +38 -0
  1530. package/lib/typescript/module/ui/index.d.ts.map +1 -0
  1531. package/lib/typescript/module/ui/isFrontend.d.ts +3 -0
  1532. package/lib/typescript/module/ui/isFrontend.d.ts.map +1 -0
  1533. package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts +54 -0
  1534. package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts.map +1 -0
  1535. package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +34 -0
  1536. package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -0
  1537. package/lib/typescript/module/ui/navigation/routes.d.ts +20 -0
  1538. package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -0
  1539. package/lib/typescript/module/ui/navigation/surfaceBackBridge.d.ts +16 -0
  1540. package/lib/typescript/module/ui/navigation/surfaceBackBridge.d.ts.map +1 -0
  1541. package/lib/typescript/module/ui/navigation/surfaceNavStack.d.ts +75 -0
  1542. package/lib/typescript/module/ui/navigation/surfaceNavStack.d.ts.map +1 -0
  1543. package/lib/typescript/module/ui/navigation/surfaceRegistry.d.ts +194 -0
  1544. package/lib/typescript/module/ui/navigation/surfaceRegistry.d.ts.map +1 -0
  1545. package/lib/typescript/module/ui/navigation/surfaces.d.ts +110 -0
  1546. package/lib/typescript/module/ui/navigation/surfaces.d.ts.map +1 -0
  1547. package/lib/typescript/module/ui/oauth/browserAuthTransport.d.ts +56 -0
  1548. package/lib/typescript/module/ui/oauth/browserAuthTransport.d.ts.map +1 -0
  1549. package/lib/typescript/module/ui/oauth/completeOAuthCode.d.ts +49 -0
  1550. package/lib/typescript/module/ui/oauth/completeOAuthCode.d.ts.map +1 -0
  1551. package/lib/typescript/module/ui/oauth/oauthHandshake.d.ts +50 -0
  1552. package/lib/typescript/module/ui/oauth/oauthHandshake.d.ts.map +1 -0
  1553. package/lib/typescript/module/ui/oauth/oauthPopup.d.ts +83 -0
  1554. package/lib/typescript/module/ui/oauth/oauthPopup.d.ts.map +1 -0
  1555. package/lib/typescript/module/ui/oauth/oauthPopupMessages.d.ts +67 -0
  1556. package/lib/typescript/module/ui/oauth/oauthPopupMessages.d.ts.map +1 -0
  1557. package/lib/typescript/module/ui/oauth/types.d.ts +176 -0
  1558. package/lib/typescript/module/ui/oauth/types.d.ts.map +1 -0
  1559. package/lib/typescript/module/ui/runtime/createOxyRuntime.d.ts +144 -0
  1560. package/lib/typescript/module/ui/runtime/createOxyRuntime.d.ts.map +1 -0
  1561. package/lib/typescript/module/ui/runtime/index.d.ts +16 -0
  1562. package/lib/typescript/module/ui/runtime/index.d.ts.map +1 -0
  1563. package/lib/typescript/module/ui/runtime/runtimeContext.d.ts +43 -0
  1564. package/lib/typescript/module/ui/runtime/runtimeContext.d.ts.map +1 -0
  1565. package/lib/typescript/module/ui/runtime/types.d.ts +89 -0
  1566. package/lib/typescript/module/ui/runtime/types.d.ts.map +1 -0
  1567. package/lib/typescript/module/ui/runtime/useRuntimeSnapshot.d.ts +23 -0
  1568. package/lib/typescript/module/ui/runtime/useRuntimeSnapshot.d.ts.map +1 -0
  1569. package/lib/typescript/module/ui/screens/AccountMembersScreen.d.ts +10 -0
  1570. package/lib/typescript/module/ui/screens/AccountMembersScreen.d.ts.map +1 -0
  1571. package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts +12 -0
  1572. package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
  1573. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts +5 -0
  1574. package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
  1575. package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts +5 -0
  1576. package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -0
  1577. package/lib/typescript/module/ui/screens/AvatarCropScreen.d.ts +58 -0
  1578. package/lib/typescript/module/ui/screens/AvatarCropScreen.d.ts.map +1 -0
  1579. package/lib/typescript/module/ui/screens/ChangeAvatarScreen.d.ts +38 -0
  1580. package/lib/typescript/module/ui/screens/ChangeAvatarScreen.d.ts.map +1 -0
  1581. package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts +5 -0
  1582. package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -0
  1583. package/lib/typescript/module/ui/screens/CreateAccountScreen.d.ts +11 -0
  1584. package/lib/typescript/module/ui/screens/CreateAccountScreen.d.ts.map +1 -0
  1585. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts +13 -0
  1586. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
  1587. package/lib/typescript/module/ui/screens/EditProfileScreen.d.ts +14 -0
  1588. package/lib/typescript/module/ui/screens/EditProfileScreen.d.ts.map +1 -0
  1589. package/lib/typescript/module/ui/screens/FAQScreen.d.ts +5 -0
  1590. package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -0
  1591. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts +5 -0
  1592. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -0
  1593. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts +5 -0
  1594. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -0
  1595. package/lib/typescript/module/ui/screens/FollowersListScreen.d.ts +12 -0
  1596. package/lib/typescript/module/ui/screens/FollowersListScreen.d.ts.map +1 -0
  1597. package/lib/typescript/module/ui/screens/FollowingListScreen.d.ts +12 -0
  1598. package/lib/typescript/module/ui/screens/FollowingListScreen.d.ts.map +1 -0
  1599. package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts +5 -0
  1600. package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -0
  1601. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts +5 -0
  1602. package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -0
  1603. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts +7 -0
  1604. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
  1605. package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts +5 -0
  1606. package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -0
  1607. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts +5 -0
  1608. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
  1609. package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts +13 -0
  1610. package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts.map +1 -0
  1611. package/lib/typescript/module/ui/screens/NotificationsScreen.d.ts +5 -0
  1612. package/lib/typescript/module/ui/screens/NotificationsScreen.d.ts.map +1 -0
  1613. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts +15 -0
  1614. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
  1615. package/lib/typescript/module/ui/screens/PreferencesScreen.d.ts +5 -0
  1616. package/lib/typescript/module/ui/screens/PreferencesScreen.d.ts.map +1 -0
  1617. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
  1618. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
  1619. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts +5 -0
  1620. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
  1621. package/lib/typescript/module/ui/screens/ProfileScreen.d.ts +9 -0
  1622. package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -0
  1623. package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts +5 -0
  1624. package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
  1625. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts +5 -0
  1626. package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
  1627. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts +15 -0
  1628. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -0
  1629. package/lib/typescript/module/ui/screens/UserListScreen.d.ts +18 -0
  1630. package/lib/typescript/module/ui/screens/UserListScreen.d.ts.map +1 -0
  1631. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts +14 -0
  1632. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
  1633. package/lib/typescript/module/ui/screens/fileManagement/FileLibraryError.d.ts +23 -0
  1634. package/lib/typescript/module/ui/screens/fileManagement/FileLibraryError.d.ts.map +1 -0
  1635. package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts +40 -0
  1636. package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
  1637. package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts +43 -0
  1638. package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
  1639. package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts +25 -0
  1640. package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
  1641. package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +51 -0
  1642. package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
  1643. package/lib/typescript/module/ui/screens/fileManagement/photoGridLayout.d.ts +37 -0
  1644. package/lib/typescript/module/ui/screens/fileManagement/photoGridLayout.d.ts.map +1 -0
  1645. package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts +38 -0
  1646. package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts.map +1 -0
  1647. package/lib/typescript/module/ui/screens/linkFormat.d.ts +23 -0
  1648. package/lib/typescript/module/ui/screens/linkFormat.d.ts.map +1 -0
  1649. package/lib/typescript/module/ui/screens/trust/TrustAboutScreen.d.ts +5 -0
  1650. package/lib/typescript/module/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -0
  1651. package/lib/typescript/module/ui/screens/trust/TrustCenterScreen.d.ts +5 -0
  1652. package/lib/typescript/module/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -0
  1653. package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts +5 -0
  1654. package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -0
  1655. package/lib/typescript/module/ui/screens/trust/TrustLeaderboardScreen.d.ts +5 -0
  1656. package/lib/typescript/module/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -0
  1657. package/lib/typescript/module/ui/screens/trust/TrustRewardsScreen.d.ts +5 -0
  1658. package/lib/typescript/module/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -0
  1659. package/lib/typescript/module/ui/screens/trust/TrustRulesScreen.d.ts +5 -0
  1660. package/lib/typescript/module/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -0
  1661. package/lib/typescript/module/ui/server.d.ts +35 -0
  1662. package/lib/typescript/module/ui/server.d.ts.map +1 -0
  1663. package/lib/typescript/module/ui/session/authStore.d.ts +76 -0
  1664. package/lib/typescript/module/ui/session/authStore.d.ts.map +1 -0
  1665. package/lib/typescript/module/ui/session/backgroundSession.d.ts +42 -0
  1666. package/lib/typescript/module/ui/session/backgroundSession.d.ts.map +1 -0
  1667. package/lib/typescript/module/ui/session/createSessionClient.d.ts +40 -0
  1668. package/lib/typescript/module/ui/session/createSessionClient.d.ts.map +1 -0
  1669. package/lib/typescript/module/ui/session/identityBinding.d.ts +66 -0
  1670. package/lib/typescript/module/ui/session/identityBinding.d.ts.map +1 -0
  1671. package/lib/typescript/module/ui/session/index.d.ts +20 -0
  1672. package/lib/typescript/module/ui/session/index.d.ts.map +1 -0
  1673. package/lib/typescript/module/ui/session/nativeSecureStorage.d.ts +25 -0
  1674. package/lib/typescript/module/ui/session/nativeSecureStorage.d.ts.map +1 -0
  1675. package/lib/typescript/module/ui/session/sharedDeviceCredentialStore.d.ts +32 -0
  1676. package/lib/typescript/module/ui/session/sharedDeviceCredentialStore.d.ts.map +1 -0
  1677. package/lib/typescript/module/ui/session/tokenTransport.d.ts +33 -0
  1678. package/lib/typescript/module/ui/session/tokenTransport.d.ts.map +1 -0
  1679. package/lib/typescript/module/ui/session/useBackgroundSessionSync.d.ts +23 -0
  1680. package/lib/typescript/module/ui/session/useBackgroundSessionSync.d.ts.map +1 -0
  1681. package/lib/typescript/module/ui/stores/assetStore.d.ts +54 -0
  1682. package/lib/typescript/module/ui/stores/assetStore.d.ts.map +1 -0
  1683. package/lib/typescript/module/ui/stores/authStore.d.ts +61 -0
  1684. package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -0
  1685. package/lib/typescript/module/ui/stores/followStore.d.ts +30 -0
  1686. package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -0
  1687. package/lib/typescript/module/ui/stores/followTargetStore.d.ts +84 -0
  1688. package/lib/typescript/module/ui/stores/followTargetStore.d.ts.map +1 -0
  1689. package/lib/typescript/module/ui/stores/resetSessionScopedStores.d.ts +10 -0
  1690. package/lib/typescript/module/ui/stores/resetSessionScopedStores.d.ts.map +1 -0
  1691. package/lib/typescript/module/ui/types/fileManagement.d.ts +51 -0
  1692. package/lib/typescript/module/ui/types/fileManagement.d.ts.map +1 -0
  1693. package/lib/typescript/module/ui/types/navigation.d.ts +153 -0
  1694. package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -0
  1695. package/lib/typescript/module/ui/types/surfaceScreen.d.ts +38 -0
  1696. package/lib/typescript/module/ui/types/surfaceScreen.d.ts.map +1 -0
  1697. package/lib/typescript/module/ui/utils/avatarUtils.d.ts +16 -0
  1698. package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -0
  1699. package/lib/typescript/module/ui/utils/colorUtils.d.ts +10 -0
  1700. package/lib/typescript/module/ui/utils/colorUtils.d.ts.map +1 -0
  1701. package/lib/typescript/module/ui/utils/commonsStoreLinks.d.ts +24 -0
  1702. package/lib/typescript/module/ui/utils/commonsStoreLinks.d.ts.map +1 -0
  1703. package/lib/typescript/module/ui/utils/deliveryPlatform.d.ts +33 -0
  1704. package/lib/typescript/module/ui/utils/deliveryPlatform.d.ts.map +1 -0
  1705. package/lib/typescript/module/ui/utils/deviceCredential.d.ts +8 -0
  1706. package/lib/typescript/module/ui/utils/deviceCredential.d.ts.map +1 -0
  1707. package/lib/typescript/module/ui/utils/errorHandlers.d.ts +35 -0
  1708. package/lib/typescript/module/ui/utils/errorHandlers.d.ts.map +1 -0
  1709. package/lib/typescript/module/ui/utils/fileManagement.d.ts +55 -0
  1710. package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -0
  1711. package/lib/typescript/module/ui/utils/iconNames.d.ts +112 -0
  1712. package/lib/typescript/module/ui/utils/iconNames.d.ts.map +1 -0
  1713. package/lib/typescript/module/ui/utils/isWebBrowser.d.ts +9 -0
  1714. package/lib/typescript/module/ui/utils/isWebBrowser.d.ts.map +1 -0
  1715. package/lib/typescript/module/ui/utils/netConnectivity.d.ts +17 -0
  1716. package/lib/typescript/module/ui/utils/netConnectivity.d.ts.map +1 -0
  1717. package/lib/typescript/module/ui/utils/oauthReturn.d.ts +48 -0
  1718. package/lib/typescript/module/ui/utils/oauthReturn.d.ts.map +1 -0
  1719. package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +48 -0
  1720. package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -0
  1721. package/lib/typescript/module/ui/utils/storageHelpers.d.ts +28 -0
  1722. package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -0
  1723. package/lib/typescript/module/ui/utils/userUtils.d.ts +23 -0
  1724. package/lib/typescript/module/ui/utils/userUtils.d.ts.map +1 -0
  1725. package/lib/typescript/module/utils/hookUtils.d.ts +102 -0
  1726. package/lib/typescript/module/utils/hookUtils.d.ts.map +1 -0
  1727. package/lib/typescript/module/webauthn/passkeyClient.d.ts +20 -0
  1728. package/lib/typescript/module/webauthn/passkeyClient.d.ts.map +1 -0
  1729. package/lib/typescript/module/webauthn/passkeyClient.native.d.ts +15 -0
  1730. package/lib/typescript/module/webauthn/passkeyClient.native.d.ts.map +1 -0
  1731. package/lib/typescript/module/webauthn/passkeyClient.web.d.ts +36 -0
  1732. package/lib/typescript/module/webauthn/passkeyClient.web.d.ts.map +1 -0
  1733. package/lib/typescript/nativewind-env.d.ts +1 -0
  1734. package/lib/typescript/types/expo-crypto.d.ts +29 -0
  1735. package/lib/typescript/types/expo-document-picker.d.ts +36 -0
  1736. package/lib/typescript/types/expo-haptics.d.ts +42 -0
  1737. package/lib/typescript/types/expo-image-picker.d.ts +35 -0
  1738. package/lib/typescript/types/expo-secure-store.d.ts +22 -0
  1739. package/lib/typescript/types/express.d.ts +24 -0
  1740. package/lib/typescript/types/react-native-classname.d.ts +39 -0
  1741. package/lib/typescript/types/react-native-web-style.d.ts +27 -0
  1742. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_components","_reactNativeReanimated","_interopRequireWildcard","_MaterialCommunityIcons","_interopRequireDefault","_avatar","_avatarGroup","_button","_pressableScale","_compositionBar","_settingsList","_typography","_core","_AvatarCameraBadge","_primitives","_styles","_types","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ROW_ICON_SIZE","SWITCH_CARD_PILL_RADIUS","SWITCH_CARD_RADIUS","SWITCH_CARD_RADIUS_SETTLE","SWITCH_REVEAL_MS","SWITCH_AVATAR_SIZE","PRINCIPAL_AVATAR_SIZE","BADGE_GLYPH_SIZE","HERO_AVATAR_SIZE","FACEPILE_MAX","FACEPILE_AVATAR_SIZE","FACEPILE_OVERLAP","formatStorageGb","bytes","gb","Number","isInteger","Math","round","toFixed","AccountsMenuView","snapshot","principals","hero","theme","handlers","storage","menu","expanded","setExpanded","useState","listContentHeight","setListContentHeight","listProgress","useSharedValue","listStyle","useAnimatedStyle","height","value","opacity","chevronStyle","transform","rotate","switchCardStyle","borderRadius","interpolate","Extrapolation","CLAMP","storageSegment","setStorageSegment","toggleStorageSegment","useCallback","key","previous","toggleExpanded","next","withTiming","duration","loading","length","jsxs","View","className","children","jsx","name","size","color","colors","textSecondary","Text","busy","activatingContextId","removingContextId","removingPrincipalId","currentAccent","accentHex","primary","showPrincipalHeaders","showsPrincipalHeaders","contextRows","flatMap","principal","contexts","switchListKey","map","context","contextId","join","facepile","id","uri","avatarUrl","undefined","displayName","storageCategories","amount","usedBytes","max","limitBytes","contrast50","usageLabel","used","total","listItems","Fragment","principalIndex","PrincipalHeaderRow","removing","principalId","disabled","onSignOut","onRemovePrincipal","contextIndex","ContextRow","principalName","accent","resolveAccentHex","activating","onActivate","onRemove","onRemoveContext","AccountAffordanceRow","icon","label","onPress","onAdd","onManage","manageLabel","switchLabel","style","styles","PressableScale","onEditAvatar","accessibilityRole","accessibilityLabel","heroAvatarPressable","Avatar","source","heroAvatarRing","borderColor","pointerEvents","heroNameBlock","heroGreeting","text","numberOfLines","addressLine","heroAddress","Button","variant","overflow","HoverPressable","baseClassName","hoverClassName","AvatarGroup","items","layout","overlap","showInitials","ringColor","card","chevronCircle","backgroundColor","collapse","collapseMeasure","onLayout","event","nativeEvent","CompositionBar","categories","selectedKey","onSelect","hintLabel","formatReadout","percent","StorageChip","onUpgradeStorage","onManageStorage","SettingsListGroup","SettingsListItem","MenuIcon","title","onOpenData","onOpenSettings","onHelp","customItems","item","showChevron","Pressable","onPrivacy","onTerms","signOutLabel","handle","unavailable","canActivate","rowDisabled","removeLabel","account","person","accessibilityState","selected","isActive","currentAvatarRing","textTertiary","_default","exports"],"sourceRoot":"../../../../../src","sources":["ui/components/authChooser/AccountsMenuView.tsx"],"mappings":";;;;;;AA6BA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAC,uBAAA,CAAAH,OAAA;AAOA,IAAAI,uBAAA,GAAAC,sBAAA,CAAAL,OAAA;AACA,IAAAM,OAAA,GAAAN,OAAA;AACA,IAAAO,YAAA,GAAAP,OAAA;AACA,IAAAQ,OAAA,GAAAR,OAAA;AACA,IAAAS,eAAA,GAAAT,OAAA;AACA,IAAAU,eAAA,GAAAV,OAAA;AACA,IAAAW,aAAA,GAAAX,OAAA;AACA,IAAAY,WAAA,GAAAZ,OAAA;AACA,IAAAa,KAAA,GAAAb,OAAA;AAMA,IAAAc,kBAAA,GAAAT,sBAAA,CAAAL,OAAA;AACA,IAAAe,WAAA,GAAAf,OAAA;AACA,IAAAgB,OAAA,GAAAhB,OAAA;AACA,IAAAiB,MAAA,GAAAjB,OAAA;AAQiB,IAAAkB,WAAA,GAAAlB,OAAA;AAAA,SAAAK,uBAAAc,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAhB,wBAAAgB,CAAA,EAAAG,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAApB,uBAAA,YAAAA,CAAAgB,CAAA,EAAAG,CAAA,SAAAA,CAAA,IAAAH,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,MAAAO,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAR,OAAA,EAAAF,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAS,CAAA,MAAAF,CAAA,GAAAJ,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAE,CAAA,CAAAI,GAAA,CAAAX,CAAA,UAAAO,CAAA,CAAAK,GAAA,CAAAZ,CAAA,GAAAO,CAAA,CAAAM,GAAA,CAAAb,CAAA,EAAAS,CAAA,gBAAAN,CAAA,IAAAH,CAAA,gBAAAG,CAAA,OAAAW,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAG,CAAA,OAAAK,CAAA,IAAAD,CAAA,GAAAS,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAG,CAAA,OAAAK,CAAA,CAAAI,GAAA,IAAAJ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAN,CAAA,EAAAK,CAAA,IAAAC,CAAA,CAAAN,CAAA,IAAAH,CAAA,CAAAG,CAAA,WAAAM,CAAA,KAAAT,CAAA,EAAAG,CAAA;AA/DjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAuCA;AACA;AACA;AACA;AACA;AACA;AACA,GACA,MAAMgB,aAAa,GAAG,EAAE;AACxB;AACA;AACA;AACA;AACA;AACA,MAAMC,uBAAuB,GAAG,GAAG;AACnC,MAAMC,kBAAkB,GAAG,EAAE;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,yBAAyB,GAAG,GAAG;AACrC;AACA,MAAMC,gBAAgB,GAAG,GAAG;AAC5B;AACA,MAAMC,kBAAkB,GAAG,EAAE;AAC7B;AACA;AACA;AACA;AACA,MAAMC,qBAAqB,GAAG,EAAE;AAChC;AACA,MAAMC,gBAAgB,GAAG,EAAE;AAC3B;AACA,MAAMC,gBAAgB,GAAG,EAAE;AAC3B;AACA,MAAMC,YAAY,GAAG,CAAC;AACtB;AACA,MAAMC,oBAAoB,GAAG,EAAE;AAC/B;AACA;AACA;AACA;AACA;AACA,MAAMC,gBAAgB,GAAG,CAAC;;AAE1B;AACA;AACA;AACA;AACA,SAASC,eAAeA,CAACC,KAAa,EAAU;EAC9C,MAAMC,EAAE,GAAGD,KAAK,GAAG,IAAI,IAAI,CAAC;EAC5B,IAAIC,EAAE,IAAI,GAAG,IAAIC,MAAM,CAACC,SAAS,CAACF,EAAE,CAAC,EAAE,OAAO,GAAGG,IAAI,CAACC,KAAK,CAACJ,EAAE,CAAC,KAAK;EACpE,OAAO,GAAGA,EAAE,CAACK,OAAO,CAAC,CAAC,CAAC,KAAK;AAC9B;AAeA,MAAMC,gBAAiD,GAAGA,CAAC;EACzDC,QAAQ;EACRC,UAAU;EACVC,IAAI;EACJC,KAAK;EACLxC,CAAC;EACDyC,QAAQ;EACRC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,QAAQ,EAAEC,WAAW,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAC/C;EACA;EACA;EACA;EACA,MAAM,CAACC,iBAAiB,EAAEC,oBAAoB,CAAC,GAAG,IAAAF,eAAQ,EAAC,CAAC,CAAC;EAC7D;EACA;EACA;EACA;EACA,MAAMG,YAAY,GAAG,IAAAC,qCAAc,EAAC,CAAC,CAAC;EACtC,MAAMC,SAAS,GAAG,IAAAC,uCAAgB,EAChC,OAAO;IAAEC,MAAM,EAAEJ,YAAY,CAACK,KAAK,GAAGP,iBAAiB;IAAEQ,OAAO,EAAEN,YAAY,CAACK;EAAM,CAAC,CAAC,EACvF,CAACL,YAAY,EAAEF,iBAAiB,CAClC,CAAC;EACD,MAAMS,YAAY,GAAG,IAAAJ,uCAAgB,EACnC,OAAO;IAAEK,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAE,GAAGT,YAAY,CAACK,KAAK,GAAG,GAAG;IAAM,CAAC;EAAE,CAAC,CAAC,EACrE,CAACL,YAAY,CACf,CAAC;EACD;EACA;EACA;EACA;EACA,MAAMU,eAAe,GAAG,IAAAP,uCAAgB,EACtC,OAAO;IACLQ,YAAY,EAAE,IAAAC,kCAAW,EACvBZ,YAAY,CAACK,KAAK,EAClB,CAAC,CAAC,EAAEnC,yBAAyB,CAAC,EAC9B,CAACF,uBAAuB,EAAEC,kBAAkB,CAAC,EAC7C4C,oCAAa,CAACC,KAChB;EACF,CAAC,CAAC,EACF,CAACd,YAAY,CACf,CAAC;EACD;EACA;EACA;EACA,MAAM,CAACe,cAAc,EAAEC,iBAAiB,CAAC,GAAG,IAAAnB,eAAQ,EAAgB,IAAI,CAAC;EACzE,MAAMoB,oBAAoB,GAAG,IAAAC,kBAAW,EACrCC,GAAW,IAAKH,iBAAiB,CAAEI,QAAQ,IAAMA,QAAQ,KAAKD,GAAG,GAAG,IAAI,GAAGA,GAAI,CAAC,EACjF,EACF,CAAC;EACD,MAAME,cAAc,GAAG,IAAAH,kBAAW,EAAC,MAAM;IACvC,MAAMI,IAAI,GAAG,CAAC3B,QAAQ;IACtBC,WAAW,CAAC0B,IAAI,CAAC;IACjBtB,YAAY,CAACK,KAAK,GAAG,IAAAkB,iCAAU,EAACD,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;MAAEE,QAAQ,EAAErD;IAAiB,CAAC,CAAC;EAC/E,CAAC,EAAE,CAACwB,QAAQ,EAAEK,YAAY,CAAC,CAAC;EAE5B,IAAIZ,QAAQ,CAACqC,OAAO,IAAIpC,UAAU,CAACqC,MAAM,KAAK,CAAC,EAAE;IAC/C,oBACE,IAAA/E,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC,sDAAsD;MAAAC,QAAA,gBACpE,IAAAnF,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;QAACkF,IAAI,EAAC,SAAS;QAACC,IAAI,EAAE,EAAG;QAACC,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACC;MAAc,CAAE,CAAC,eACtF,IAAAzF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;QAACR,SAAS,EAAC,2CAA2C;QAAAC,QAAA,EACxD/E,CAAC,CAAC,yBAAyB;MAAC,CACzB,CAAC;IAAA,CACH,CAAC;EAEX;;EAEA;EACA;EACA;EACA,MAAMuF,IAAI,GACRlD,QAAQ,CAACmD,mBAAmB,KAAK,IAAI,IACrCnD,QAAQ,CAACoD,iBAAiB,KAAK,IAAI,IACnCpD,QAAQ,CAACqD,mBAAmB,KAAK,IAAI;EACvC,MAAMC,aAAa,GAAGpD,IAAI,EAAEqD,SAAS,IAAIpD,KAAK,CAAC4C,MAAM,CAACS,OAAO;EAC7D;EACA;EACA;EACA,MAAMC,oBAAoB,GAAG,IAAAC,2BAAqB,EAACzD,UAAU,CAAC;EAC9D,MAAM0D,WAAW,GAAG1D,UAAU,CAAC2D,OAAO,CAAEC,SAAS,IAAKA,SAAS,CAACC,QAAQ,CAAC;EACzE;EACA;EACA,MAAMC,aAAa,GAAGJ,WAAW,CAACK,GAAG,CAAEC,OAAO,IAAKA,OAAO,CAACC,SAAS,CAAC,CAACC,IAAI,CAAC,GAAG,CAAC;EAC/E,MAAMC,QAA2B,GAAGT,WAAW,CAACK,GAAG,CAAEC,OAAO,KAAM;IAChEI,EAAE,EAAEJ,OAAO,CAACC,SAAS;IACrBI,GAAG,EAAEL,OAAO,CAACM,SAAS,IAAIC,SAAS;IACnCC,WAAW,EAAER,OAAO,CAACQ;EACvB,CAAC,CAAC,CAAC;;EAEH;EACA;EACA;EACA,MAAMC,iBAAwC,GAAGrE,OAAO,GACpD,CACE;IACE0B,GAAG,EAAE,MAAM;IACXa,IAAI,EAAEjF,CAAC,CAAC,0BAA0B,CAAC;IACnCgH,MAAM,EAAEtE,OAAO,CAACuE,SAAS;IACzB9B,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACS;EACtB,CAAC,EACD;IACEzB,GAAG,EAAE,MAAM;IACXa,IAAI,EAAEjF,CAAC,CAAC,0BAA0B,CAAC;IACnCgH,MAAM,EAAE/E,IAAI,CAACiF,GAAG,CAAC,CAAC,EAAExE,OAAO,CAACyE,UAAU,GAAGzE,OAAO,CAACuE,SAAS,CAAC;IAC3D9B,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACgC;EACtB,CAAC,CACF,GACD,EAAE;EACN,MAAMC,UAAU,GAAG3E,OAAO,GACtB1C,CAAC,CAAC,2BAA2B,EAAE;IAC7BsH,IAAI,EAAE1F,eAAe,CAACc,OAAO,CAACuE,SAAS,CAAC;IACxCM,KAAK,EAAE3F,eAAe,CAACc,OAAO,CAACyE,UAAU;EAC3C,CAAC,CAAC,GACFnH,CAAC,CAAC,iCAAiC,CAAC;;EAExC;EACA;EACA;EACA;EACA;EACA;EACA,MAAMwH,SAAS,gBACb,IAAA5H,WAAA,CAAAgF,IAAA,EAAAhF,WAAA,CAAA6H,QAAA;IAAA1C,QAAA,GACGzC,UAAU,CAAC+D,GAAG,CAAC,CAACH,SAAS,EAAEwB,cAAc,kBACxC,IAAA9H,WAAA,CAAAgF,IAAA,EAACnG,MAAA,CAAAgJ,QAAQ;MAAA1C,QAAA,GACN2C,cAAc,GAAG,CAAC,gBAAG,IAAA9H,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;QAACC,SAAS,EAAC;MAA2B,CAAE,CAAC,GAAG,IAAI,EAC1EgB,oBAAoB,gBACnB,IAAAlG,WAAA,CAAAoF,GAAA,EAAC2C,kBAAkB;QACjBzB,SAAS,EAAEA,SAAU;QACrB0B,QAAQ,EAAEvF,QAAQ,CAACqD,mBAAmB,KAAKQ,SAAS,CAAC2B,WAAY;QACjEC,QAAQ,EAAEvC,IAAK;QACfwC,SAAS,EAAEA,CAAA,KAAMtF,QAAQ,CAACuF,iBAAiB,CAAC9B,SAAS,CAAC2B,WAAW,CAAE;QACnErF,KAAK,EAAEA,KAAM;QACbxC,CAAC,EAAEA;MAAE,CACN,CAAC,GACA,IAAI,EACPkG,SAAS,CAACC,QAAQ,CAACE,GAAG,CAAC,CAACC,OAAO,EAAE2B,YAAY,kBAC5C,IAAArI,WAAA,CAAAgF,IAAA,EAACnG,MAAA,CAAAgJ,QAAQ;QAAA1C,QAAA,GACNkD,YAAY,GAAG,CAAC,IAAInC,oBAAoB,gBACvC,IAAAlG,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;UAACC,SAAS,EAAC;QAAuC,CAAE,CAAC,GACxD,IAAI,eACR,IAAAlF,WAAA,CAAAoF,GAAA,EAACkD,UAAU;UACT5B,OAAO,EAAEA,OAAQ;UACjB6B,aAAa,EAAEjC,SAAS,CAACY,WAAY;UACrCsB,MAAM,EAAE,IAAAC,uBAAgB,EAAC/B,OAAO,CAACnB,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACS,OAAO,CAAE;UAC9DyC,UAAU,EAAEjG,QAAQ,CAACmD,mBAAmB,KAAKc,OAAO,CAACC,SAAU;UAC/DqB,QAAQ,EAAEvF,QAAQ,CAACoD,iBAAiB,KAAKa,OAAO,CAACC,SAAU;UAC3DuB,QAAQ,EAAEvC,IAAK;UACfgD,UAAU,EAAEA,CAAA,KAAM9F,QAAQ,CAAC8F,UAAU,CAACjC,OAAO,CAACC,SAAS,CAAE;UACzDiC,QAAQ,EAAEA,CAAA,KAAM/F,QAAQ,CAACgG,eAAe,CAACnC,OAAO,CAACC,SAAS,CAAE;UAC5D/D,KAAK,EAAEA,KAAM;UACbxC,CAAC,EAAEA;QAAE,CACN,CAAC;MAAA,GAfWsG,OAAO,CAACC,SAgBb,CACX,CAAC;IAAA,GA9BWL,SAAS,CAAC2B,WA+Bf,CACX,CAAC,eAEF,IAAAjI,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC;IAAuC,CAAE,CAAC,eAC1D,IAAAlF,WAAA,CAAAoF,GAAA,EAAC0D,oBAAoB;MACnBC,IAAI,EAAC,MAAM;MACXC,KAAK,EAAE5I,CAAC,CAAC,wBAAwB,CAAE;MACnC6I,OAAO,EAAEpG,QAAQ,CAACqG,KAAM;MACxBhB,QAAQ,EAAEvC,IAAK;MACf/C,KAAK,EAAEA;IAAM,CACd,CAAC,eACF,IAAA5C,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC;IAAuC,CAAE,CAAC,eAC1D,IAAAlF,WAAA,CAAAoF,GAAA,EAAC0D,oBAAoB;MACnBC,IAAI,EAAC,0BAA0B;MAC/BC,KAAK,EAAE5I,CAAC,CAAC,gCAAgC,CAAE;MAC3C6I,OAAO,EAAEpG,QAAQ,CAACsG,QAAS;MAC3BjB,QAAQ,EAAEvC,IAAK;MACf/C,KAAK,EAAEA;IAAM,CACd,CAAC;EAAA,CACF,CACH;EAED,MAAMwG,WAAW,GAAGhJ,CAAC,CAAC,oBAAoB,CAAC;EAC3C,MAAMiJ,WAAW,GAAGjJ,CAAC,CAAC,2BAA2B,CAAC;EAElD,oBACE,IAAAJ,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;IAAAE,QAAA,gBAKH,IAAAnF,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;MAACqE,KAAK,EAAEC,yBAAM,CAAC5G,IAAK;MAAAwC,QAAA,GACtBxC,IAAI,gBACH,IAAA3C,WAAA,CAAAgF,IAAA,EAAAhF,WAAA,CAAA6H,QAAA;QAAA1C,QAAA,gBACE,IAAAnF,WAAA,CAAAgF,IAAA,EAACzF,eAAA,CAAAiK,cAAc;UACbP,OAAO,EAAEpG,QAAQ,CAAC4G,YAAa;UAC/BC,iBAAiB,EAAC,QAAQ;UAC1BC,kBAAkB,EAAEvJ,CAAC,CAAC,0BAA0B,CAAE;UAClDkJ,KAAK,EAAEC,yBAAM,CAACK,mBAAoB;UAAAzE,QAAA,gBAElC,IAAAnF,WAAA,CAAAoF,GAAA,EAAChG,OAAA,CAAAyK,MAAM;YACLC,MAAM,EAAEnH,IAAI,CAACqE,SAAS,IAAIC,SAAU;YACpC5B,IAAI,EAAE1C,IAAI,CAACuE,WAAY;YACvB5B,IAAI,EAAE1D;UAAiB,CACxB,CAAC,eACF,IAAA5B,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;YACHqE,KAAK,EAAE,CAACC,yBAAM,CAACQ,cAAc,EAAE;cAAEC,WAAW,EAAEjE;YAAc,CAAC,CAAE;YAC/DkE,aAAa,EAAC;UAAM,CACrB,CAAC,eACF,IAAAjK,WAAA,CAAAoF,GAAA,EAACxF,kBAAA,CAAAO,OAAiB,IAAE,CAAC;QAAA,CACP,CAAC,eACjB,IAAAH,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;UAACqE,KAAK,EAAEC,yBAAM,CAACW,aAAc;UAAA/E,QAAA,gBAChC,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;YAAC4D,KAAK,EAAE,CAACC,yBAAM,CAACY,YAAY,EAAE;cAAE5E,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAAC4E;YAAK,CAAC,CAAE;YAACC,aAAa,EAAE,CAAE;YAAAlF,QAAA,EAChF/E,CAAC,CAAC,sBAAsB,EAAE;cAAEiF,IAAI,EAAE1C,IAAI,CAACuE;YAAY,CAAC;UAAC,CAClD,CAAC,EACNvE,IAAI,CAAC2H,WAAW,gBACf,IAAAtK,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;YACH4D,KAAK,EAAE,CAACC,yBAAM,CAACgB,WAAW,EAAE;cAAEhF,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACC;YAAc,CAAC,CAAE;YACnE4E,aAAa,EAAE,CAAE;YAAAlF,QAAA,EAEhBxC,IAAI,CAAC2H;UAAW,CACb,CAAC,GACL,IAAI;QAAA,CACJ,CAAC;MAAA,CACP,CAAC,GACD,IAAI,eAIR,IAAAtK,WAAA,CAAAoF,GAAA,EAAC9F,OAAA,CAAAkL,MAAM;QACLC,OAAO,EAAC,WAAW;QACnBnF,IAAI,EAAC,OAAO;QACZ2D,OAAO,EAAEpG,QAAQ,CAACsG,QAAS;QAC3BQ,kBAAkB,EAAEP,WAAY;QAAAjE,QAAA,EAE/BiE;MAAW,CACN,CAAC;IAAA,CACL,CAAC,eAKP,IAAApJ,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC,aAAa;MAAAC,QAAA,eAC3B,IAAAnF,WAAA,CAAAoF,GAAA,EAACpG,sBAAA,CAAAmB,OAAQ,CAAC8E,IAAI;QAACqE,KAAK,EAAE,CAAC;UAAEoB,QAAQ,EAAE;QAAS,CAAC,EAAE3G,eAAe,CAAE;QAAAoB,QAAA,eAC9D,IAAAnF,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;UAACC,SAAS,EAAC,SAAS;UAAAC,QAAA,gBACzB,IAAAnF,WAAA,CAAAgF,IAAA,EAACnF,WAAA,CAAA8K,cAAc;YACbC,aAAa,EAAE,wEACbjF,IAAI,GAAG,aAAa,GAAG,EAAE,EACxB;YACHkF,cAAc,EAAC,mBAAmB;YAClC5B,OAAO,EAAEvE,cAAe;YACxBwD,QAAQ,EAAEvC,IAAK;YACf+D,iBAAiB,EAAC;YAClB;YACA;YACA;YACA;YAAA;YACA,iBAAe1G,QAAS;YACxB2G,kBAAkB,EAAEN,WAAY;YAAAlE,QAAA,gBAEhC,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;cAACR,SAAS,EAAC,4BAA4B;cAACmF,aAAa,EAAE,CAAE;cAAAlF,QAAA,EAC3DkE;YAAW,CACR,CAAC,EAGNrG,QAAQ,GAAG,IAAI,gBACd,IAAAhD,WAAA,CAAAoF,GAAA,EAAC/F,YAAA,CAAAyL,WAAW;cACVC,KAAK,EAAElE,QAAS;cAChBmE,MAAM,EAAC,OAAO;cACd1F,IAAI,EAAExD,oBAAqB;cAC3BwF,GAAG,EAAEzF,YAAa;cAClBoJ,OAAO,EAAElJ,gBAAiB;cAC1B0I,OAAO,EAAC,OAAO;cACfS,YAAY;cACZC,SAAS,EAAEvI,KAAK,CAAC4C,MAAM,CAAC4F;YAAK,CAC9B,CACF,eACD,IAAApL,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;cAACqE,KAAK,EAAE,CAACC,yBAAM,CAAC8B,aAAa,EAAE;gBAAEC,eAAe,EAAE1I,KAAK,CAAC4C,MAAM,CAACgC;cAAW,CAAC,CAAE;cAAArC,QAAA,eAChF,IAAAnF,WAAA,CAAAoF,GAAA,EAACpG,sBAAA,CAAAmB,OAAQ,CAAC8E,IAAI;gBAACqE,KAAK,EAAE1F,YAAa;gBAAAuB,QAAA,eACjC,IAAAnF,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;kBAACkF,IAAI,EAAC,cAAc;kBAACC,IAAI,EAAE,EAAG;kBAACC,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAAC4E;gBAAK,CAAE;cAAC,CACrE;YAAC,CACZ,CAAC;UAAA,CACO,CAAC,eAKjB,IAAApK,WAAA,CAAAoF,GAAA,EAACpG,sBAAA,CAAAmB,OAAQ,CAAC8E,IAAI;YACZqE,KAAK,EAAE,CAACC,yBAAM,CAACgC,QAAQ,EAAEhI,SAAS,CAAE;YACpC0G,aAAa,EAAEjH,QAAQ,GAAG,MAAM,GAAG,MAAO;YAAAmC,QAAA,eAE1C,IAAAnF,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;cAEHqE,KAAK,EAAEC,yBAAM,CAACiC,eAAgB;cAC9BC,QAAQ,EAAGC,KAAK,IAAKtI,oBAAoB,CAACsI,KAAK,CAACC,WAAW,CAACX,MAAM,CAACvH,MAAM,CAAE;cAAA0B,QAAA,eAE3E,IAAAnF,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;gBAAAE,QAAA,EAAEyC;cAAS,CAAO;YAAC,GAJnBpB,aAKD;UAAC,CACM,CAAC;QAAA,CACV;MAAC,CACM;IAAC,CACZ,CAAC,eAMP,IAAAxG,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC,uFAAuF;MAAAC,QAAA,gBACrG,IAAAnF,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;QAACC,SAAS,EAAC,iDAAiD;QAAAC,QAAA,gBAC/D,IAAAnF,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;UAACC,SAAS,EAAC,uBAAuB;UAAAC,QAAA,eACrC,IAAAnF,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;YACrBkF,IAAI,EAAC,eAAe;YACpBC,IAAI,EAAElE,aAAc;YACpBmE,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACC;UAAc,CACnC;QAAC,CACE,CAAC,eACP,IAAAzF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;UAACR,SAAS,EAAC,0CAA0C;UAACmF,aAAa,EAAE,CAAE;UAAAlF,QAAA,EACzE/E,CAAC,CAAC,2BAA2B;QAAC,CAC3B,CAAC;MAAA,CACH,CAAC,eACP,IAAAJ,WAAA,CAAAoF,GAAA,EAAC5F,eAAA,CAAAoM,cAAc;QACbC,UAAU,EAAE1E,iBAAkB;QAC9B2E,WAAW,EAAE1H,cAAe;QAC5B2H,QAAQ,EAAEzH,oBAAqB;QAC/B0H,SAAS,EAAEvE,UAAW;QACtBwE,aAAa,EAAEA,CAAChK,KAAK,EAAEiK,OAAO,KAAK,GAAGlK,eAAe,CAACC,KAAK,CAAC,MAAMiK,OAAO;MAAI,CAC9E,CAAC,eACF,IAAAlM,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;QAACC,SAAS,EAAC,sBAAsB;QAAAC,QAAA,gBACpC,IAAAnF,WAAA,CAAAoF,GAAA,EAAC+G,WAAW;UAACnD,KAAK,EAAE5I,CAAC,CAAC,6BAA6B,CAAE;UAAC6I,OAAO,EAAElG,IAAI,CAACqJ;QAAiB,CAAE,CAAC,eACxF,IAAApM,WAAA,CAAAoF,GAAA,EAAC+G,WAAW;UAACnD,KAAK,EAAE5I,CAAC,CAAC,4BAA4B,CAAE;UAAC6I,OAAO,EAAElG,IAAI,CAACsJ;QAAgB,CAAE,CAAC;MAAA,CAClF,CAAC;IAAA,CACH,CAAC,eAGP,IAAArM,WAAA,CAAAgF,IAAA,EAACvF,aAAA,CAAA6M,iBAAiB;MAAAnH,QAAA,gBAChB,IAAAnF,WAAA,CAAAoF,GAAA,EAAC3F,aAAA,CAAA8M,gBAAgB;QACfxD,IAAI,eAAE,IAAA/I,WAAA,CAAAoF,GAAA,EAACoH,QAAQ;UAACnH,IAAI,EAAC,iBAAiB;UAACzC,KAAK,EAAEA;QAAM,CAAE,CAAE;QACxD6J,KAAK,EAAErM,CAAC,CAAC,kBAAkB,CAAE;QAC7B6I,OAAO,EAAElG,IAAI,CAAC2J;MAAW,CAC1B,CAAC,eACF,IAAA1M,WAAA,CAAAoF,GAAA,EAAC3F,aAAA,CAAA8M,gBAAgB;QACfxD,IAAI,eAAE,IAAA/I,WAAA,CAAAoF,GAAA,EAACoH,QAAQ;UAACnH,IAAI,EAAC,aAAa;UAACzC,KAAK,EAAEA;QAAM,CAAE,CAAE;QACpD6J,KAAK,EAAErM,CAAC,CAAC,sBAAsB,CAAE;QACjC6I,OAAO,EAAElG,IAAI,CAAC4J;MAAe,CAC9B,CAAC,eACF,IAAA3M,WAAA,CAAAoF,GAAA,EAAC3F,aAAA,CAAA8M,gBAAgB;QACfxD,IAAI,eAAE,IAAA/I,WAAA,CAAAoF,GAAA,EAACoH,QAAQ;UAACnH,IAAI,EAAC,qBAAqB;UAACzC,KAAK,EAAEA;QAAM,CAAE,CAAE;QAC5D6J,KAAK,EAAErM,CAAC,CAAC,kBAAkB,CAAE;QAC7B6I,OAAO,EAAElG,IAAI,CAAC6J;MAAO,CACtB,CAAC,EACD7J,IAAI,CAAC8J,WAAW,CAACpG,GAAG,CAAEqG,IAAI,iBACzB,IAAA9M,WAAA,CAAAoF,GAAA,EAAC3F,aAAA,CAAA8M,gBAAgB;QAEfxD,IAAI,eAAE,IAAA/I,WAAA,CAAAoF,GAAA,EAACoH,QAAQ;UAACnH,IAAI,EAAGyH,IAAI,CAAC/D,IAAI,IAAI,iBAAmE;UAACnG,KAAK,EAAEA;QAAM,CAAE,CAAE;QACzH6J,KAAK,EAAEK,IAAI,CAAC9D,KAAM;QAClBC,OAAO,EAAE6D,IAAI,CAAC7D;MAAQ,GAHjB6D,IAAI,CAACtI,GAIX,CACF,CAAC,eACF,IAAAxE,WAAA,CAAAoF,GAAA,EAAC3F,aAAA,CAAA8M,gBAAgB;QACfxD,IAAI,eAAE,IAAA/I,WAAA,CAAAoF,GAAA,EAACoH,QAAQ;UAACnH,IAAI,EAAC,QAAQ;UAACzC,KAAK,EAAEA;QAAM,CAAE,CAAE;QAC/C6J,KAAK,EAAErM,CAAC,CAAC,qBAAqB,CAAE;QAChC6I,OAAO,EAAElG,IAAI,CAACoF,SAAU;QACxB4E,WAAW,EAAE;MAAM,CACpB,CAAC;IAAA,CACe,CAAC,eAGpB,IAAA/M,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC,0EAA0E;MAAAC,QAAA,gBACxF,IAAAnF,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAiO,SAAS;QAAC/D,OAAO,EAAElG,IAAI,CAACkK,SAAU;QAACvD,iBAAiB,EAAC,MAAM;QAAAvE,QAAA,eAC1D,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;UAACR,SAAS,EAAC,oCAAoC;UAAAC,QAAA,EAAE/E,CAAC,CAAC,qBAAqB;QAAC,CAAO;MAAC,CAC7E,CAAC,eACZ,IAAAJ,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;QAACR,SAAS,EAAC,mCAAmC;QAAAC,QAAA,EAAC;MAAC,CAAM,CAAC,eAC5D,IAAAnF,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAiO,SAAS;QAAC/D,OAAO,EAAElG,IAAI,CAACmK,OAAQ;QAACxD,iBAAiB,EAAC,MAAM;QAAAvE,QAAA,eACxD,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;UAACR,SAAS,EAAC,oCAAoC;UAAAC,QAAA,EAAE/E,CAAC,CAAC,mBAAmB;QAAC,CAAO;MAAC,CAC3E,CAAC;IAAA,CACR,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM2H,kBAOJ,GAAGA,CAAC;EAAEzB,SAAS;EAAE0B,QAAQ;EAAEE,QAAQ;EAAEC,SAAS;EAAEvF,KAAK;EAAExC;AAAE,CAAC,KAAK;EAC/D,MAAM+M,YAAY,GAAG/M,CAAC,CAAC,mCAAmC,EAAE;IAAEiF,IAAI,EAAEiB,SAAS,CAACY;EAAY,CAAC,CAAC;EAC5F,oBACE,IAAAlH,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;IAACC,SAAS,EAAC,uEAAuE;IAAAC,QAAA,gBACrF,IAAAnF,WAAA,CAAAoF,GAAA,EAAChG,OAAA,CAAAyK,MAAM;MACLC,MAAM,EAAExD,SAAS,CAACU,SAAS,IAAIC,SAAU;MACzCwD,OAAO,EAAC,OAAO;MACfpF,IAAI,EAAEiB,SAAS,CAACY,WAAY;MAC5B5B,IAAI,EAAE5D;IAAsB,CAC7B,CAAC,eACF,IAAA1B,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;MAACC,SAAS,EAAC,gBAAgB;MAAAC,QAAA,gBAC9B,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;QAACR,SAAS,EAAC,sCAAsC;QAACmF,aAAa,EAAE,CAAE;QAAAlF,QAAA,EACrEmB,SAAS,CAACY;MAAW,CAClB,CAAC,EACNZ,SAAS,CAAC8G,MAAM,gBACf,IAAApN,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;QAACR,SAAS,EAAC,iCAAiC;QAACmF,aAAa,EAAE,CAAE;QAAAlF,QAAA,EAChE,IAAImB,SAAS,CAAC8G,MAAM;MAAE,CACnB,CAAC,GACL,IAAI;IAAA,CACJ,CAAC,eACP,IAAApN,WAAA,CAAAoF,GAAA,EAACvF,WAAA,CAAA8K,cAAc;MACbC,aAAa,EAAE,yCAAyC1C,QAAQ,GAAG,aAAa,GAAG,EAAE,EAAG;MACxF2C,cAAc,EAAC,mBAAmB;MAClC5B,OAAO,EAAEd,SAAU;MACnBD,QAAQ,EAAEA,QAAS;MACnBwB,iBAAiB,EAAC,QAAQ;MAC1BC,kBAAkB,EAAEwD,YAAa;MAAAhI,QAAA,EAEhC6C,QAAQ,gBACP,IAAAhI,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;QAACkF,IAAI,EAAC,SAAS;QAACC,IAAI,EAAE,EAAG;QAACC,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACC;MAAc,CAAE,CAAC,gBAEtF,IAAAzF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;QAACR,SAAS,EAAC,kCAAkC;QAAAC,QAAA,EAAE/E,CAAC,CAAC,qBAAqB;MAAC,CAAO;IACpF,CACa,CAAC;EAAA,CACb,CAAC;AAEX,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMkI,UAgBJ,GAAGA,CAAC;EACJ5B,OAAO;EACP6B,aAAa;EACbC,MAAM;EACNE,UAAU;EACVV,QAAQ;EACRE,QAAQ;EACRS,UAAU;EACVC,QAAQ;EACRhG,KAAK;EACLxC;AACF,CAAC,KAAK;EACJ,MAAMiN,WAAW,GAAG,CAAC3G,OAAO,CAAC4G,WAAW;EACxC,MAAMC,WAAW,GAAGrF,QAAQ,IAAImF,WAAW;EAC3C,MAAMG,WAAW,GAAGpN,CAAC,CAAC,gCAAgC,EAAE;IACtDqN,OAAO,EAAE/G,OAAO,CAACQ,WAAW;IAC5BwG,MAAM,EAAEnF;EACV,CAAC,CAAC;EACF,oBACE,IAAAvI,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;IAACC,SAAS,EAAC,uBAAuB;IAAAC,QAAA,gBACrC,IAAAnF,WAAA,CAAAgF,IAAA,EAACnF,WAAA,CAAA8K,cAAc;MACbC,aAAa,EAAE,0EACb2C,WAAW,GAAG,aAAa,GAAG,EAAE,EAC/B;MACH1C,cAAc,EAAC,mBAAmB;MAClC5B,OAAO,EAAEN,UAAW;MACpBT,QAAQ,EAAEqF,WAAY;MACtB7D,iBAAiB,EAAC,QAAQ;MAC1BiE,kBAAkB,EAAE;QAAEC,QAAQ,EAAElH,OAAO,CAACmH,QAAQ;QAAE3F,QAAQ,EAAEqF;MAAY,CAAE;MAC1E5D,kBAAkB,EAAEjD,OAAO,CAACQ,WAAY;MAAA/B,QAAA,gBAExC,IAAAnF,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;QAAAE,QAAA,gBACH,IAAAnF,WAAA,CAAAoF,GAAA,EAAChG,OAAA,CAAAyK,MAAM;UACLC,MAAM,EAAEpD,OAAO,CAACM,SAAS,IAAIC,SAAU;UACvCwD,OAAO,EAAC,OAAO;UACfpF,IAAI,EAAEqB,OAAO,CAACQ,WAAY;UAC1B5B,IAAI,EAAE7D;QAAmB,CAC1B,CAAC,EAGDiF,OAAO,CAACmH,QAAQ,gBACf,IAAA7N,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;UAACqE,KAAK,EAAE,CAACC,yBAAM,CAACuE,iBAAiB,EAAE;YAAE9D,WAAW,EAAExB;UAAO,CAAC,CAAE;UAACyB,aAAa,EAAC;QAAM,CAAE,CAAC,GACvF,IAAI;MAAA,CACJ,CAAC,eACP,IAAAjK,WAAA,CAAAgF,IAAA,EAACjG,WAAA,CAAAkG,IAAI;QAACC,SAAS,EAAC,gBAAgB;QAAAC,QAAA,gBAC9B,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;UAACR,SAAS,EAAC,mCAAmC;UAACmF,aAAa,EAAE,CAAE;UAAAlF,QAAA,EAClEuB,OAAO,CAACQ;QAAW,CAChB,CAAC,eACP,IAAAlH,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;UAACR,SAAS,EAAC,kCAAkC;UAACmF,aAAa,EAAE,CAAE;UAAAlF,QAAA,EACjEkI,WAAW,GACRjN,CAAC,CAAC,qCAAqC,CAAC,GACxCsG,OAAO,CAAC0G,MAAM,GACZ,IAAI1G,OAAO,CAAC0G,MAAM,EAAE,GACpB;QAAE,CACJ,CAAC;MAAA,CACH,CAAC,EACN1E,UAAU,gBACT,IAAA1I,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;QAACkF,IAAI,EAAC,SAAS;QAACC,IAAI,EAAE,EAAG;QAACC,KAAK,EAAEiD;MAAO,CAAE,CAAC,GAChE,IAAI;IAAA,CACM,CAAC,eACjB,IAAAxI,WAAA,CAAAoF,GAAA,EAACvF,WAAA,CAAA8K,cAAc;MACbC,aAAa,EAAE,wBAAwB1C,QAAQ,GAAG,aAAa,GAAG,EAAE,EAAG;MACvE2C,cAAc,EAAC,mBAAmB;MAClC5B,OAAO,EAAEL,QAAS;MAClBV,QAAQ,EAAEA,QAAS;MACnBwB,iBAAiB,EAAC,QAAQ;MAC1BC,kBAAkB,EAAE6D,WAAY;MAAArI,QAAA,eAEhC,IAAAnF,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;QACrBkF,IAAI,EAAE2C,QAAQ,GAAG,SAAS,GAAG,OAAQ;QACrC1C,IAAI,EAAE,EAAG;QACTC,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACuI;MAAa,CAClC;IAAC,CACY,CAAC;EAAA,CACb,CAAC;AAEX,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,MAAMjF,oBAMJ,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAEC,OAAO;EAAEf,QAAQ;EAAEtF;AAAM,CAAC,kBAC7C,IAAA5C,WAAA,CAAAgF,IAAA,EAACnF,WAAA,CAAA8K,cAAc;EACbC,aAAa,EAAE,2DACb1C,QAAQ,GAAG,aAAa,GAAG,EAAE,EAC5B;EACH2C,cAAc,EAAC,mBAAmB;EAClC5B,OAAO,EAAEA,OAAQ;EACjBf,QAAQ,EAAEA,QAAS;EACnBwB,iBAAiB,EAAC,QAAQ;EAC1BC,kBAAkB,EAAEX,KAAM;EAAA7D,QAAA,gBAE1B,IAAAnF,WAAA,CAAAoF,GAAA,EAACrG,WAAA,CAAAkG,IAAI;IAACC,SAAS,EAAC,uFAAuF;IAAAC,QAAA,eACrG,IAAAnF,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;MACrBkF,IAAI,EAAE0D,IAAK;MACXzD,IAAI,EAAE3D,gBAAiB;MACvB4D,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACC;IAAc,CACnC;EAAC,CACE,CAAC,eACP,IAAAzF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;IAACR,SAAS,EAAC,0CAA0C;IAACmF,aAAa,EAAE,CAAE;IAAAlF,QAAA,EACzE6D;EAAK,CACF,CAAC;AAAA,CACO,CACjB;;AAED;AACA;AACA;AACA;AACA,MAAMwD,QAGJ,GAAGA,CAAC;EAAEnH,IAAI;EAAEzC;AAAM,CAAC,kBACnB,IAAA5C,WAAA,CAAAoF,GAAA,EAAClG,uBAAA,CAAAiB,OAAsB;EAACkF,IAAI,EAAEA,IAAK;EAACC,IAAI,EAAElE,aAAc;EAACmE,KAAK,EAAE3C,KAAK,CAAC4C,MAAM,CAACC;AAAc,CAAE,CAC9F;;AAED;AACA,MAAM0G,WAA6D,GAAGA,CAAC;EAAEnD,KAAK;EAAEC;AAAQ,CAAC,kBACvF,IAAAjJ,WAAA,CAAAoF,GAAA,EAACvF,WAAA,CAAA8K,cAAc;EACbC,aAAa,EAAC,kEAAkE;EAChFC,cAAc,EAAC,mBAAmB;EAClC5B,OAAO,EAAEA,OAAQ;EACjBS,iBAAiB,EAAC,QAAQ;EAC1BC,kBAAkB,EAAEX,KAAM;EAAA7D,QAAA,eAE1B,IAAAnF,WAAA,CAAAoF,GAAA,EAAC1F,WAAA,CAAAgG,IAAI;IAACR,SAAS,EAAC,wCAAwC;IAAAC,QAAA,EAAE6D;EAAK,CAAO;AAAC,CACzD,CACjB;AAAC,IAAAgF,QAAA,GAAAC,OAAA,CAAA9N,OAAA,GAEaqC,gBAAgB","ignoreList":[]}
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _button = require("@oxyhq/bloom/button");
9
+ var _core = require("@oxyhq/core");
10
+ var _TroubleDisclosure = _interopRequireDefault(require("./TroubleDisclosure.js"));
11
+ var _primitives = require("./primitives.js");
12
+ var _styles = require("./styles.js");
13
+ var _jsxRuntime = require("react/jsx-runtime");
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * The sign-in ENTRY (`signin` / `add` views) — ONE primary action.
17
+ *
18
+ * Issue #691, Phase 5: the normal experience presents no menu of authentication
19
+ * methods. The user sees "Continue with Oxy"; Oxy — not the user — then picks
20
+ * how the request reaches their Commons identity, and the request surface shows
21
+ * honest progress. Everything else (a QR from another device, a passkey on this
22
+ * device, getting Commons, creating an account) lives behind "Having trouble?".
23
+ *
24
+ * Existing accounts still render ABOVE the CTA: "continue as one of these" is a
25
+ * choice of WHO, not of HOW, so it is not one of the competing method buttons
26
+ * the issue removes.
27
+ *
28
+ * On web this view is transient — the container auto-starts the flow the instant
29
+ * the view is reached, because the request surface (QR, or "Check Commons on
30
+ * your phone") IS the primary route there, never something behind a tap.
31
+ */
32
+
33
+ const SignInEntryView = ({
34
+ snapshot,
35
+ principals,
36
+ theme,
37
+ t,
38
+ handlers,
39
+ onContinueWithOxy,
40
+ alternatives
41
+ }) => {
42
+ // The entry has no chosen route yet, so nothing here can have failed: the
43
+ // alternatives stay behind the disclosure unconditionally.
44
+ const troubleActions = [{
45
+ key: 'scan-qr-link',
46
+ label: t('accountSwitcher.scanQr'),
47
+ onPress: alternatives.onShowQr
48
+ }, ...(alternatives.passkeyAvailable ? [{
49
+ key: 'passkey-signin-link',
50
+ label: alternatives.passkeyPending ? t('accountSwitcher.passkeySigningIn') : t('accountSwitcher.useIdentityOnDevice'),
51
+ onPress: alternatives.onSignInWithPasskey,
52
+ disabled: alternatives.passkeyPending
53
+ }] : []), {
54
+ key: 'get-commons-link',
55
+ label: t('accountSwitcher.getCommons'),
56
+ onPress: alternatives.onGetCommons
57
+ }];
58
+
59
+ // Whose route this is only needs naming when the list holds more than one
60
+ // person, or somebody with more than one account — the same rule the account
61
+ // menu's group headers follow, so the two surfaces agree on when the actor is
62
+ // worth stating.
63
+ const namesTheOperator = (0, _core.showsPrincipalHeaders)(principals);
64
+ const rows = principals.flatMap(principal => principal.contexts.map(context => ({
65
+ context,
66
+ operatedBy: namesTheOperator && context.isDelegated ? t('accountSwitcher.context.operatedBy', {
67
+ name: principal.displayName
68
+ }) : null
69
+ })));
70
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
71
+ style: _styles.authChooserStyles.signInBlock,
72
+ children: [rows.length > 0 ? /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
73
+ style: _styles.authChooserStyles.rows,
74
+ children: [rows.map(({
75
+ context,
76
+ operatedBy
77
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.AccountRow, {
78
+ context: context,
79
+ operatedBy: operatedBy,
80
+ theme: theme,
81
+ activating: snapshot.activatingContextId === context.contextId,
82
+ disabled: snapshot.activatingContextId !== null,
83
+ onPress: () => handlers.onActivate(context.contextId)
84
+ }, context.contextId)), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Dividerish, {
85
+ theme: theme,
86
+ label: t('signin.or')
87
+ })]
88
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_button.Button, {
89
+ variant: "primary",
90
+ onPress: onContinueWithOxy,
91
+ style: _styles.authChooserStyles.primaryButton,
92
+ testID: "continue-with-oxy",
93
+ children: t('accountSwitcher.continueWithOxy')
94
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SubtleLink, {
95
+ label: t('signin.createAccountLink'),
96
+ theme: theme,
97
+ onPress: alternatives.onCreateAccount,
98
+ testID: "create-account-link"
99
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_TroubleDisclosure.default, {
100
+ actions: troubleActions,
101
+ revealed: false,
102
+ theme: theme,
103
+ t: t
104
+ })]
105
+ });
106
+ };
107
+ var _default = exports.default = SignInEntryView;
108
+ //# sourceMappingURL=SignInEntryView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_button","_core","_TroubleDisclosure","_interopRequireDefault","_primitives","_styles","_jsxRuntime","e","__esModule","default","SignInEntryView","snapshot","principals","theme","t","handlers","onContinueWithOxy","alternatives","troubleActions","key","label","onPress","onShowQr","passkeyAvailable","passkeyPending","onSignInWithPasskey","disabled","onGetCommons","namesTheOperator","showsPrincipalHeaders","rows","flatMap","principal","contexts","map","context","operatedBy","isDelegated","name","displayName","jsxs","View","style","styles","signInBlock","children","length","jsx","AccountRow","activating","activatingContextId","contextId","onActivate","Dividerish","Button","variant","primaryButton","testID","SubtleLink","onCreateAccount","actions","revealed","_default","exports"],"sourceRoot":"../../../../../src","sources":["ui/components/authChooser/SignInEntryView.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = require("react");
8
+ var _OxySignInRequestSurface = _interopRequireDefault(require("../OxySignInRequestSurface.js"));
9
+ var _jsxRuntime = require("react/jsx-runtime");
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
+ /**
12
+ * The ACTIVE REQUEST surface (`qr` view) as the account dialog drives it —
13
+ * `AccountDialogController`'s device flow bound to the shared, presentational
14
+ * {@link OxySignInRequestSurface} (issue #691, Phase 5).
15
+ *
16
+ * This module owns WIRING only. Every pixel comes from the shared surface, which
17
+ * the auth.oxy.so IdP mounts from its own OAuth-bound request; there is one
18
+ * implementation of the request presentation, not two. What lives here is what
19
+ * only the account dialog knows:
20
+ *
21
+ * - which of the controller's facts map onto the surface's props;
22
+ * - which alternatives are genuine ones for the CURRENT presentation (the
23
+ * passkey ceremony is pointless once the request is already being confirmed,
24
+ * and a QR link is redundant while the QR itself is the primary visual);
25
+ * - the one piece of local intent the controller has no opinion on: leaving the
26
+ * acquisition surface via "I have Commons on another device".
27
+ *
28
+ * Failures are NOT rendered here. The container toasts them at the point they
29
+ * arrive (owner mandate: no error renders inline inside the dialog); this view
30
+ * only reports that the request failed, so the surface can offer "Try again".
31
+ */
32
+
33
+ const SignInRequestView = ({
34
+ snapshot,
35
+ t,
36
+ onRetry,
37
+ alternatives
38
+ }) => {
39
+ const {
40
+ signIn,
41
+ commonsAvailability
42
+ } = snapshot;
43
+ // Set only from the disclosure's own "I have Commons on another device" —
44
+ // an explicit user choice to leave the acquisition surface, never inferred.
45
+ const [qrRequested, setQrRequested] = (0, _react.useState)(false);
46
+ const failed = signIn.phase === 'error';
47
+ // A same-device QR is a dead end without Commons, so the acquisition surface
48
+ // leads — until the user explicitly asks for the QR anyway.
49
+ const acquiring = !failed && commonsAvailability === 'unavailable' && !qrRequested;
50
+
51
+ // A ceremony is pointless once the request is already being confirmed, and a
52
+ // ceremony FAILURE is toasted by the container — this link never renders an
53
+ // error of its own (owner mandate).
54
+ const passkeyAction = alternatives.passkeyAvailable && signIn.phase !== 'authorized' && signIn.phase !== 'completed' ? [{
55
+ key: 'passkey-signin-link',
56
+ label: alternatives.passkeyPending ? t('accountSwitcher.passkeySigningIn') : t('accountSwitcher.useIdentityOnDevice'),
57
+ onPress: alternatives.onSignInWithPasskey,
58
+ disabled: alternatives.passkeyPending
59
+ }] : [];
60
+ const troubleActions = (() => {
61
+ // Nothing about the chosen route is actionable any more — only the
62
+ // authentication alternatives are.
63
+ if (failed) return passkeyAction;
64
+ if (acquiring) {
65
+ return [{
66
+ key: 'show-qr-anyway-link',
67
+ label: t('accountSwitcher.showQrAnyway'),
68
+ onPress: () => setQrRequested(true)
69
+ }, ...passkeyAction];
70
+ }
71
+ return [
72
+ // Redundant while the QR already IS the primary surface.
73
+ ...(signIn.route === 'qr' ? [] : [{
74
+ key: 'scan-qr-link',
75
+ label: t('accountSwitcher.scanQr'),
76
+ onPress: alternatives.onShowQr
77
+ }]), ...passkeyAction, {
78
+ key: 'get-commons-link',
79
+ label: t('accountSwitcher.getCommons'),
80
+ onPress: alternatives.onGetCommons
81
+ }];
82
+ })();
83
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_OxySignInRequestSurface.default, {
84
+ route: signIn.route,
85
+ progress: signIn.progress,
86
+ qrPayload: signIn.qrPayload,
87
+ routeFailed: signIn.routeFailed,
88
+ failed: failed,
89
+ onRetry: onRetry,
90
+ onAcquireCommons: acquiring ? alternatives.onGetCommons : undefined,
91
+ subordinate: [
92
+ // Account CREATION is not an authentication method, and on web this
93
+ // surface is the FIRST one a signed-out user sees (the entry auto-starts
94
+ // straight through it) — so the way in for someone with no Oxy ID stays
95
+ // visible as a subordinate link rather than hiding behind a
96
+ // troubleshooting affordance.
97
+ {
98
+ key: 'create-account-link',
99
+ label: t('signin.createAccountLink'),
100
+ onPress: alternatives.onCreateAccount
101
+ }],
102
+ alternatives: troubleActions
103
+ });
104
+ };
105
+ var _default = exports.default = SignInRequestView;
106
+ //# sourceMappingURL=SignInRequestView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_OxySignInRequestSurface","_interopRequireDefault","_jsxRuntime","e","__esModule","default","SignInRequestView","snapshot","t","onRetry","alternatives","signIn","commonsAvailability","qrRequested","setQrRequested","useState","failed","phase","acquiring","passkeyAction","passkeyAvailable","key","label","passkeyPending","onPress","onSignInWithPasskey","disabled","troubleActions","route","onShowQr","onGetCommons","jsx","progress","qrPayload","routeFailed","onAcquireCommons","undefined","subordinate","onCreateAccount","_default","exports"],"sourceRoot":"../../../../../src","sources":["ui/components/authChooser/SignInRequestView.tsx"],"mappings":";;;;;;AAuBA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,wBAAA,GAAAC,sBAAA,CAAAF,OAAA;AAAiE,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAE,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAzBjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAgBA,MAAMG,iBAAmD,GAAGA,CAAC;EAC3DC,QAAQ;EACRC,CAAC;EACDC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,MAAM;IAAEC;EAAoB,CAAC,GAAGL,QAAQ;EAChD;EACA;EACA,MAAM,CAACM,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAErD,MAAMC,MAAM,GAAGL,MAAM,CAACM,KAAK,KAAK,OAAO;EACvC;EACA;EACA,MAAMC,SAAS,GAAG,CAACF,MAAM,IAAIJ,mBAAmB,KAAK,aAAa,IAAI,CAACC,WAAW;;EAElF;EACA;EACA;EACA,MAAMM,aAAuC,GAC3CT,YAAY,CAACU,gBAAgB,IAAIT,MAAM,CAACM,KAAK,KAAK,YAAY,IAAIN,MAAM,CAACM,KAAK,KAAK,WAAW,GAC1F,CACE;IACEI,GAAG,EAAE,qBAAqB;IAC1BC,KAAK,EAAEZ,YAAY,CAACa,cAAc,GAC9Bf,CAAC,CAAC,kCAAkC,CAAC,GACrCA,CAAC,CAAC,qCAAqC,CAAC;IAC5CgB,OAAO,EAAEd,YAAY,CAACe,mBAAmB;IACzCC,QAAQ,EAAEhB,YAAY,CAACa;EACzB,CAAC,CACF,GACD,EAAE;EAER,MAAMI,cAAc,GAAG,CAAC,MAAgC;IACtD;IACA;IACA,IAAIX,MAAM,EAAE,OAAOG,aAAa;IAChC,IAAID,SAAS,EAAE;MACb,OAAO,CACL;QACEG,GAAG,EAAE,qBAAqB;QAC1BC,KAAK,EAAEd,CAAC,CAAC,8BAA8B,CAAC;QACxCgB,OAAO,EAAEA,CAAA,KAAMV,cAAc,CAAC,IAAI;MACpC,CAAC,EACD,GAAGK,aAAa,CACjB;IACH;IACA,OAAO;IACL;IACA,IAAIR,MAAM,CAACiB,KAAK,KAAK,IAAI,GACrB,EAAE,GACF,CACE;MACEP,GAAG,EAAE,cAAc;MACnBC,KAAK,EAAEd,CAAC,CAAC,wBAAwB,CAAC;MAClCgB,OAAO,EAAEd,YAAY,CAACmB;IACxB,CAAC,CACF,CAAC,EACN,GAAGV,aAAa,EAChB;MACEE,GAAG,EAAE,kBAAkB;MACvBC,KAAK,EAAEd,CAAC,CAAC,4BAA4B,CAAC;MACtCgB,OAAO,EAAEd,YAAY,CAACoB;IACxB,CAAC,CACF;EACH,CAAC,EAAE,CAAC;EAEJ,oBACE,IAAA5B,WAAA,CAAA6B,GAAA,EAAC/B,wBAAA,CAAAK,OAAuB;IACtBuB,KAAK,EAAEjB,MAAM,CAACiB,KAAM;IACpBI,QAAQ,EAAErB,MAAM,CAACqB,QAAS;IAC1BC,SAAS,EAAEtB,MAAM,CAACsB,SAAU;IAC5BC,WAAW,EAAEvB,MAAM,CAACuB,WAAY;IAChClB,MAAM,EAAEA,MAAO;IACfP,OAAO,EAAEA,OAAQ;IACjB0B,gBAAgB,EAAEjB,SAAS,GAAGR,YAAY,CAACoB,YAAY,GAAGM,SAAU;IACpEC,WAAW,EAAE;IACX;IACA;IACA;IACA;IACA;IACA;MACEhB,GAAG,EAAE,qBAAqB;MAC1BC,KAAK,EAAEd,CAAC,CAAC,0BAA0B,CAAC;MACpCgB,OAAO,EAAEd,YAAY,CAAC4B;IACxB,CAAC,CACD;IACF5B,YAAY,EAAEiB;EAAe,CAC9B,CAAC;AAEN,CAAC;AAAC,IAAAY,QAAA,GAAAC,OAAA,CAAAnC,OAAA,GAEaC,iBAAiB","ignoreList":[]}
@@ -0,0 +1,188 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var _button = require("@oxyhq/bloom/button");
10
+ var _typography = require("@oxyhq/bloom/typography");
11
+ var _isWebBrowser = require("../../utils/isWebBrowser.js");
12
+ var _primitives = require("./primitives.js");
13
+ var _styles = require("./styles.js");
14
+ var _useUsernameAvailability = require("./useUsernameAvailability.js");
15
+ var _jsxRuntime = require("react/jsx-runtime");
16
+ /**
17
+ * Account creation (`signup` view).
18
+ *
19
+ * Commons is ALWAYS the priority path (owner mandate) and leads everywhere it
20
+ * appears: native shows only "Create your identity in Commons" (or "Get Commons"
21
+ * first, when it is not installed); web on a first-party Oxy origin leads with
22
+ * the SAME "Get Commons" CTA, with inline passkey creation offered UNDERNEATH as
23
+ * the de-emphasized "don't want to install anything" alternative — never
24
+ * co-equal, never a competing button. Anywhere else (a non-Oxy web origin,
25
+ * before the b2 hub-relay ships) shows an honest "not available here yet"
26
+ * handoff instead of a broken button.
27
+ */
28
+
29
+ const SignUpView = ({
30
+ snapshot,
31
+ theme,
32
+ t,
33
+ oxyServices,
34
+ passkeyMode,
35
+ onCreateWithPasskey,
36
+ createPending,
37
+ onOpenHub,
38
+ onCreateIdentityInCommons,
39
+ onGetCommons,
40
+ onBackToSignIn
41
+ }) => {
42
+ const [username, setUsername] = (0, _react.useState)('');
43
+ const {
44
+ status: usernameStatus,
45
+ check: checkUsername
46
+ } = (0, _useUsernameAvailability.useUsernameAvailability)(oxyServices, t);
47
+ const canSubmit = username.trim().length >= 3 && usernameStatus === 'available' && !createPending;
48
+
49
+ // Native — Commons owns identity creation. Deep-link straight in when it is
50
+ // installed, else lead with the same "Get Commons" acquisition CTA.
51
+ if (!(0, _isWebBrowser.isWebBrowser)()) {
52
+ const commonsInstalled = snapshot.commonsAvailability === 'available';
53
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
54
+ style: _styles.authChooserStyles.centeredBlock,
55
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_button.Button, {
56
+ variant: "primary",
57
+ onPress: commonsInstalled ? onCreateIdentityInCommons : onGetCommons,
58
+ style: _styles.authChooserStyles.primaryButton,
59
+ children: commonsInstalled ? t('signup.createInCommons') : t('accountSwitcher.getCommons')
60
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SubtleLink, {
61
+ label: t('signup.backToSignInLink'),
62
+ theme: theme,
63
+ onPress: onBackToSignIn
64
+ })]
65
+ });
66
+ }
67
+
68
+ // Web, first-party Oxy origin. Commons leads with a "Get Commons" CTA; passkey
69
+ // creation is the de-emphasized alternative underneath for someone who doesn't
70
+ // want to install anything — a secondary button introduced by its own "No
71
+ // Commons?" framing, the same subordination the sign-in surfaces use.
72
+ if (passkeyMode === 'direct') {
73
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
74
+ style: _styles.authChooserStyles.signInBlock,
75
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
76
+ style: [_styles.authChooserStyles.qrHeadline, {
77
+ color: theme.colors.text
78
+ }],
79
+ children: t('signup.commonsHeadline')
80
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
81
+ style: [_styles.authChooserStyles.mutedText, {
82
+ color: theme.colors.textSecondary
83
+ }],
84
+ children: t('signup.commonsExplainer')
85
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_button.Button, {
86
+ variant: "primary",
87
+ onPress: onGetCommons,
88
+ style: _styles.authChooserStyles.primaryButton,
89
+ children: t('accountSwitcher.getCommons')
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Dividerish, {
91
+ theme: theme,
92
+ label: t('signin.or')
93
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
94
+ style: [_styles.authChooserStyles.mutedText, {
95
+ color: theme.colors.textSecondary
96
+ }],
97
+ children: t('signup.passkeyAlternative')
98
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TextInput, {
99
+ style: [_styles.authChooserStyles.usernameInput, {
100
+ borderColor: theme.colors.border,
101
+ color: theme.colors.text
102
+ }],
103
+ placeholder: t('signup.usernamePlaceholder'),
104
+ placeholderTextColor: theme.colors.textSecondary,
105
+ value: username,
106
+ autoCapitalize: "none",
107
+ autoCorrect: false,
108
+ autoComplete: "username",
109
+ onChangeText: value => {
110
+ setUsername(value);
111
+ checkUsername(value.trim());
112
+ },
113
+ testID: "signup-username-input"
114
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(UsernameStatusText, {
115
+ status: usernameStatus,
116
+ theme: theme,
117
+ t: t
118
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_button.Button, {
119
+ variant: "secondary",
120
+ onPress: () => onCreateWithPasskey(username.trim()),
121
+ disabled: !canSubmit,
122
+ style: _styles.authChooserStyles.secondaryButton,
123
+ testID: "signup-create-button",
124
+ children: createPending ? t('signup.creating') : t('signup.createAccount')
125
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SubtleLink, {
126
+ label: t('signup.backToSignInLink'),
127
+ theme: theme,
128
+ onPress: onBackToSignIn
129
+ })]
130
+ });
131
+ }
132
+
133
+ // Web, non-Oxy origin (b2): a passkey ceremony cannot run locally here — the
134
+ // same WebAuthn RP-ID boundary the sign-in surfaces hit — so this opens the
135
+ // auth.oxy.so hub popup. Completing EITHER a sign-in OR a fresh sign-up there
136
+ // relays the resulting session back through the SAME poll/socket engine.
137
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
138
+ style: _styles.authChooserStyles.centeredBlock,
139
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
140
+ style: [_styles.authChooserStyles.mutedText, {
141
+ color: theme.colors.textSecondary
142
+ }],
143
+ children: t('signup.hubExplainer')
144
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_button.Button, {
145
+ variant: "primary",
146
+ onPress: onOpenHub,
147
+ style: _styles.authChooserStyles.primaryButton,
148
+ children: t('signup.continueInWindow')
149
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SubtleLink, {
150
+ label: t('signup.backToSignInLink'),
151
+ theme: theme,
152
+ onPress: onBackToSignIn
153
+ })]
154
+ });
155
+ };
156
+
157
+ /** The inline availability verdict. Network FAILURES are toasted, never shown here. */
158
+ const UsernameStatusText = ({
159
+ status,
160
+ theme,
161
+ t
162
+ }) => {
163
+ if (status === 'idle') return null;
164
+ if (status === 'checking') {
165
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
166
+ style: [_styles.authChooserStyles.mutedText, {
167
+ color: theme.colors.textSecondary
168
+ }],
169
+ children: t('signup.usernameChecking')
170
+ });
171
+ }
172
+ if (status === 'available') {
173
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
174
+ style: [_styles.authChooserStyles.mutedText, {
175
+ color: theme.colors.success
176
+ }],
177
+ children: t('signup.usernameAvailable')
178
+ });
179
+ }
180
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
181
+ style: [_styles.authChooserStyles.mutedText, {
182
+ color: theme.colors.error
183
+ }],
184
+ children: t('signup.usernameTaken')
185
+ });
186
+ };
187
+ var _default = exports.default = SignUpView;
188
+ //# sourceMappingURL=SignUpView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","_button","_typography","_isWebBrowser","_primitives","_styles","_useUsernameAvailability","_jsxRuntime","SignUpView","snapshot","theme","t","oxyServices","passkeyMode","onCreateWithPasskey","createPending","onOpenHub","onCreateIdentityInCommons","onGetCommons","onBackToSignIn","username","setUsername","useState","status","usernameStatus","check","checkUsername","useUsernameAvailability","canSubmit","trim","length","isWebBrowser","commonsInstalled","commonsAvailability","jsxs","View","style","styles","centeredBlock","children","jsx","Button","variant","onPress","primaryButton","SubtleLink","label","signInBlock","Text","qrHeadline","color","colors","text","mutedText","textSecondary","Dividerish","TextInput","usernameInput","borderColor","border","placeholder","placeholderTextColor","value","autoCapitalize","autoCorrect","autoComplete","onChangeText","testID","UsernameStatusText","disabled","secondaryButton","success","error","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["ui/components/authChooser/SignUpView.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var _accordion = require("@oxyhq/bloom/accordion");
10
+ var _primitives = require("./primitives.js");
11
+ var _styles = require("./styles.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
13
+ /**
14
+ * The "Having trouble?" progressive disclosure (issue #691, Phase 5).
15
+ *
16
+ * The normal sign-in surface presents ONE primary action. Every alternative —
17
+ * scanning a QR from another device, a passkey on this device, getting Commons,
18
+ * creating an account — lives here, hidden until the user asks for it or the
19
+ * chosen primary route fails.
20
+ *
21
+ * Two renderings:
22
+ * - `revealed` (the primary route failed, or there IS no primary route): the
23
+ * alternatives ARE the surface's content now, so they render plainly. There
24
+ * is nothing left to hide them behind.
25
+ * - otherwise: a single-item Bloom `Accordion`, whose trigger is the small
26
+ * "Having trouble?" affordance.
27
+ *
28
+ * The disclosure is CONTROLLED because Bloom 1.0.0's `Accordion` — which
29
+ * replaced the deleted `Collapsible` — takes `value`/`onValueChange` and has no
30
+ * uncontrolled mode. Splitting on `revealed` still matters: it decides whether
31
+ * a disclosure exists at all, so the open state below only ever describes the
32
+ * collapsed rendering.
33
+ */
34
+
35
+ /** The accordion's single item. Its identity is never shown to the user. */
36
+ const TROUBLE_ITEM = 'trouble';
37
+ const TroubleDisclosure = ({
38
+ actions,
39
+ revealed,
40
+ theme,
41
+ t
42
+ }) => {
43
+ // Declared above the early return: hooks may not sit behind a conditional.
44
+ const [openItem, setOpenItem] = (0, _react.useState)(undefined);
45
+ if (actions.length === 0) return null;
46
+ const links = /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
47
+ style: _styles.authChooserStyles.troubleActions,
48
+ children: actions.map(action => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SubtleLink, {
49
+ label: action.label,
50
+ theme: theme,
51
+ onPress: action.onPress,
52
+ disabled: action.disabled,
53
+ testID: action.key
54
+ }, action.key))
55
+ });
56
+ if (revealed) return links;
57
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accordion.Accordion, {
58
+ type: "single",
59
+ value: openItem,
60
+ onValueChange: setOpenItem,
61
+ style: _styles.authChooserStyles.troubleTrigger,
62
+ testID: "trouble-disclosure",
63
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_accordion.AccordionItem, {
64
+ value: TROUBLE_ITEM,
65
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_accordion.AccordionTrigger, {
66
+ textStyle: [_styles.authChooserStyles.linkText, {
67
+ color: theme.colors.textSecondary
68
+ }],
69
+ children: t('accountSwitcher.havingTrouble')
70
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_accordion.AccordionContent, {
71
+ children: links
72
+ })]
73
+ })
74
+ });
75
+ };
76
+ var _default = exports.default = TroubleDisclosure;
77
+ //# sourceMappingURL=TroubleDisclosure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","_accordion","_primitives","_styles","_jsxRuntime","TROUBLE_ITEM","TroubleDisclosure","actions","revealed","theme","t","openItem","setOpenItem","useState","undefined","length","links","jsx","View","style","styles","troubleActions","children","map","action","SubtleLink","label","onPress","disabled","testID","key","Accordion","type","value","onValueChange","troubleTrigger","jsxs","AccordionItem","AccordionTrigger","textStyle","linkText","color","colors","textSecondary","AccordionContent","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["ui/components/authChooser/TroubleDisclosure.tsx"],"mappings":";;;;;;AAuBA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AAAuD,IAAAK,WAAA,GAAAL,OAAA;AA3BvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAuBA;AACA,MAAMM,YAAY,GAAG,SAAS;AAE9B,MAAMC,iBAAmD,GAAGA,CAAC;EAAEC,OAAO;EAAEC,QAAQ;EAAEC,KAAK;EAAEC;AAAE,CAAC,KAAK;EAC/F;EACA,MAAM,CAACC,QAAQ,EAAEC,WAAW,CAAC,GAAG,IAAAC,eAAQ,EAAgCC,SAAS,CAAC;EAElF,IAAIP,OAAO,CAACQ,MAAM,KAAK,CAAC,EAAE,OAAO,IAAI;EAErC,MAAMC,KAAK,gBACT,IAAAZ,WAAA,CAAAa,GAAA,EAACjB,YAAA,CAAAkB,IAAI;IAACC,KAAK,EAAEC,yBAAM,CAACC,cAAe;IAAAC,QAAA,EAChCf,OAAO,CAACgB,GAAG,CAAEC,MAAM,iBAClB,IAAApB,WAAA,CAAAa,GAAA,EAACf,WAAA,CAAAuB,UAAU;MAETC,KAAK,EAAEF,MAAM,CAACE,KAAM;MACpBjB,KAAK,EAAEA,KAAM;MACbkB,OAAO,EAAEH,MAAM,CAACG,OAAQ;MACxBC,QAAQ,EAAEJ,MAAM,CAACI,QAAS;MAC1BC,MAAM,EAAEL,MAAM,CAACM;IAAI,GALdN,MAAM,CAACM,GAMb,CACF;EAAC,CACE,CACP;EAED,IAAItB,QAAQ,EAAE,OAAOQ,KAAK;EAE1B,oBACE,IAAAZ,WAAA,CAAAa,GAAA,EAAChB,UAAA,CAAA8B,SAAS;IACRC,IAAI,EAAC,QAAQ;IACbC,KAAK,EAAEtB,QAAS;IAChBuB,aAAa,EAAEtB,WAAY;IAC3BO,KAAK,EAAEC,yBAAM,CAACe,cAAe;IAC7BN,MAAM,EAAC,oBAAoB;IAAAP,QAAA,eAE3B,IAAAlB,WAAA,CAAAgC,IAAA,EAACnC,UAAA,CAAAoC,aAAa;MAACJ,KAAK,EAAE5B,YAAa;MAAAiB,QAAA,gBACjC,IAAAlB,WAAA,CAAAa,GAAA,EAAChB,UAAA,CAAAqC,gBAAgB;QAACC,SAAS,EAAE,CAACnB,yBAAM,CAACoB,QAAQ,EAAE;UAAEC,KAAK,EAAEhC,KAAK,CAACiC,MAAM,CAACC;QAAc,CAAC,CAAE;QAAArB,QAAA,EACnFZ,CAAC,CAAC,+BAA+B;MAAC,CACnB,CAAC,eACnB,IAAAN,WAAA,CAAAa,GAAA,EAAChB,UAAA,CAAA2C,gBAAgB;QAAAtB,QAAA,EAAEN;MAAK,CAAmB,CAAC;IAAA,CAC/B;EAAC,CACP,CAAC;AAEhB,CAAC;AAAC,IAAA6B,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEazC,iBAAiB","ignoreList":[]}