@oxyhq/services 19.0.1 → 19.1.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 (918) hide show
  1. package/lib/commonjs/assets/assets/icons/OxyServices.tsx +5 -12
  2. package/lib/commonjs/assets/icons/OxyServices.js +7 -7
  3. package/lib/commonjs/assets/icons/OxyServices.js.map +1 -1
  4. package/lib/commonjs/index.js +56 -25
  5. package/lib/commonjs/index.js.map +1 -1
  6. package/lib/commonjs/ui/boot/runProviderColdBoot.js +121 -0
  7. package/lib/commonjs/ui/boot/runProviderColdBoot.js.map +1 -0
  8. package/lib/commonjs/ui/client.js +10 -17
  9. package/lib/commonjs/ui/client.js.map +1 -1
  10. package/lib/commonjs/ui/components/FollowButton.js +28 -92
  11. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  12. package/lib/commonjs/ui/components/Header.js +127 -241
  13. package/lib/commonjs/ui/components/Header.js.map +1 -1
  14. package/lib/commonjs/ui/components/OxyAccountDialog.js +22 -18
  15. package/lib/commonjs/ui/components/OxyAccountDialog.js.map +1 -1
  16. package/lib/commonjs/ui/components/OxyConsentScreen.js +4 -6
  17. package/lib/commonjs/ui/components/OxyConsentScreen.js.map +1 -1
  18. package/lib/commonjs/ui/components/OxyOAuthCallback.js +45 -0
  19. package/lib/commonjs/ui/components/OxyOAuthCallback.js.map +1 -0
  20. package/lib/commonjs/ui/components/OxyPayButton.js +20 -71
  21. package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -1
  22. package/lib/commonjs/ui/components/OxyProvider.js +3 -3
  23. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
  24. package/lib/commonjs/ui/components/OxySignInButton.js +30 -135
  25. package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -1
  26. package/lib/commonjs/ui/components/ProfileButton.js +4 -2
  27. package/lib/commonjs/ui/components/ProfileButton.js.map +1 -1
  28. package/lib/commonjs/ui/components/ProfileSummaryCard.js +99 -0
  29. package/lib/commonjs/ui/components/ProfileSummaryCard.js.map +1 -0
  30. package/lib/commonjs/ui/components/RequireOxyAuth.js +7 -10
  31. package/lib/commonjs/ui/components/RequireOxyAuth.js.map +1 -1
  32. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +9 -9
  33. package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  34. package/lib/commonjs/ui/components/fileManagement/FileViewer.js +20 -23
  35. package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -1
  36. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +6 -6
  37. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
  38. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +14 -9
  39. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
  40. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +55 -55
  41. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  42. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  43. package/lib/commonjs/ui/components/payment/paymentStyles.js +13 -13
  44. package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -1
  45. package/lib/commonjs/ui/context/OxyContext.js +129 -260
  46. package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
  47. package/lib/commonjs/ui/context/oxyContextHelpers.js +64 -0
  48. package/lib/commonjs/ui/context/oxyContextHelpers.js.map +1 -0
  49. package/lib/commonjs/ui/{components/TextField/Adornment/types.js → context/oxyContextTypes.js} +1 -1
  50. package/lib/commonjs/ui/context/oxyContextTypes.js.map +1 -0
  51. package/lib/commonjs/ui/context/useOxyAccountGraph.js +91 -0
  52. package/lib/commonjs/ui/context/useOxyAccountGraph.js.map +1 -0
  53. package/lib/commonjs/ui/hooks/queryClient.js +9 -18
  54. package/lib/commonjs/ui/hooks/queryClient.js.map +1 -1
  55. package/lib/commonjs/ui/hooks/useAuth.js +7 -5
  56. package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
  57. package/lib/commonjs/ui/hooks/useSessionManagement.js +2 -0
  58. package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
  59. package/lib/commonjs/ui/index.js +10 -17
  60. package/lib/commonjs/ui/index.js.map +1 -1
  61. package/lib/commonjs/ui/navigation/accountDialogManager.js +5 -44
  62. package/lib/commonjs/ui/navigation/accountDialogManager.js.map +1 -1
  63. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +9 -8
  64. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -1
  65. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +2 -3
  66. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
  67. package/lib/commonjs/ui/screens/EditProfileScreen.js +8 -19
  68. package/lib/commonjs/ui/screens/EditProfileScreen.js.map +1 -1
  69. package/lib/commonjs/ui/screens/FAQScreen.js +8 -8
  70. package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
  71. package/lib/commonjs/ui/screens/FeedbackScreen.js +0 -1
  72. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  73. package/lib/commonjs/ui/screens/FileManagementScreen.js +59 -1105
  74. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  75. package/lib/commonjs/ui/screens/HistoryViewScreen.js +9 -8
  76. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  77. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +0 -1
  78. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  79. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +5 -4
  80. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  81. package/lib/commonjs/ui/screens/ManageAccountScreen.js +9 -49
  82. package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -1
  83. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +6 -9
  84. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  85. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +247 -224
  86. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  87. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +21 -20
  88. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  89. package/lib/commonjs/ui/screens/ProfileScreen.js +4 -4
  90. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
  91. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +12 -11
  92. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  93. package/lib/commonjs/ui/screens/SearchSettingsScreen.js +3 -2
  94. package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
  95. package/lib/commonjs/ui/screens/UserListScreen.js +3 -3
  96. package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
  97. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +7 -8
  98. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  99. package/lib/commonjs/ui/screens/fileManagement/FileListSection.js +114 -0
  100. package/lib/commonjs/ui/screens/fileManagement/FileListSection.js.map +1 -0
  101. package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js +512 -0
  102. package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
  103. package/lib/commonjs/ui/screens/fileManagement/UploadBar.js +59 -0
  104. package/lib/commonjs/ui/screens/fileManagement/UploadBar.js.map +1 -0
  105. package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js +475 -0
  106. package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
  107. package/lib/commonjs/ui/screens/fileManagement/shared.js +67 -0
  108. package/lib/commonjs/ui/screens/fileManagement/shared.js.map +1 -0
  109. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +3 -2
  110. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -1
  111. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +4 -7
  112. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -1
  113. package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js +3 -3
  114. package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
  115. package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js +3 -2
  116. package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js.map +1 -1
  117. package/lib/commonjs/ui/server.js +4 -5
  118. package/lib/commonjs/ui/server.js.map +1 -1
  119. package/lib/commonjs/ui/session/createSessionClient.js +2 -2
  120. package/lib/commonjs/ui/utils/crossOriginRestore.js +109 -0
  121. package/lib/commonjs/ui/utils/crossOriginRestore.js.map +1 -0
  122. package/lib/commonjs/ui/utils/deviceCredential.js +23 -0
  123. package/lib/commonjs/ui/utils/deviceCredential.js.map +1 -0
  124. package/lib/commonjs/ui/utils/oauthReturn.js +82 -0
  125. package/lib/commonjs/ui/utils/oauthReturn.js.map +1 -0
  126. package/lib/commonjs/ui/utils/storageHelpers.js +1 -2
  127. package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
  128. package/lib/module/assets/assets/icons/OxyServices.tsx +5 -12
  129. package/lib/module/assets/icons/OxyServices.js +7 -7
  130. package/lib/module/assets/icons/OxyServices.js.map +1 -1
  131. package/lib/module/index.js +10 -9
  132. package/lib/module/index.js.map +1 -1
  133. package/lib/module/ui/boot/runProviderColdBoot.js +116 -0
  134. package/lib/module/ui/boot/runProviderColdBoot.js.map +1 -0
  135. package/lib/module/ui/client.js +3 -4
  136. package/lib/module/ui/client.js.map +1 -1
  137. package/lib/module/ui/components/FollowButton.js +28 -92
  138. package/lib/module/ui/components/FollowButton.js.map +1 -1
  139. package/lib/module/ui/components/Header.js +127 -241
  140. package/lib/module/ui/components/Header.js.map +1 -1
  141. package/lib/module/ui/components/OxyAccountDialog.js +22 -18
  142. package/lib/module/ui/components/OxyAccountDialog.js.map +1 -1
  143. package/lib/module/ui/components/OxyConsentScreen.js +4 -5
  144. package/lib/module/ui/components/OxyConsentScreen.js.map +1 -1
  145. package/lib/module/ui/components/OxyOAuthCallback.js +41 -0
  146. package/lib/module/ui/components/OxyOAuthCallback.js.map +1 -0
  147. package/lib/module/ui/components/OxyPayButton.js +21 -71
  148. package/lib/module/ui/components/OxyPayButton.js.map +1 -1
  149. package/lib/module/ui/components/OxyProvider.js +3 -3
  150. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  151. package/lib/module/ui/components/OxySignInButton.js +34 -139
  152. package/lib/module/ui/components/OxySignInButton.js.map +1 -1
  153. package/lib/module/ui/components/ProfileButton.js +5 -3
  154. package/lib/module/ui/components/ProfileButton.js.map +1 -1
  155. package/lib/module/ui/components/ProfileSummaryCard.js +95 -0
  156. package/lib/module/ui/components/ProfileSummaryCard.js.map +1 -0
  157. package/lib/module/ui/components/RequireOxyAuth.js +7 -9
  158. package/lib/module/ui/components/RequireOxyAuth.js.map +1 -1
  159. package/lib/module/ui/components/fileManagement/FileDetailsModal.js +9 -9
  160. package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -1
  161. package/lib/module/ui/components/fileManagement/FileViewer.js +20 -23
  162. package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -1
  163. package/lib/module/ui/components/fileManagement/UploadPreview.js +6 -6
  164. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
  165. package/lib/module/ui/components/modals/DeleteAccountModal.js +14 -8
  166. package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
  167. package/lib/module/ui/components/payment/PaymentDetailsStep.js +54 -54
  168. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  169. package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  170. package/lib/module/ui/components/payment/paymentStyles.js +13 -13
  171. package/lib/module/ui/components/payment/paymentStyles.js.map +1 -1
  172. package/lib/module/ui/context/OxyContext.js +128 -259
  173. package/lib/module/ui/context/OxyContext.js.map +1 -1
  174. package/lib/module/ui/context/oxyContextHelpers.js +57 -0
  175. package/lib/module/ui/context/oxyContextHelpers.js.map +1 -0
  176. package/lib/module/ui/context/oxyContextTypes.js +4 -0
  177. package/lib/module/ui/context/oxyContextTypes.js.map +1 -0
  178. package/lib/module/ui/context/useOxyAccountGraph.js +87 -0
  179. package/lib/module/ui/context/useOxyAccountGraph.js.map +1 -0
  180. package/lib/module/ui/hooks/queryClient.js +8 -17
  181. package/lib/module/ui/hooks/queryClient.js.map +1 -1
  182. package/lib/module/ui/hooks/useAuth.js +7 -5
  183. package/lib/module/ui/hooks/useAuth.js.map +1 -1
  184. package/lib/module/ui/hooks/useSessionManagement.js +2 -0
  185. package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
  186. package/lib/module/ui/index.js +2 -3
  187. package/lib/module/ui/index.js.map +1 -1
  188. package/lib/module/ui/navigation/accountDialogManager.js +4 -41
  189. package/lib/module/ui/navigation/accountDialogManager.js.map +1 -1
  190. package/lib/module/ui/screens/ConnectedAppsScreen.js +8 -7
  191. package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -1
  192. package/lib/module/ui/screens/EditProfileFieldScreen.js +2 -3
  193. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
  194. package/lib/module/ui/screens/EditProfileScreen.js +7 -18
  195. package/lib/module/ui/screens/EditProfileScreen.js.map +1 -1
  196. package/lib/module/ui/screens/FAQScreen.js +8 -8
  197. package/lib/module/ui/screens/FAQScreen.js.map +1 -1
  198. package/lib/module/ui/screens/FeedbackScreen.js +0 -1
  199. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  200. package/lib/module/ui/screens/FileManagementScreen.js +53 -1098
  201. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  202. package/lib/module/ui/screens/HistoryViewScreen.js +9 -8
  203. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  204. package/lib/module/ui/screens/LanguageSelectorScreen.js +0 -1
  205. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  206. package/lib/module/ui/screens/LegalDocumentsScreen.js +5 -4
  207. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  208. package/lib/module/ui/screens/ManageAccountScreen.js +11 -51
  209. package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -1
  210. package/lib/module/ui/screens/PaymentGatewayScreen.js +4 -7
  211. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  212. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +247 -224
  213. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  214. package/lib/module/ui/screens/PrivacySettingsScreen.js +19 -18
  215. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  216. package/lib/module/ui/screens/ProfileScreen.js +3 -3
  217. package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
  218. package/lib/module/ui/screens/SavesCollectionsScreen.js +12 -11
  219. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  220. package/lib/module/ui/screens/SearchSettingsScreen.js +3 -2
  221. package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
  222. package/lib/module/ui/screens/UserListScreen.js +2 -2
  223. package/lib/module/ui/screens/UserListScreen.js.map +1 -1
  224. package/lib/module/ui/screens/WelcomeNewUserScreen.js +6 -6
  225. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  226. package/lib/module/ui/screens/fileManagement/FileListSection.js +110 -0
  227. package/lib/module/ui/screens/fileManagement/FileListSection.js.map +1 -0
  228. package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js +509 -0
  229. package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
  230. package/lib/module/ui/screens/fileManagement/UploadBar.js +55 -0
  231. package/lib/module/ui/screens/fileManagement/UploadBar.js.map +1 -0
  232. package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js +471 -0
  233. package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
  234. package/lib/module/ui/screens/fileManagement/shared.js +58 -0
  235. package/lib/module/ui/screens/fileManagement/shared.js.map +1 -0
  236. package/lib/module/ui/screens/trust/TrustCenterScreen.js +3 -2
  237. package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -1
  238. package/lib/module/ui/screens/trust/TrustFAQScreen.js +4 -7
  239. package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -1
  240. package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js +2 -2
  241. package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -1
  242. package/lib/module/ui/screens/trust/TrustRulesScreen.js +3 -2
  243. package/lib/module/ui/screens/trust/TrustRulesScreen.js.map +1 -1
  244. package/lib/module/ui/server.js +2 -3
  245. package/lib/module/ui/server.js.map +1 -1
  246. package/lib/module/ui/session/createSessionClient.js +2 -2
  247. package/lib/module/ui/utils/crossOriginRestore.js +101 -0
  248. package/lib/module/ui/utils/crossOriginRestore.js.map +1 -0
  249. package/lib/module/ui/utils/deviceCredential.js +18 -0
  250. package/lib/module/ui/utils/deviceCredential.js.map +1 -0
  251. package/lib/module/ui/utils/oauthReturn.js +78 -0
  252. package/lib/module/ui/utils/oauthReturn.js.map +1 -0
  253. package/lib/module/ui/utils/storageHelpers.js +1 -2
  254. package/lib/module/ui/utils/storageHelpers.js.map +1 -1
  255. package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts +0 -5
  256. package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -1
  257. package/lib/typescript/commonjs/index.d.ts +11 -6
  258. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  259. package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts +29 -0
  260. package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts.map +1 -0
  261. package/lib/typescript/commonjs/ui/client.d.ts +3 -4
  262. package/lib/typescript/commonjs/ui/client.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -1
  264. package/lib/typescript/commonjs/ui/components/Header.d.ts +16 -21
  265. package/lib/typescript/commonjs/ui/components/Header.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/ui/components/OxyAccountDialog.d.ts +3 -7
  267. package/lib/typescript/commonjs/ui/components/OxyAccountDialog.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts +11 -0
  269. package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -1
  271. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts +0 -13
  272. package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -1
  273. package/lib/typescript/commonjs/ui/components/ProfileButton.d.ts.map +1 -1
  274. package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts +33 -0
  275. package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts.map +1 -0
  276. package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
  278. package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  279. package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  280. package/lib/typescript/commonjs/ui/components/payment/types.d.ts +6 -10
  281. package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -1
  282. package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +2 -185
  283. package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -1
  284. package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts +7 -0
  285. package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts.map +1 -0
  286. package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts +123 -0
  287. package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts.map +1 -0
  288. package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts +26 -0
  289. package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts.map +1 -0
  290. package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts +2 -3
  291. package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -1
  292. package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +7 -5
  293. package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -1
  294. package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -1
  295. package/lib/typescript/commonjs/ui/index.d.ts +2 -3
  296. package/lib/typescript/commonjs/ui/index.d.ts.map +1 -1
  297. package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts +4 -34
  298. package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts.map +1 -1
  299. package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
  300. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  301. package/lib/typescript/commonjs/ui/screens/EditProfileScreen.d.ts.map +1 -1
  302. package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -1
  303. package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
  304. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
  305. package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  306. package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  307. package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts.map +1 -1
  308. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  309. package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  310. package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  311. package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  312. package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  313. package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts +40 -0
  314. package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
  315. package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts +38 -0
  316. package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
  317. package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts +25 -0
  318. package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
  319. package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +39 -0
  320. package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
  321. package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts +34 -0
  322. package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts.map +1 -0
  323. package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
  324. package/lib/typescript/commonjs/ui/server.d.ts +2 -3
  325. package/lib/typescript/commonjs/ui/server.d.ts.map +1 -1
  326. package/lib/typescript/commonjs/ui/session/createSessionClient.d.ts +2 -2
  327. package/lib/typescript/commonjs/ui/types/navigation.d.ts +2 -18
  328. package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -1
  329. package/lib/typescript/commonjs/ui/utils/crossOriginRestore.d.ts +24 -0
  330. package/lib/typescript/commonjs/ui/utils/crossOriginRestore.d.ts.map +1 -0
  331. package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts +8 -0
  332. package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts.map +1 -0
  333. package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts +25 -0
  334. package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts.map +1 -0
  335. package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts +0 -11
  336. package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -1
  337. package/lib/typescript/module/assets/icons/OxyServices.d.ts +0 -5
  338. package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -1
  339. package/lib/typescript/module/index.d.ts +11 -6
  340. package/lib/typescript/module/index.d.ts.map +1 -1
  341. package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts +29 -0
  342. package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts.map +1 -0
  343. package/lib/typescript/module/ui/client.d.ts +3 -4
  344. package/lib/typescript/module/ui/client.d.ts.map +1 -1
  345. package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -1
  346. package/lib/typescript/module/ui/components/Header.d.ts +16 -21
  347. package/lib/typescript/module/ui/components/Header.d.ts.map +1 -1
  348. package/lib/typescript/module/ui/components/OxyAccountDialog.d.ts +3 -7
  349. package/lib/typescript/module/ui/components/OxyAccountDialog.d.ts.map +1 -1
  350. package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts +11 -0
  351. package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts.map +1 -0
  352. package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -1
  353. package/lib/typescript/module/ui/components/OxySignInButton.d.ts +0 -13
  354. package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -1
  355. package/lib/typescript/module/ui/components/ProfileButton.d.ts.map +1 -1
  356. package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts +33 -0
  357. package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts.map +1 -0
  358. package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -1
  359. package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -1
  360. package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  361. package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  362. package/lib/typescript/module/ui/components/payment/types.d.ts +6 -10
  363. package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -1
  364. package/lib/typescript/module/ui/context/OxyContext.d.ts +2 -185
  365. package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -1
  366. package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts +7 -0
  367. package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts.map +1 -0
  368. package/lib/typescript/module/ui/context/oxyContextTypes.d.ts +123 -0
  369. package/lib/typescript/module/ui/context/oxyContextTypes.d.ts.map +1 -0
  370. package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts +26 -0
  371. package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts.map +1 -0
  372. package/lib/typescript/module/ui/hooks/queryClient.d.ts +2 -3
  373. package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -1
  374. package/lib/typescript/module/ui/hooks/useAuth.d.ts +7 -5
  375. package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -1
  376. package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -1
  377. package/lib/typescript/module/ui/index.d.ts +2 -3
  378. package/lib/typescript/module/ui/index.d.ts.map +1 -1
  379. package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts +4 -34
  380. package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts.map +1 -1
  381. package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -1
  382. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  383. package/lib/typescript/module/ui/screens/EditProfileScreen.d.ts.map +1 -1
  384. package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -1
  385. package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
  386. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
  387. package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -1
  388. package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
  389. package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts.map +1 -1
  390. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  391. package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -1
  392. package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
  393. package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  394. package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -1
  395. package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts +40 -0
  396. package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
  397. package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts +38 -0
  398. package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
  399. package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts +25 -0
  400. package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
  401. package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +39 -0
  402. package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
  403. package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts +34 -0
  404. package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts.map +1 -0
  405. package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -1
  406. package/lib/typescript/module/ui/server.d.ts +2 -3
  407. package/lib/typescript/module/ui/server.d.ts.map +1 -1
  408. package/lib/typescript/module/ui/session/createSessionClient.d.ts +2 -2
  409. package/lib/typescript/module/ui/types/navigation.d.ts +2 -18
  410. package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -1
  411. package/lib/typescript/module/ui/utils/crossOriginRestore.d.ts +24 -0
  412. package/lib/typescript/module/ui/utils/crossOriginRestore.d.ts.map +1 -0
  413. package/lib/typescript/module/ui/utils/deviceCredential.d.ts +8 -0
  414. package/lib/typescript/module/ui/utils/deviceCredential.d.ts.map +1 -0
  415. package/lib/typescript/module/ui/utils/oauthReturn.d.ts +25 -0
  416. package/lib/typescript/module/ui/utils/oauthReturn.d.ts.map +1 -0
  417. package/lib/typescript/module/ui/utils/storageHelpers.d.ts +0 -11
  418. package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -1
  419. package/package.json +29 -17
  420. package/src/assets/icons/OxyServices.tsx +5 -12
  421. package/src/index.ts +16 -10
  422. package/src/ui/boot/runProviderColdBoot.ts +150 -0
  423. package/src/ui/client.ts +3 -4
  424. package/src/ui/components/FollowButton.tsx +30 -95
  425. package/src/ui/components/Header.tsx +135 -405
  426. package/src/ui/components/OxyAccountDialog.tsx +18 -16
  427. package/src/ui/components/OxyConsentScreen.tsx +2 -2
  428. package/src/ui/components/OxyOAuthCallback.tsx +38 -0
  429. package/src/ui/components/OxyPayButton.tsx +11 -60
  430. package/src/ui/components/OxyProvider.tsx +3 -3
  431. package/src/ui/components/OxySignInButton.tsx +35 -134
  432. package/src/ui/components/ProfileButton.tsx +8 -3
  433. package/src/ui/components/ProfileSummaryCard.tsx +123 -0
  434. package/src/ui/components/RequireOxyAuth.tsx +3 -3
  435. package/src/ui/components/__tests__/OxyConsentScreen.test.tsx +1 -3
  436. package/src/ui/components/fileManagement/FileDetailsModal.tsx +9 -9
  437. package/src/ui/components/fileManagement/FileViewer.tsx +20 -22
  438. package/src/ui/components/fileManagement/UploadPreview.tsx +6 -6
  439. package/src/ui/components/modals/DeleteAccountModal.tsx +7 -7
  440. package/src/ui/components/payment/PaymentDetailsStep.tsx +49 -39
  441. package/src/ui/components/payment/PaymentSummaryStep.tsx +4 -1
  442. package/src/ui/components/payment/paymentStyles.ts +14 -14
  443. package/src/ui/components/payment/types.ts +6 -10
  444. package/src/ui/context/OxyContext.tsx +136 -470
  445. package/src/ui/context/oxyContextHelpers.ts +58 -0
  446. package/src/ui/context/oxyContextTypes.ts +124 -0
  447. package/src/ui/context/useOxyAccountGraph.ts +114 -0
  448. package/src/ui/hooks/queryClient.ts +9 -20
  449. package/src/ui/hooks/useAuth.ts +7 -5
  450. package/src/ui/hooks/useSessionManagement.ts +2 -0
  451. package/src/ui/index.ts +2 -3
  452. package/src/ui/navigation/accountDialogManager.ts +4 -40
  453. package/src/ui/screens/ConnectedAppsScreen.tsx +8 -11
  454. package/src/ui/screens/EditProfileFieldScreen.tsx +2 -3
  455. package/src/ui/screens/EditProfileScreen.tsx +8 -14
  456. package/src/ui/screens/FAQScreen.tsx +7 -8
  457. package/src/ui/screens/FeedbackScreen.tsx +0 -1
  458. package/src/ui/screens/FileManagementScreen.tsx +54 -1158
  459. package/src/ui/screens/HistoryViewScreen.tsx +4 -4
  460. package/src/ui/screens/LanguageSelectorScreen.tsx +0 -1
  461. package/src/ui/screens/LegalDocumentsScreen.tsx +4 -3
  462. package/src/ui/screens/ManageAccountScreen.tsx +14 -47
  463. package/src/ui/screens/PaymentGatewayScreen.tsx +3 -7
  464. package/src/ui/screens/PremiumSubscriptionScreen.tsx +33 -31
  465. package/src/ui/screens/PrivacySettingsScreen.tsx +14 -16
  466. package/src/ui/screens/ProfileScreen.tsx +3 -3
  467. package/src/ui/screens/SavesCollectionsScreen.tsx +11 -12
  468. package/src/ui/screens/SearchSettingsScreen.tsx +2 -2
  469. package/src/ui/screens/UserListScreen.tsx +2 -2
  470. package/src/ui/screens/WelcomeNewUserScreen.tsx +6 -7
  471. package/src/ui/screens/fileManagement/FileListSection.tsx +126 -0
  472. package/src/ui/screens/fileManagement/PhotoPickerSection.tsx +611 -0
  473. package/src/ui/screens/fileManagement/UploadBar.tsx +48 -0
  474. package/src/ui/screens/fileManagement/hooks/useFileUploadState.ts +497 -0
  475. package/src/ui/screens/fileManagement/shared.ts +65 -0
  476. package/src/ui/screens/trust/TrustCenterScreen.tsx +2 -2
  477. package/src/ui/screens/trust/TrustFAQScreen.tsx +4 -10
  478. package/src/ui/screens/trust/TrustLeaderboardScreen.tsx +2 -2
  479. package/src/ui/screens/trust/TrustRulesScreen.tsx +2 -2
  480. package/src/ui/server.ts +2 -3
  481. package/src/ui/session/createSessionClient.ts +2 -2
  482. package/src/ui/types/navigation.ts +2 -18
  483. package/src/ui/utils/crossOriginRestore.ts +129 -0
  484. package/src/ui/utils/deviceCredential.ts +17 -0
  485. package/src/ui/utils/oauthReturn.ts +101 -0
  486. package/src/ui/utils/storageHelpers.ts +0 -12
  487. package/lib/commonjs/ui/components/ActivityIndicator.js +0 -203
  488. package/lib/commonjs/ui/components/ActivityIndicator.js.map +0 -1
  489. package/lib/commonjs/ui/components/AutoHeightScrollView.js +0 -46
  490. package/lib/commonjs/ui/components/AutoHeightScrollView.js.map +0 -1
  491. package/lib/commonjs/ui/components/Avatar.js +0 -181
  492. package/lib/commonjs/ui/components/Avatar.js.map +0 -1
  493. package/lib/commonjs/ui/components/CrossFadeIcon.js +0 -106
  494. package/lib/commonjs/ui/components/CrossFadeIcon.js.map +0 -1
  495. package/lib/commonjs/ui/components/EmptyState.js +0 -41
  496. package/lib/commonjs/ui/components/EmptyState.js.map +0 -1
  497. package/lib/commonjs/ui/components/HelperText.js +0 -95
  498. package/lib/commonjs/ui/components/HelperText.js.map +0 -1
  499. package/lib/commonjs/ui/components/Icon.js +0 -112
  500. package/lib/commonjs/ui/components/Icon.js.map +0 -1
  501. package/lib/commonjs/ui/components/IconButton/IconButton.js +0 -153
  502. package/lib/commonjs/ui/components/IconButton/IconButton.js.map +0 -1
  503. package/lib/commonjs/ui/components/IconButton/utils.js +0 -155
  504. package/lib/commonjs/ui/components/IconButton/utils.js.map +0 -1
  505. package/lib/commonjs/ui/components/LoadingState.js +0 -47
  506. package/lib/commonjs/ui/components/LoadingState.js.map +0 -1
  507. package/lib/commonjs/ui/components/OxyLogo.js +0 -110
  508. package/lib/commonjs/ui/components/OxyLogo.js.map +0 -1
  509. package/lib/commonjs/ui/components/ProfileCard.js +0 -134
  510. package/lib/commonjs/ui/components/ProfileCard.js.map +0 -1
  511. package/lib/commonjs/ui/components/QuickActions.js +0 -84
  512. package/lib/commonjs/ui/components/QuickActions.js.map +0 -1
  513. package/lib/commonjs/ui/components/StepBasedScreen.js +0 -423
  514. package/lib/commonjs/ui/components/StepBasedScreen.js.map +0 -1
  515. package/lib/commonjs/ui/components/Surface.js +0 -258
  516. package/lib/commonjs/ui/components/Surface.js.map +0 -1
  517. package/lib/commonjs/ui/components/TextField/Addons/Outline.js +0 -46
  518. package/lib/commonjs/ui/components/TextField/Addons/Outline.js.map +0 -1
  519. package/lib/commonjs/ui/components/TextField/Addons/Underline.js +0 -53
  520. package/lib/commonjs/ui/components/TextField/Addons/Underline.js.map +0 -1
  521. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -153
  522. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
  523. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js +0 -144
  524. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
  525. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js +0 -137
  526. package/lib/commonjs/ui/components/TextField/Adornment/TextFieldIcon.js.map +0 -1
  527. package/lib/commonjs/ui/components/TextField/Adornment/enums.js +0 -22
  528. package/lib/commonjs/ui/components/TextField/Adornment/enums.js.map +0 -1
  529. package/lib/commonjs/ui/components/TextField/Adornment/types.js.map +0 -1
  530. package/lib/commonjs/ui/components/TextField/Adornment/utils.js +0 -62
  531. package/lib/commonjs/ui/components/TextField/Adornment/utils.js.map +0 -1
  532. package/lib/commonjs/ui/components/TextField/Label/InputLabel.js +0 -176
  533. package/lib/commonjs/ui/components/TextField/Label/InputLabel.js.map +0 -1
  534. package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js +0 -84
  535. package/lib/commonjs/ui/components/TextField/Label/LabelBackground.js.map +0 -1
  536. package/lib/commonjs/ui/components/TextField/TextFieldFlat.js +0 -381
  537. package/lib/commonjs/ui/components/TextField/TextFieldFlat.js.map +0 -1
  538. package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js +0 -365
  539. package/lib/commonjs/ui/components/TextField/TextFieldOutlined.js.map +0 -1
  540. package/lib/commonjs/ui/components/TextField/constants.js +0 -50
  541. package/lib/commonjs/ui/components/TextField/constants.js.map +0 -1
  542. package/lib/commonjs/ui/components/TextField/helpers.js +0 -489
  543. package/lib/commonjs/ui/components/TextField/helpers.js.map +0 -1
  544. package/lib/commonjs/ui/components/TextField/types.js +0 -6
  545. package/lib/commonjs/ui/components/TextField/types.js.map +0 -1
  546. package/lib/commonjs/ui/components/TextField.js +0 -335
  547. package/lib/commonjs/ui/components/TextField.js.map +0 -1
  548. package/lib/commonjs/ui/components/TouchableRipple/Pressable.js +0 -12
  549. package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +0 -1
  550. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js +0 -258
  551. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.js.map +0 -1
  552. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js +0 -107
  553. package/lib/commonjs/ui/components/TouchableRipple/TouchableRipple.native.js.map +0 -1
  554. package/lib/commonjs/ui/components/TouchableRipple/utils.js +0 -56
  555. package/lib/commonjs/ui/components/TouchableRipple/utils.js.map +0 -1
  556. package/lib/commonjs/ui/components/Typography/AnimatedText.js +0 -59
  557. package/lib/commonjs/ui/components/Typography/AnimatedText.js.map +0 -1
  558. package/lib/commonjs/ui/components/Typography/types.js +0 -26
  559. package/lib/commonjs/ui/components/Typography/types.js.map +0 -1
  560. package/lib/commonjs/ui/components/feedback/ProgressIndicator.js +0 -33
  561. package/lib/commonjs/ui/components/feedback/ProgressIndicator.js.map +0 -1
  562. package/lib/commonjs/ui/components/icon/OxyIcon.js +0 -26
  563. package/lib/commonjs/ui/components/icon/OxyIcon.js.map +0 -1
  564. package/lib/commonjs/ui/components/theming.js +0 -128
  565. package/lib/commonjs/ui/components/theming.js.map +0 -1
  566. package/lib/commonjs/ui/components/types.js +0 -6
  567. package/lib/commonjs/ui/components/types.js.map +0 -1
  568. package/lib/commonjs/ui/components/utils/forwardRef.js +0 -18
  569. package/lib/commonjs/ui/components/utils/forwardRef.js.map +0 -1
  570. package/lib/commonjs/ui/constants/iconColors.js +0 -84
  571. package/lib/commonjs/ui/constants/iconColors.js.map +0 -1
  572. package/lib/commonjs/ui/constants/theme.js +0 -124
  573. package/lib/commonjs/ui/constants/theme.js.map +0 -1
  574. package/lib/commonjs/ui/context/ThemeContext.js +0 -36
  575. package/lib/commonjs/ui/context/ThemeContext.js.map +0 -1
  576. package/lib/commonjs/ui/hooks/useColorScheme.js +0 -29
  577. package/lib/commonjs/ui/hooks/useColorScheme.js.map +0 -1
  578. package/lib/commonjs/ui/styles/authStyles.js +0 -334
  579. package/lib/commonjs/ui/styles/authStyles.js.map +0 -1
  580. package/lib/commonjs/ui/styles/theme.js +0 -153
  581. package/lib/commonjs/ui/styles/theme.js.map +0 -1
  582. package/lib/module/ui/components/ActivityIndicator.js +0 -198
  583. package/lib/module/ui/components/ActivityIndicator.js.map +0 -1
  584. package/lib/module/ui/components/AutoHeightScrollView.js +0 -41
  585. package/lib/module/ui/components/AutoHeightScrollView.js.map +0 -1
  586. package/lib/module/ui/components/Avatar.js +0 -177
  587. package/lib/module/ui/components/Avatar.js.map +0 -1
  588. package/lib/module/ui/components/CrossFadeIcon.js +0 -101
  589. package/lib/module/ui/components/CrossFadeIcon.js.map +0 -1
  590. package/lib/module/ui/components/EmptyState.js +0 -36
  591. package/lib/module/ui/components/EmptyState.js.map +0 -1
  592. package/lib/module/ui/components/HelperText.js +0 -90
  593. package/lib/module/ui/components/HelperText.js.map +0 -1
  594. package/lib/module/ui/components/Icon.js +0 -106
  595. package/lib/module/ui/components/Icon.js.map +0 -1
  596. package/lib/module/ui/components/IconButton/IconButton.js +0 -148
  597. package/lib/module/ui/components/IconButton/IconButton.js.map +0 -1
  598. package/lib/module/ui/components/IconButton/utils.js +0 -149
  599. package/lib/module/ui/components/IconButton/utils.js.map +0 -1
  600. package/lib/module/ui/components/LoadingState.js +0 -42
  601. package/lib/module/ui/components/LoadingState.js.map +0 -1
  602. package/lib/module/ui/components/OxyLogo.js +0 -104
  603. package/lib/module/ui/components/OxyLogo.js.map +0 -1
  604. package/lib/module/ui/components/ProfileCard.js +0 -129
  605. package/lib/module/ui/components/ProfileCard.js.map +0 -1
  606. package/lib/module/ui/components/QuickActions.js +0 -80
  607. package/lib/module/ui/components/QuickActions.js.map +0 -1
  608. package/lib/module/ui/components/StepBasedScreen.js +0 -418
  609. package/lib/module/ui/components/StepBasedScreen.js.map +0 -1
  610. package/lib/module/ui/components/Surface.js +0 -252
  611. package/lib/module/ui/components/Surface.js.map +0 -1
  612. package/lib/module/ui/components/TextField/Addons/Outline.js +0 -40
  613. package/lib/module/ui/components/TextField/Addons/Outline.js.map +0 -1
  614. package/lib/module/ui/components/TextField/Addons/Underline.js +0 -47
  615. package/lib/module/ui/components/TextField/Addons/Underline.js.map +0 -1
  616. package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js +0 -146
  617. package/lib/module/ui/components/TextField/Adornment/TextFieldAdornment.js.map +0 -1
  618. package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js +0 -141
  619. package/lib/module/ui/components/TextField/Adornment/TextFieldAffix.js.map +0 -1
  620. package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js +0 -135
  621. package/lib/module/ui/components/TextField/Adornment/TextFieldIcon.js.map +0 -1
  622. package/lib/module/ui/components/TextField/Adornment/enums.js +0 -18
  623. package/lib/module/ui/components/TextField/Adornment/enums.js.map +0 -1
  624. package/lib/module/ui/components/TextField/Adornment/types.js +0 -4
  625. package/lib/module/ui/components/TextField/Adornment/types.js.map +0 -1
  626. package/lib/module/ui/components/TextField/Adornment/utils.js +0 -57
  627. package/lib/module/ui/components/TextField/Adornment/utils.js.map +0 -1
  628. package/lib/module/ui/components/TextField/Label/InputLabel.js +0 -171
  629. package/lib/module/ui/components/TextField/Label/InputLabel.js.map +0 -1
  630. package/lib/module/ui/components/TextField/Label/LabelBackground.js +0 -78
  631. package/lib/module/ui/components/TextField/Label/LabelBackground.js.map +0 -1
  632. package/lib/module/ui/components/TextField/TextFieldFlat.js +0 -376
  633. package/lib/module/ui/components/TextField/TextFieldFlat.js.map +0 -1
  634. package/lib/module/ui/components/TextField/TextFieldOutlined.js +0 -359
  635. package/lib/module/ui/components/TextField/TextFieldOutlined.js.map +0 -1
  636. package/lib/module/ui/components/TextField/constants.js +0 -46
  637. package/lib/module/ui/components/TextField/constants.js.map +0 -1
  638. package/lib/module/ui/components/TextField/helpers.js +0 -471
  639. package/lib/module/ui/components/TextField/helpers.js.map +0 -1
  640. package/lib/module/ui/components/TextField/types.js +0 -4
  641. package/lib/module/ui/components/TextField/types.js.map +0 -1
  642. package/lib/module/ui/components/TextField.js +0 -329
  643. package/lib/module/ui/components/TextField.js.map +0 -1
  644. package/lib/module/ui/components/TouchableRipple/Pressable.js +0 -9
  645. package/lib/module/ui/components/TouchableRipple/Pressable.js.map +0 -1
  646. package/lib/module/ui/components/TouchableRipple/TouchableRipple.js +0 -253
  647. package/lib/module/ui/components/TouchableRipple/TouchableRipple.js.map +0 -1
  648. package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js +0 -101
  649. package/lib/module/ui/components/TouchableRipple/TouchableRipple.native.js.map +0 -1
  650. package/lib/module/ui/components/TouchableRipple/utils.js +0 -50
  651. package/lib/module/ui/components/TouchableRipple/utils.js.map +0 -1
  652. package/lib/module/ui/components/Typography/AnimatedText.js +0 -54
  653. package/lib/module/ui/components/Typography/AnimatedText.js.map +0 -1
  654. package/lib/module/ui/components/Typography/types.js +0 -22
  655. package/lib/module/ui/components/Typography/types.js.map +0 -1
  656. package/lib/module/ui/components/feedback/ProgressIndicator.js +0 -28
  657. package/lib/module/ui/components/feedback/ProgressIndicator.js.map +0 -1
  658. package/lib/module/ui/components/icon/OxyIcon.js +0 -22
  659. package/lib/module/ui/components/icon/OxyIcon.js.map +0 -1
  660. package/lib/module/ui/components/theming.js +0 -123
  661. package/lib/module/ui/components/theming.js.map +0 -1
  662. package/lib/module/ui/components/types.js +0 -4
  663. package/lib/module/ui/components/types.js.map +0 -1
  664. package/lib/module/ui/components/utils/forwardRef.js +0 -13
  665. package/lib/module/ui/components/utils/forwardRef.js.map +0 -1
  666. package/lib/module/ui/constants/iconColors.js +0 -78
  667. package/lib/module/ui/constants/iconColors.js.map +0 -1
  668. package/lib/module/ui/constants/theme.js +0 -120
  669. package/lib/module/ui/constants/theme.js.map +0 -1
  670. package/lib/module/ui/context/ThemeContext.js +0 -29
  671. package/lib/module/ui/context/ThemeContext.js.map +0 -1
  672. package/lib/module/ui/hooks/useColorScheme.js +0 -26
  673. package/lib/module/ui/hooks/useColorScheme.js.map +0 -1
  674. package/lib/module/ui/styles/authStyles.js +0 -329
  675. package/lib/module/ui/styles/authStyles.js.map +0 -1
  676. package/lib/module/ui/styles/theme.js +0 -147
  677. package/lib/module/ui/styles/theme.js.map +0 -1
  678. package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts +0 -45
  679. package/lib/typescript/commonjs/ui/components/ActivityIndicator.d.ts.map +0 -1
  680. package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts +0 -23
  681. package/lib/typescript/commonjs/ui/components/AutoHeightScrollView.d.ts.map +0 -1
  682. package/lib/typescript/commonjs/ui/components/Avatar.d.ts +0 -61
  683. package/lib/typescript/commonjs/ui/components/Avatar.d.ts.map +0 -1
  684. package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts +0 -28
  685. package/lib/typescript/commonjs/ui/components/CrossFadeIcon.d.ts.map +0 -1
  686. package/lib/typescript/commonjs/ui/components/EmptyState.d.ts +0 -8
  687. package/lib/typescript/commonjs/ui/components/EmptyState.d.ts.map +0 -1
  688. package/lib/typescript/commonjs/ui/components/HelperText.d.ts +0 -47
  689. package/lib/typescript/commonjs/ui/components/HelperText.d.ts.map +0 -1
  690. package/lib/typescript/commonjs/ui/components/Icon.d.ts +0 -61
  691. package/lib/typescript/commonjs/ui/components/Icon.d.ts.map +0 -1
  692. package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts +0 -99
  693. package/lib/typescript/commonjs/ui/components/IconButton/IconButton.d.ts.map +0 -1
  694. package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts +0 -19
  695. package/lib/typescript/commonjs/ui/components/IconButton/utils.d.ts.map +0 -1
  696. package/lib/typescript/commonjs/ui/components/LoadingState.d.ts +0 -9
  697. package/lib/typescript/commonjs/ui/components/LoadingState.d.ts.map +0 -1
  698. package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts +0 -16
  699. package/lib/typescript/commonjs/ui/components/OxyLogo.d.ts.map +0 -1
  700. package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts +0 -21
  701. package/lib/typescript/commonjs/ui/components/ProfileCard.d.ts.map +0 -1
  702. package/lib/typescript/commonjs/ui/components/QuickActions.d.ts +0 -15
  703. package/lib/typescript/commonjs/ui/components/QuickActions.d.ts.map +0 -1
  704. package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts +0 -28
  705. package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +0 -1
  706. package/lib/typescript/commonjs/ui/components/Surface.d.ts +0 -76
  707. package/lib/typescript/commonjs/ui/components/Surface.d.ts.map +0 -1
  708. package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts +0 -17
  709. package/lib/typescript/commonjs/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
  710. package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts +0 -20
  711. package/lib/typescript/commonjs/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
  712. package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -45
  713. package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
  714. package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -73
  715. package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
  716. package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -78
  717. package/lib/typescript/commonjs/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
  718. package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts +0 -13
  719. package/lib/typescript/commonjs/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
  720. package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts +0 -12
  721. package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts.map +0 -1
  722. package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts +0 -12
  723. package/lib/typescript/commonjs/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
  724. package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts +0 -5
  725. package/lib/typescript/commonjs/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
  726. package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts +0 -5
  727. package/lib/typescript/commonjs/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
  728. package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts +0 -5
  729. package/lib/typescript/commonjs/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
  730. package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts +0 -5
  731. package/lib/typescript/commonjs/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
  732. package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts +0 -32
  733. package/lib/typescript/commonjs/ui/components/TextField/constants.d.ts.map +0 -1
  734. package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts +0 -97
  735. package/lib/typescript/commonjs/ui/components/TextField/helpers.d.ts.map +0 -1
  736. package/lib/typescript/commonjs/ui/components/TextField/types.d.ts +0 -155
  737. package/lib/typescript/commonjs/ui/components/TextField/types.d.ts.map +0 -1
  738. package/lib/typescript/commonjs/ui/components/TextField.d.ts +0 -192
  739. package/lib/typescript/commonjs/ui/components/TextField.d.ts.map +0 -1
  740. package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts +0 -13
  741. package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
  742. package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -62
  743. package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
  744. package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -25
  745. package/lib/typescript/commonjs/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
  746. package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts +0 -11
  747. package/lib/typescript/commonjs/ui/components/TouchableRipple/utils.d.ts.map +0 -1
  748. package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts +0 -35
  749. package/lib/typescript/commonjs/ui/components/Typography/AnimatedText.d.ts.map +0 -1
  750. package/lib/typescript/commonjs/ui/components/Typography/types.d.ts +0 -19
  751. package/lib/typescript/commonjs/ui/components/Typography/types.d.ts.map +0 -1
  752. package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts +0 -11
  753. package/lib/typescript/commonjs/ui/components/feedback/ProgressIndicator.d.ts.map +0 -1
  754. package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts +0 -10
  755. package/lib/typescript/commonjs/ui/components/icon/OxyIcon.d.ts.map +0 -1
  756. package/lib/typescript/commonjs/ui/components/theming.d.ts +0 -8
  757. package/lib/typescript/commonjs/ui/components/theming.d.ts.map +0 -1
  758. package/lib/typescript/commonjs/ui/components/types.d.ts +0 -81
  759. package/lib/typescript/commonjs/ui/components/types.d.ts.map +0 -1
  760. package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts +0 -12
  761. package/lib/typescript/commonjs/ui/components/utils/forwardRef.d.ts.map +0 -1
  762. package/lib/typescript/commonjs/ui/constants/iconColors.d.ts +0 -130
  763. package/lib/typescript/commonjs/ui/constants/iconColors.d.ts.map +0 -1
  764. package/lib/typescript/commonjs/ui/constants/theme.d.ts +0 -98
  765. package/lib/typescript/commonjs/ui/constants/theme.d.ts.map +0 -1
  766. package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts +0 -19
  767. package/lib/typescript/commonjs/ui/context/ThemeContext.d.ts.map +0 -1
  768. package/lib/typescript/commonjs/ui/hooks/useColorScheme.d.ts +0 -8
  769. package/lib/typescript/commonjs/ui/hooks/useColorScheme.d.ts.map +0 -1
  770. package/lib/typescript/commonjs/ui/styles/authStyles.d.ts +0 -328
  771. package/lib/typescript/commonjs/ui/styles/authStyles.d.ts.map +0 -1
  772. package/lib/typescript/commonjs/ui/styles/theme.d.ts +0 -75
  773. package/lib/typescript/commonjs/ui/styles/theme.d.ts.map +0 -1
  774. package/lib/typescript/module/ui/components/ActivityIndicator.d.ts +0 -45
  775. package/lib/typescript/module/ui/components/ActivityIndicator.d.ts.map +0 -1
  776. package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts +0 -23
  777. package/lib/typescript/module/ui/components/AutoHeightScrollView.d.ts.map +0 -1
  778. package/lib/typescript/module/ui/components/Avatar.d.ts +0 -61
  779. package/lib/typescript/module/ui/components/Avatar.d.ts.map +0 -1
  780. package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts +0 -28
  781. package/lib/typescript/module/ui/components/CrossFadeIcon.d.ts.map +0 -1
  782. package/lib/typescript/module/ui/components/EmptyState.d.ts +0 -8
  783. package/lib/typescript/module/ui/components/EmptyState.d.ts.map +0 -1
  784. package/lib/typescript/module/ui/components/HelperText.d.ts +0 -47
  785. package/lib/typescript/module/ui/components/HelperText.d.ts.map +0 -1
  786. package/lib/typescript/module/ui/components/Icon.d.ts +0 -61
  787. package/lib/typescript/module/ui/components/Icon.d.ts.map +0 -1
  788. package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts +0 -99
  789. package/lib/typescript/module/ui/components/IconButton/IconButton.d.ts.map +0 -1
  790. package/lib/typescript/module/ui/components/IconButton/utils.d.ts +0 -19
  791. package/lib/typescript/module/ui/components/IconButton/utils.d.ts.map +0 -1
  792. package/lib/typescript/module/ui/components/LoadingState.d.ts +0 -9
  793. package/lib/typescript/module/ui/components/LoadingState.d.ts.map +0 -1
  794. package/lib/typescript/module/ui/components/OxyLogo.d.ts +0 -16
  795. package/lib/typescript/module/ui/components/OxyLogo.d.ts.map +0 -1
  796. package/lib/typescript/module/ui/components/ProfileCard.d.ts +0 -21
  797. package/lib/typescript/module/ui/components/ProfileCard.d.ts.map +0 -1
  798. package/lib/typescript/module/ui/components/QuickActions.d.ts +0 -15
  799. package/lib/typescript/module/ui/components/QuickActions.d.ts.map +0 -1
  800. package/lib/typescript/module/ui/components/StepBasedScreen.d.ts +0 -28
  801. package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +0 -1
  802. package/lib/typescript/module/ui/components/Surface.d.ts +0 -76
  803. package/lib/typescript/module/ui/components/Surface.d.ts.map +0 -1
  804. package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts +0 -17
  805. package/lib/typescript/module/ui/components/TextField/Addons/Outline.d.ts.map +0 -1
  806. package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts +0 -20
  807. package/lib/typescript/module/ui/components/TextField/Addons/Underline.d.ts.map +0 -1
  808. package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts +0 -45
  809. package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAdornment.d.ts.map +0 -1
  810. package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts +0 -73
  811. package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldAffix.d.ts.map +0 -1
  812. package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts +0 -78
  813. package/lib/typescript/module/ui/components/TextField/Adornment/TextFieldIcon.d.ts.map +0 -1
  814. package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts +0 -13
  815. package/lib/typescript/module/ui/components/TextField/Adornment/enums.d.ts.map +0 -1
  816. package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts +0 -12
  817. package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts.map +0 -1
  818. package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts +0 -12
  819. package/lib/typescript/module/ui/components/TextField/Adornment/utils.d.ts.map +0 -1
  820. package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts +0 -5
  821. package/lib/typescript/module/ui/components/TextField/Label/InputLabel.d.ts.map +0 -1
  822. package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts +0 -5
  823. package/lib/typescript/module/ui/components/TextField/Label/LabelBackground.d.ts.map +0 -1
  824. package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts +0 -5
  825. package/lib/typescript/module/ui/components/TextField/TextFieldFlat.d.ts.map +0 -1
  826. package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts +0 -5
  827. package/lib/typescript/module/ui/components/TextField/TextFieldOutlined.d.ts.map +0 -1
  828. package/lib/typescript/module/ui/components/TextField/constants.d.ts +0 -32
  829. package/lib/typescript/module/ui/components/TextField/constants.d.ts.map +0 -1
  830. package/lib/typescript/module/ui/components/TextField/helpers.d.ts +0 -97
  831. package/lib/typescript/module/ui/components/TextField/helpers.d.ts.map +0 -1
  832. package/lib/typescript/module/ui/components/TextField/types.d.ts +0 -155
  833. package/lib/typescript/module/ui/components/TextField/types.d.ts.map +0 -1
  834. package/lib/typescript/module/ui/components/TextField.d.ts +0 -192
  835. package/lib/typescript/module/ui/components/TextField.d.ts.map +0 -1
  836. package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts +0 -13
  837. package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts.map +0 -1
  838. package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts +0 -62
  839. package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.d.ts.map +0 -1
  840. package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts +0 -25
  841. package/lib/typescript/module/ui/components/TouchableRipple/TouchableRipple.native.d.ts.map +0 -1
  842. package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts +0 -11
  843. package/lib/typescript/module/ui/components/TouchableRipple/utils.d.ts.map +0 -1
  844. package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts +0 -35
  845. package/lib/typescript/module/ui/components/Typography/AnimatedText.d.ts.map +0 -1
  846. package/lib/typescript/module/ui/components/Typography/types.d.ts +0 -19
  847. package/lib/typescript/module/ui/components/Typography/types.d.ts.map +0 -1
  848. package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts +0 -11
  849. package/lib/typescript/module/ui/components/feedback/ProgressIndicator.d.ts.map +0 -1
  850. package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts +0 -10
  851. package/lib/typescript/module/ui/components/icon/OxyIcon.d.ts.map +0 -1
  852. package/lib/typescript/module/ui/components/theming.d.ts +0 -8
  853. package/lib/typescript/module/ui/components/theming.d.ts.map +0 -1
  854. package/lib/typescript/module/ui/components/types.d.ts +0 -81
  855. package/lib/typescript/module/ui/components/types.d.ts.map +0 -1
  856. package/lib/typescript/module/ui/components/utils/forwardRef.d.ts +0 -12
  857. package/lib/typescript/module/ui/components/utils/forwardRef.d.ts.map +0 -1
  858. package/lib/typescript/module/ui/constants/iconColors.d.ts +0 -130
  859. package/lib/typescript/module/ui/constants/iconColors.d.ts.map +0 -1
  860. package/lib/typescript/module/ui/constants/theme.d.ts +0 -98
  861. package/lib/typescript/module/ui/constants/theme.d.ts.map +0 -1
  862. package/lib/typescript/module/ui/context/ThemeContext.d.ts +0 -19
  863. package/lib/typescript/module/ui/context/ThemeContext.d.ts.map +0 -1
  864. package/lib/typescript/module/ui/hooks/useColorScheme.d.ts +0 -8
  865. package/lib/typescript/module/ui/hooks/useColorScheme.d.ts.map +0 -1
  866. package/lib/typescript/module/ui/styles/authStyles.d.ts +0 -328
  867. package/lib/typescript/module/ui/styles/authStyles.d.ts.map +0 -1
  868. package/lib/typescript/module/ui/styles/theme.d.ts +0 -75
  869. package/lib/typescript/module/ui/styles/theme.d.ts.map +0 -1
  870. package/src/ui/components/ActivityIndicator.tsx +0 -254
  871. package/src/ui/components/AutoHeightScrollView.tsx +0 -50
  872. package/src/ui/components/Avatar.tsx +0 -284
  873. package/src/ui/components/CrossFadeIcon.tsx +0 -140
  874. package/src/ui/components/EmptyState.tsx +0 -39
  875. package/src/ui/components/HelperText.tsx +0 -149
  876. package/src/ui/components/Icon.tsx +0 -189
  877. package/src/ui/components/IconButton/IconButton.tsx +0 -232
  878. package/src/ui/components/IconButton/utils.ts +0 -190
  879. package/src/ui/components/LoadingState.tsx +0 -46
  880. package/src/ui/components/OxyLogo.tsx +0 -82
  881. package/src/ui/components/ProfileCard.tsx +0 -137
  882. package/src/ui/components/QuickActions.tsx +0 -91
  883. package/src/ui/components/StepBasedScreen.tsx +0 -499
  884. package/src/ui/components/Surface.tsx +0 -384
  885. package/src/ui/components/TextField/Addons/Outline.tsx +0 -64
  886. package/src/ui/components/TextField/Addons/Underline.tsx +0 -78
  887. package/src/ui/components/TextField/Adornment/TextFieldAdornment.tsx +0 -205
  888. package/src/ui/components/TextField/Adornment/TextFieldAffix.tsx +0 -212
  889. package/src/ui/components/TextField/Adornment/TextFieldIcon.tsx +0 -195
  890. package/src/ui/components/TextField/Adornment/enums.tsx +0 -12
  891. package/src/ui/components/TextField/Adornment/types.tsx +0 -11
  892. package/src/ui/components/TextField/Adornment/utils.ts +0 -66
  893. package/src/ui/components/TextField/Label/InputLabel.tsx +0 -219
  894. package/src/ui/components/TextField/Label/LabelBackground.tsx +0 -100
  895. package/src/ui/components/TextField/TextFieldFlat.tsx +0 -488
  896. package/src/ui/components/TextField/TextFieldOutlined.tsx +0 -464
  897. package/src/ui/components/TextField/constants.tsx +0 -48
  898. package/src/ui/components/TextField/helpers.tsx +0 -611
  899. package/src/ui/components/TextField/types.tsx +0 -160
  900. package/src/ui/components/TextField.tsx +0 -574
  901. package/src/ui/components/TouchableRipple/Pressable.tsx +0 -42
  902. package/src/ui/components/TouchableRipple/TouchableRipple.native.tsx +0 -146
  903. package/src/ui/components/TouchableRipple/TouchableRipple.tsx +0 -347
  904. package/src/ui/components/TouchableRipple/utils.ts +0 -66
  905. package/src/ui/components/Typography/AnimatedText.tsx +0 -106
  906. package/src/ui/components/Typography/types.tsx +0 -22
  907. package/src/ui/components/feedback/ProgressIndicator.tsx +0 -35
  908. package/src/ui/components/icon/OxyIcon.tsx +0 -31
  909. package/src/ui/components/theming.tsx +0 -126
  910. package/src/ui/components/types.tsx +0 -93
  911. package/src/ui/components/utils/forwardRef.tsx +0 -23
  912. package/src/ui/constants/iconColors.ts +0 -88
  913. package/src/ui/constants/theme.ts +0 -121
  914. package/src/ui/context/ThemeContext.tsx +0 -41
  915. package/src/ui/context/__tests__/OxyContext.coldBoot.test.tsx +0 -166
  916. package/src/ui/hooks/useColorScheme.ts +0 -24
  917. package/src/ui/styles/authStyles.ts +0 -348
  918. package/src/ui/styles/theme.ts +0 -169
@@ -0,0 +1,26 @@
1
+ import { type RefObject } from 'react';
2
+ import type { QueryClient } from '@tanstack/react-query';
3
+ import type { OxyServices, AccountNode, CreateAccountInput, AccountDialogController, SessionClient } from '@oxyhq/core';
4
+ import type { CommitInput } from './oxyContextTypes';
5
+ interface UseOxyAccountGraphParams {
6
+ isAuthenticated: boolean;
7
+ tokenReady: boolean;
8
+ initialized: boolean;
9
+ oxyServices: OxyServices;
10
+ sessionClient: SessionClient;
11
+ syncFromClient: () => Promise<void>;
12
+ commitSession: (input: CommitInput, options: {
13
+ activate: boolean;
14
+ }) => Promise<void>;
15
+ queryClient: QueryClient;
16
+ accountDialogControllerRef: RefObject<AccountDialogController | null>;
17
+ clearSessionStateRef: RefObject<() => Promise<void>>;
18
+ }
19
+ export declare function useOxyAccountGraph({ isAuthenticated, tokenReady, initialized, oxyServices, sessionClient, syncFromClient, commitSession, queryClient, accountDialogControllerRef, clearSessionStateRef, }: UseOxyAccountGraphParams): {
20
+ accounts: AccountNode[];
21
+ refreshAccounts: () => Promise<void>;
22
+ switchToAccount: (accountId: string) => Promise<void>;
23
+ createAccount: (data: CreateAccountInput) => Promise<AccountNode>;
24
+ };
25
+ export {};
26
+ //# sourceMappingURL=useOxyAccountGraph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOxyAccountGraph.d.ts","sourceRoot":"","sources":["../../../../../src/ui/context/useOxyAccountGraph.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIxH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,UAAU,wBAAwB;IAChC,eAAe,EAAE,OAAO,CAAC;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,WAAW,CAAC;IACzB,aAAa,EAAE,aAAa,CAAC;IAC7B,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,aAAa,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrF,WAAW,EAAE,WAAW,CAAC;IACzB,0BAA0B,EAAE,SAAS,CAAC,uBAAuB,GAAG,IAAI,CAAC,CAAC;IACtE,oBAAoB,EAAE,SAAS,CAAC,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;CACtD;AAED,wBAAgB,kBAAkB,CAAC,EACjC,eAAe,EACf,UAAU,EACV,WAAW,EACX,WAAW,EACX,aAAa,EACb,cAAc,EACd,aAAa,EACb,WAAW,EACX,0BAA0B,EAC1B,oBAAoB,GACrB,EAAE,wBAAwB;;2BAGqB,OAAO,CAAC,IAAI,CAAC;iCAiCvC,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;0BA+B3B,kBAAkB,KAAG,OAAO,CAAC,WAAW,CAAC;EAczD"}
@@ -55,9 +55,8 @@ export interface AttachPersistenceResult {
55
55
  */
56
56
  export declare const attachQueryPersistence: (queryClient: QueryClient, storage: StorageInterface | null | undefined) => AttachPersistenceResult;
57
57
  /**
58
- * Remove the persisted query+mutation cache (used on full sign-out / data
59
- * reset). Safe to call even if persistence was never attached. Also clears
60
- * legacy cache keys from older builds.
58
+ * Remove the persisted query+mutation cache (used on full sign-out / data reset).
59
+ * Safe to call even if persistence was never attached.
61
60
  */
62
61
  export declare const clearQueryCache: (storage: StorageInterface) => Promise<void>;
63
62
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"queryClient.d.ts","sourceRoot":"","sources":["../../../../../src/ui/hooks/queryClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,OAAO,EAAE,WAAW,EAA4C,MAAM,uBAAuB,CAAC;AAC9F,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,sCAAsC,CAAC;AAG9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAmEhE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB,QAAO,WA6CpC,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACtC,wEAAwE;IACxE,QAAQ,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACxB,8DAA8D;IAC9D,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,GACjC,aAAa,WAAW,EACxB,SAAS,gBAAgB,GAAG,IAAI,GAAG,SAAS,KAC3C,uBA+BF,CAAC;AAOF;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAU,SAAS,gBAAgB,KAAG,OAAO,CAAC,IAAI,CAa7E,CAAC;AAEF;;GAEG;AACH,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"queryClient.d.ts","sourceRoot":"","sources":["../../../../../src/ui/hooks/queryClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,OAAO,EAAE,WAAW,EAA4C,MAAM,uBAAuB,CAAC;AAC9F,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,sCAAsC,CAAC;AAG9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAmEhE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,iBAAiB,QAAO,WA6CpC,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACtC,wEAAwE;IACxE,QAAQ,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACxB,8DAA8D;IAC9D,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,GACjC,aAAa,WAAW,EACxB,SAAS,gBAAgB,GAAG,IAAI,GAAG,SAAS,KAC3C,uBA+BF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAU,SAAS,gBAAgB,KAAG,OAAO,CAAC,IAAI,CAQ7E,CAAC;AAEF;;GAEG;AACH,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -17,10 +17,11 @@
17
17
  * }
18
18
  * ```
19
19
  *
20
- * Cross-domain SSO:
21
- * - Web: Automatic via the per-apex `/auth/silent` iframe + terminal `/sso` bounce (SDK cold boot)
22
- * - Native: Automatic via shared Keychain/Account Manager
23
- * - Manual sign-in: signIn() redirects to the IdP (web) or opens the auth sheet (native)
20
+ * Cross-domain session (zero cookies):
21
+ * - Web: silent OAuth (`prompt=none`) on cold boot; hub-ticket sync to auth.oxy.so after sign-in
22
+ * - Native: shared Keychain / app-group identity (Commons)
23
+ * - Realtime sync: Socket.IO `session_state` on `device:<deviceId>` once authenticated
24
+ * - Manual sign-in: signIn() opens the in-app account dialog (web + native)
24
25
  */
25
26
  import { useOxy } from '../context/OxyContext';
26
27
  import type { User } from '@oxyhq/core';
@@ -96,7 +97,8 @@ export interface UseAuthReturn extends AuthState, AuthActions {
96
97
  * Features:
97
98
  * - Zero config: Just wrap with OxyProvider and use
98
99
  * - Cross-platform: Same API on native and web
99
- * - Auto SSO: Web apps automatically check for cross-domain sessions
100
+ * - Auto session restore: Web apps silently restore via device-secret mint, then
101
+ * silent OAuth against the IdP hub; native apps use the shared keychain
100
102
  * - Type-safe: Full TypeScript support
101
103
  */
102
104
  export declare function useAuth(): UseAuthReturn;
@@ -1 +1 @@
1
- {"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../../../../src/ui/hooks/useAuth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAGH,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,SAAS;IACxB,4DAA4D;IAC5D,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAElB,oCAAoC;IACpC,eAAe,EAAE,OAAO,CAAC;IAEzB,4DAA4D;IAC5D,SAAS,EAAE,OAAO,CAAC;IAEnB,oDAAoD;IACpD,OAAO,EAAE,OAAO,CAAC;IAEjB,+EAA+E;IAC/E,cAAc,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,gBAAgB,EAAE,OAAO,CAAC;IAE1B;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAE7B;;;;;;;;;OASG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB,oCAAoC;IACpC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,MAAM,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9C;;OAEG;IACH,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAEhC;;OAEG;IACH,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,aAAc,SAAQ,SAAS,EAAE,WAAW;IAC3D,6DAA6D;IAC7D,WAAW,EAAE,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC;IACtD,0EAA0E;IAC1E,eAAe,EAAE,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC,iBAAiB,CAAC,CAAC;IAC9D,0CAA0C;IAC1C,gBAAgB,EAAE,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC,kBAAkB,CAAC,CAAC;CACjE;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,IAAI,aAAa,CAmFvC"}
1
+ {"version":3,"file":"useAuth.d.ts","sourceRoot":"","sources":["../../../../../src/ui/hooks/useAuth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAGH,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,SAAS;IACxB,4DAA4D;IAC5D,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAElB,oCAAoC;IACpC,eAAe,EAAE,OAAO,CAAC;IAEzB,4DAA4D;IAC5D,SAAS,EAAE,OAAO,CAAC;IAEnB,oDAAoD;IACpD,OAAO,EAAE,OAAO,CAAC;IAEjB,+EAA+E;IAC/E,cAAc,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,gBAAgB,EAAE,OAAO,CAAC;IAE1B;;;;OAIG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAE7B;;;;;;;;;OASG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB,oCAAoC;IACpC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,WAAW;IAC1B;;;;;;OAMG;IACH,MAAM,EAAE,CAAC,SAAS,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9C;;OAEG;IACH,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAEhC;;OAEG;IACH,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,aAAc,SAAQ,SAAS,EAAE,WAAW;IAC3D,6DAA6D;IAC7D,WAAW,EAAE,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC;IACtD,0EAA0E;IAC1E,eAAe,EAAE,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC,iBAAiB,CAAC,CAAC;IAC9D,0CAA0C;IAC1C,gBAAgB,EAAE,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC,kBAAkB,CAAC,CAAC;CACjE;AAED;;;;;;;;;GASG;AACH,wBAAgB,OAAO,IAAI,aAAa,CAmFvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSessionManagement.d.ts","sourceRoot":"","sources":["../../../../../src/ui/hooks/useSessionManagement.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,QAAQ,EAAE,KAAK,IAAI,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,OAAO,EAAE,cAAc,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,MAAM,WAAW,2BAA2B;IAC1C,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACnC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,uBAAuB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IAChD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAChD,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAClC;AAED,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,cAAc,EAAE,CAAC,QAAQ,EAAE,aAAa,EAAE,EAAE,OAAO,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE,KAAK,IAAI,CAAC;IAClH,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,eAAe,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1D,iBAAiB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1D,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,WAAW,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;IAC/C,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAKD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAAI,+KAalC,2BAA2B,KAAG,0BA2ThC,CAAC"}
1
+ {"version":3,"file":"useSessionManagement.d.ts","sourceRoot":"","sources":["../../../../../src/ui/hooks/useSessionManagement.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,QAAQ,EAAE,KAAK,IAAI,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,OAAO,EAAE,cAAc,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAKzD,MAAM,WAAW,2BAA2B;IAC1C,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACjC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACnC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,uBAAuB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IAChD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAChD,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAClC;AAED,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,cAAc,EAAE,CAAC,QAAQ,EAAE,aAAa,EAAE,EAAE,OAAO,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAC;QAAC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE,KAAK,IAAI,CAAC;IAClH,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,eAAe,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1D,iBAAiB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1D,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,WAAW,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;IAC/C,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAKD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAAI,+KAalC,2BAA2B,KAAG,0BA4ThC,CAAC"}
@@ -15,14 +15,13 @@ export { default as OxyProvider } from './components/OxyProvider';
15
15
  export { default as OxySignInButton } from './components/OxySignInButton';
16
16
  export { default as OxyAuthPrompt } from './components/OxyAuthPrompt';
17
17
  export type { OxyAuthPromptProps } from './components/OxyAuthPrompt';
18
- export { default as OxyLogo } from './components/OxyLogo';
18
+ export { LogoIcon } from './components/logo/LogoIcon';
19
+ export { LogoText } from './components/logo/LogoText';
19
20
  export { RequireOxyAuth } from './components/RequireOxyAuth';
20
21
  export type { RequireOxyAuthProps, RequireOxyAuthPrompt } from './components/RequireOxyAuth';
21
- export { default as Avatar } from './components/Avatar';
22
22
  export { default as FollowButton } from './components/FollowButton';
23
23
  export { default as OxyPayButton } from './components/OxyPayButton';
24
24
  export { FontLoader, setupFonts } from './components/FontLoader';
25
- export { default as OxyIcon } from './components/icon/OxyIcon';
26
25
  export { default as ProfileButton } from './components/ProfileButton';
27
26
  export { useOxy } from './context/OxyContext';
28
27
  export { useAuth } from './hooks/useAuth';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAMH,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAGtE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAG9E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAGnF,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EACH,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,mBAAmB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAMH,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAGtE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAG9E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAGnF,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EACH,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,mBAAmB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1,17 +1,5 @@
1
1
  /**
2
- * Imperative bridge for the unified {@link OxyAccountDialog}.
3
- *
4
- * Mirrors `bottomSheetManager` — a tiny module-level indirection so any caller
5
- * (even outside React, e.g. an app's imperative "sign in" handler) can open the
6
- * single account dialog without a ref. `OxyContext` registers the live open/close
7
- * controls on mount via {@link registerAccountDialogControls} and reports the
8
- * dialog's visibility here via {@link notifyAccountDialogVisibility}; the exported
9
- * `openAccountDialog` / `closeAccountDialog` drive those controls.
10
- *
11
- * `showSignInModal` / `hideSignInModal` / `subscribeToSignInModal` are the stable
12
- * public surface the previous `SignInModal` module owned — kept so existing
13
- * consumers (inbox, accounts) keep working while the sign-in surface is now the
14
- * unified dialog opened on its `signin` view.
2
+ * Imperative controls for the unified {@link OxyAccountDialog}.
15
3
  */
16
4
  import type { AccountDialogView } from '@oxyhq/core';
17
5
  /** Live open/close handles registered by the mounted provider. */
@@ -19,31 +7,13 @@ export interface AccountDialogControls {
19
7
  open: (view?: AccountDialogView) => void;
20
8
  close: () => void;
21
9
  }
22
- /**
23
- * Register the provider's live open/close controls. Returns an unregister
24
- * function that only clears the slot if it still owns it (guards against a late
25
- * unmount clobbering a newer provider).
26
- */
27
10
  export declare function registerAccountDialogControls(next: AccountDialogControls): () => void;
28
11
  /** Open the account dialog on `view` (default `accounts`). No-op before mount. */
29
12
  export declare function openAccountDialog(view?: AccountDialogView): void;
30
13
  /** Close the account dialog. No-op before mount. */
31
14
  export declare function closeAccountDialog(): void;
32
- /**
33
- * Report the dialog's current visibility so subscribers (e.g. `OxySignInButton`)
34
- * can reflect an in-flight "Signing in…" state. Called by the provider whenever
35
- * the open flag changes, so listeners stay accurate regardless of what triggered
36
- * the change (imperative open, backdrop dismiss, completed sign-in).
37
- */
15
+ /** Report dialog visibility to subscribers (e.g. `OxySignInButton` loading state). */
38
16
  export declare function notifyAccountDialogVisibility(visible: boolean): void;
39
- /**
40
- * Subscribe to dialog visibility changes. Returns an unsubscribe function.
41
- * Retains the name the old `SignInModal` exposed so `OxySignInButton` keeps its
42
- * "Signing in…" affordance.
43
- */
44
- export declare function subscribeToSignInModal(listener: (visible: boolean) => void): () => void;
45
- /** Open the unified dialog on its sign-in view. Public back-compat entry point. */
46
- export declare function showSignInModal(): void;
47
- /** Close the unified dialog. Public back-compat entry point. */
48
- export declare function hideSignInModal(): void;
17
+ /** Subscribe to account dialog visibility changes. */
18
+ export declare function subscribeToAccountDialog(listener: (visible: boolean) => void): () => void;
49
19
  //# sourceMappingURL=accountDialogManager.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"accountDialogManager.d.ts","sourceRoot":"","sources":["../../../../../src/ui/navigation/accountDialogManager.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,kEAAkE;AAClE,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE,iBAAiB,KAAK,IAAI,CAAC;IACzC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAKD;;;;GAIG;AACH,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,qBAAqB,GAAG,MAAM,IAAI,CAOrF;AAED,kFAAkF;AAClF,wBAAgB,iBAAiB,CAAC,IAAI,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAEhE;AAED,oDAAoD;AACpD,wBAAgB,kBAAkB,IAAI,IAAI,CAEzC;AAED;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAIpE;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,GAAG,MAAM,IAAI,CAKvF;AAED,mFAAmF;AACnF,wBAAgB,eAAe,IAAI,IAAI,CAEtC;AAED,gEAAgE;AAChE,wBAAgB,eAAe,IAAI,IAAI,CAEtC"}
1
+ {"version":3,"file":"accountDialogManager.d.ts","sourceRoot":"","sources":["../../../../../src/ui/navigation/accountDialogManager.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,kEAAkE;AAClE,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,CAAC,IAAI,CAAC,EAAE,iBAAiB,KAAK,IAAI,CAAC;IACzC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAKD,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,qBAAqB,GAAG,MAAM,IAAI,CAOrF;AAED,kFAAkF;AAClF,wBAAgB,iBAAiB,CAAC,IAAI,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAEhE;AAED,oDAAoD;AACpD,wBAAgB,kBAAkB,IAAI,IAAI,CAEzC;AAED,sFAAsF;AACtF,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAIpE;AAED,sDAAsD;AACtD,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,GAAG,MAAM,IAAI,CAKzF"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectedAppsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/ConnectedAppsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAOrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AAsM3D,wBAA+C"}
1
+ {"version":3,"file":"ConnectedAppsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/ConnectedAppsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAOrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AAmM3D,wBAA+C"}
@@ -1 +1 @@
1
- {"version":3,"file":"EditProfileFieldScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/EditProfileFieldScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAY9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAe3D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACtB,aAAa,GACb,UAAU,GACV,OAAO,GACP,KAAK,GACL,OAAO,GACP,SAAS,GACT,UAAU,GACV,UAAU,GACV,WAAW,GACX,OAAO,CAAC;AAmBd,UAAU,2BAA4B,SAAQ,eAAe;IACzD,6BAA6B;IAC7B,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAChC;;AAmjBD,wBAAkD"}
1
+ {"version":3,"file":"EditProfileFieldScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/EditProfileFieldScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAY9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAe3D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACtB,aAAa,GACb,UAAU,GACV,OAAO,GACP,KAAK,GACL,OAAO,GACP,SAAS,GACT,UAAU,GACV,UAAU,GACV,WAAW,GACX,OAAO,CAAC;AAmBd,UAAU,2BAA4B,SAAQ,eAAe;IACzD,6BAA6B;IAC7B,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAChC;;AAkjBD,wBAAkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"EditProfileScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/EditProfileScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAQ3D;;;;;;;;GAQG;AACH,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgIhD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"EditProfileScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/EditProfileScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAS3D;;;;;;;;GAQG;AACH,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0HhD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FAQScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/FAQScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAc3D,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqKxC,CAAC;AAUF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"FAQScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/FAQScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAa3D,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqKxC,CAAC;AAUF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FeedbackScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/FeedbackScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AA6C3D,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAshB7C,CAAC;AAwBF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"FeedbackScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/FeedbackScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AA6C3D,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqhB7C,CAAC;AAwBF,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FileManagementScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/FileManagementScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AA2BjF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AA+sBzE,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA8xE7D,CAAC;AAIF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"FileManagementScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/FileManagementScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAgBjF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAgFzE,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAw1D7D,CAAC;AAIF,eAAe,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LanguageSelectorScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/LanguageSelectorScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAa3D,UAAU,2BAA4B,SAAQ,eAAe;CAAI;;AAgMjE,wBAAkD"}
1
+ {"version":3,"file":"LanguageSelectorScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/LanguageSelectorScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAa3D,UAAU,2BAA4B,SAAQ,eAAe;CAAI;;AA+LjE,wBAAkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"LegalDocumentsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/LegalDocumentsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAMrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AAiP3D,wBAAgD"}
1
+ {"version":3,"file":"LegalDocumentsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/LegalDocumentsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAMrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AAkP3D,wBAAgD"}
@@ -1 +1 @@
1
- {"version":3,"file":"ManageAccountScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/ManageAccountScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAsB/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAoD3D;;;;;;;GAOG;AACH,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA45BlD,CAAC;AA+BF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"ManageAccountScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/ManageAccountScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAoD3D;;;;;;;GAOG;AACH,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA04BlD,CAAC;AAiBF,eAAe,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentGatewayScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/PaymentGatewayScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAgB3D,OAAO,KAAK,EAAE,WAAW,EAAE,oBAAoB,EAAe,MAAM,6BAA6B,CAAC;AAElG,YAAY,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;AAElD,UAAU,yBAA0B,SAAQ,eAAe;IACvD,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACzD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAOD,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA2P7D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"PaymentGatewayScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/PaymentGatewayScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAc3D,OAAO,KAAK,EAAE,WAAW,EAAE,oBAAoB,EAAe,MAAM,6BAA6B,CAAC;AAElG,YAAY,EAAE,WAAW,EAAE,oBAAoB,EAAE,CAAC;AAElD,UAAU,yBAA0B,SAAQ,eAAe;IACvD,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACzD,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAOD,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAyP7D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PremiumSubscriptionScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/PremiumSubscriptionScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAqF3D,QAAA,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwhCxD,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"PremiumSubscriptionScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/PremiumSubscriptionScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAuF3D,QAAA,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAwhCxD,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PrivacySettingsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/PrivacySettingsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AA8a3D,wBAAiD"}
1
+ {"version":3,"file":"PrivacySettingsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/PrivacySettingsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AA4a3D,wBAAiD"}
@@ -1 +1 @@
1
- {"version":3,"file":"SavesCollectionsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/SavesCollectionsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AA2K3D,wBAAkD"}
1
+ {"version":3,"file":"SavesCollectionsScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/SavesCollectionsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;;AA0K3D,wBAAkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"WelcomeNewUserScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/WelcomeNewUserScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAiD3D;;;;;GAKG;AACH,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,GAAG;IAAE,OAAO,CAAC,EAAE,GAAG,CAAA;CAAE,CAqTvE,CAAC;AAkFF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"WelcomeNewUserScreen.d.ts","sourceRoot":"","sources":["../../../../../src/ui/screens/WelcomeNewUserScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAiD3D;;;;;GAKG;AACH,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,GAAG;IAAE,OAAO,CAAC,EAAE,GAAG,CAAA;CAAE,CAoTvE,CAAC;AAkFF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,40 @@
1
+ import type React from 'react';
2
+ import { ScrollView } from 'react-native';
3
+ import type { FileMetadata } from '@oxyhq/core';
4
+ import { useTheme } from '@oxyhq/bloom/theme';
5
+ type ThemeColors = ReturnType<typeof useTheme>['colors'];
6
+ /** A pre-built list row descriptor (produced by the orchestrator's memo). */
7
+ export interface FileListItem {
8
+ id: string;
9
+ icon?: React.ReactNode;
10
+ title: string;
11
+ description?: string;
12
+ onPress: () => void;
13
+ rightElement?: React.ReactNode;
14
+ }
15
+ export interface FileListSectionProps {
16
+ scrollViewRef: React.RefObject<ScrollView | null>;
17
+ filteredFiles: FileMetadata[];
18
+ searchQuery: string;
19
+ items: FileListItem[];
20
+ paging: {
21
+ loadingMore: boolean;
22
+ hasMore: boolean;
23
+ };
24
+ refreshing: boolean;
25
+ colors: ThemeColors;
26
+ t: (key: string, vars?: Record<string, string | number>) => string;
27
+ onRefresh: () => void;
28
+ onLoadMore: () => void;
29
+ onClearSearch: () => void;
30
+ /** Rendered when there are no files at all (not a search miss). */
31
+ renderEmptyState: () => React.ReactNode;
32
+ }
33
+ /**
34
+ * The non-photo file list (list-style `all`/`videos`/`documents`/`audio`
35
+ * views). Extracted verbatim from FileManagementScreen — the orchestrator
36
+ * still owns the item construction and pagination logic and threads them in.
37
+ */
38
+ declare const FileListSection: React.FC<FileListSectionProps>;
39
+ export default FileListSection;
40
+ //# sourceMappingURL=FileListSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileListSection.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/screens/fileManagement/FileListSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAIH,UAAU,EAGb,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAG9C,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,QAAQ,CAAC,CAAC;AAEzD,6EAA6E;AAC7E,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED,MAAM,WAAW,oBAAoB;IACjC,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;IAClD,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,MAAM,EAAE;QAAE,WAAW,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IACnD,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC;IACpB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,MAAM,CAAC;IACnE,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,mEAAmE;IACnE,gBAAgB,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CAC3C;AAED;;;;GAIG;AACH,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA2EnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,38 @@
1
+ import React from 'react';
2
+ import type { FileMetadata } from '@oxyhq/core';
3
+ /**
4
+ * Props for the dedicated photo picker view. Used by FileManagementScreen
5
+ * only when `selectMode + image-only` is active. All callbacks are wired by
6
+ * the parent — this component is purely presentational.
7
+ */
8
+ export interface PhotoPickerViewProps {
9
+ photos: FileMetadata[];
10
+ selectedIds: Set<string>;
11
+ multiSelect: boolean;
12
+ maxSelection?: number;
13
+ allowUpload: boolean;
14
+ refreshing: boolean;
15
+ uploading: boolean;
16
+ isPickingDocument: boolean;
17
+ uploadProgress: {
18
+ current: number;
19
+ total: number;
20
+ } | null;
21
+ hasMore: boolean;
22
+ loadingMore: boolean;
23
+ reduceMotion: boolean;
24
+ getThumbUrl: (file: FileMetadata, variant?: string) => string;
25
+ primaryColor: string;
26
+ isOwner: boolean;
27
+ onTogglePhoto: (photo: FileMetadata) => void;
28
+ onPreviewPhoto: (photo: FileMetadata) => void;
29
+ onUpload: () => void;
30
+ onRefresh: () => void;
31
+ onLoadMore: () => void;
32
+ onCancel: () => void;
33
+ onConfirm: () => void;
34
+ t: (key: string, vars?: Record<string, string | number>) => string;
35
+ }
36
+ declare const PhotoPickerView: React.FC<PhotoPickerViewProps>;
37
+ export default PhotoPickerView;
38
+ //# sourceMappingURL=PhotoPickerSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PhotoPickerSection.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/screens/fileManagement/PhotoPickerSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAqBvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AA6EhD;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC,MAAM,EAAE,YAAY,EAAE,CAAC;IACvB,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,cAAc,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC1D,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,CAAC,IAAI,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC9D,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IAC7C,cAAc,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IAC9C,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,MAAM,CAAC;CACtE;AA4ID,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAqVnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type React from 'react';
2
+ export interface UploadBarProps {
3
+ /** Aggregate upload progress, or null when indeterminate. */
4
+ uploadProgress: {
5
+ current: number;
6
+ total: number;
7
+ } | null;
8
+ /** Bloom dark-mode flag (drives banner + track colors). */
9
+ isDark: boolean;
10
+ /** Theme colors used by the banner. */
11
+ colors: {
12
+ primary: string;
13
+ text: string;
14
+ border: string;
15
+ };
16
+ t: (key: string, vars?: Record<string, string | number>) => string;
17
+ }
18
+ /**
19
+ * The non-blocking "Uploading…" banner overlay shown at the bottom of the file
20
+ * manager while uploads are in flight. Purely presentational — the orchestrator
21
+ * gates rendering on `!selectMode && uploading`.
22
+ */
23
+ declare const UploadBar: React.FC<UploadBarProps>;
24
+ export default UploadBar;
25
+ //# sourceMappingURL=UploadBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UploadBar.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/screens/fileManagement/UploadBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,cAAc;IAC3B,6DAA6D;IAC7D,cAAc,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC1D,2DAA2D;IAC3D,MAAM,EAAE,OAAO,CAAC;IAChB,uCAAuC;IACvC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAC1D,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,MAAM,CAAC;CACtE;AAED;;;;GAIG;AACH,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAyBvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import type React from 'react';
2
+ import type { FileMetadata } from '@oxyhq/core';
3
+ import { useUploadFile } from '../../../hooks/mutations/useAccountMutations';
4
+ import { type PendingUploadFile } from '../shared';
5
+ /** Dependencies threaded into the upload-state hook from the orchestrator. */
6
+ export interface UseFileUploadStateParams {
7
+ targetUserId?: string;
8
+ uploadFileMutation: ReturnType<typeof useUploadFile>;
9
+ defaultVisibility: 'private' | 'public' | 'unlisted';
10
+ selectMode: boolean;
11
+ multiSelect: boolean;
12
+ afterSelect: 'close' | 'back' | 'none';
13
+ onSelect?: (file: FileMetadata) => void;
14
+ goBack?: () => void;
15
+ onClose?: () => void;
16
+ selectedIds: Set<string>;
17
+ setSelectedIds: React.Dispatch<React.SetStateAction<Set<string>>>;
18
+ loadFiles: (mode?: 'initial' | 'refresh' | 'silent' | 'more') => Promise<void> | void;
19
+ t: (key: string, vars?: Record<string, string | number>) => string;
20
+ }
21
+ /** Public surface returned to the orchestrator. */
22
+ export interface UseFileUploadStateResult {
23
+ isPickingDocument: boolean;
24
+ pendingFiles: PendingUploadFile[];
25
+ showUploadPreview: boolean;
26
+ handleFileUpload: () => Promise<void>;
27
+ handleConfirmUpload: () => Promise<void>;
28
+ handleCancelUpload: () => void;
29
+ removePendingFile: (index: number) => void;
30
+ }
31
+ /**
32
+ * Owns the self-contained document-picking + upload-preview state and handlers
33
+ * extracted from FileManagementScreen. Behaviour is preserved verbatim — the
34
+ * orchestrator simply threads in the values these handlers depend on and
35
+ * consumes the returned state/handlers.
36
+ */
37
+ export declare const useFileUploadState: ({ targetUserId, uploadFileMutation, defaultVisibility, selectMode, multiSelect, afterSelect, onSelect, goBack, onClose, selectedIds, setSelectedIds, loadFiles, t, }: UseFileUploadStateParams) => UseFileUploadStateResult;
38
+ export default useFileUploadState;
39
+ //# sourceMappingURL=useFileUploadState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFileUploadState.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/screens/fileManagement/hooks/useFileUploadState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,aAAa,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC;AAE7E,OAAO,EACH,KAAK,iBAAiB,EAQzB,MAAM,WAAW,CAAC;AAEnB,8EAA8E;AAC9E,MAAM,WAAW,wBAAwB;IACrC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;IACrD,iBAAiB,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;IACrD,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IACvC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IACxC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACzB,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAClE,SAAS,EAAE,CAAC,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACtF,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,MAAM,CAAC;CACtE;AAED,mDAAmD;AACnD,MAAM,WAAW,wBAAwB;IACrC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,iBAAiB,EAAE,CAAC;IAClC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAED;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,GAAI,sKAchC,wBAAwB,KAAG,wBA4a7B,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,34 @@
1
+ import type { RNFileDescriptor } from '@oxyhq/core';
2
+ export declare const loadDocumentPicker: () => Promise<typeof import("expo-document-picker")>;
3
+ /**
4
+ * Extract error message from unknown error type.
5
+ * Delegates to the canonical `getErrorMessage` in `@oxyhq/core` and returns
6
+ * `undefined` for empty results (so callers can fall back to a translated
7
+ * message via `||`).
8
+ */
9
+ export declare const getErrorMessage: (error: unknown) => string | undefined;
10
+ /**
11
+ * A picker-produced file ready to upload. On web this is a real `File`
12
+ * (carrying an optional `uri` for preview). On native, it's an
13
+ * {@link RNFileDescriptor} — passed straight to FormData by `assetUpload`.
14
+ */
15
+ export type UploadCandidate = (File & {
16
+ uri?: string;
17
+ }) | RNFileDescriptor;
18
+ /** Returns the display name for either a web File or an RN descriptor. */
19
+ export declare const candidateName: (candidate: UploadCandidate, fallback: string) => string;
20
+ /** Returns the byte size for either a web File or an RN descriptor (0 if unknown). */
21
+ export declare const candidateSize: (candidate: UploadCandidate) => number;
22
+ /** Returns the mime type for either a web File or an RN descriptor. */
23
+ export declare const candidateType: (candidate: UploadCandidate) => string;
24
+ /** Returns the preview URI for an upload candidate, if available. */
25
+ export declare const candidateUri: (candidate: UploadCandidate) => string | undefined;
26
+ /** A processed file ready for review in the upload preview modal. */
27
+ export interface PendingUploadFile {
28
+ file: UploadCandidate;
29
+ preview?: string;
30
+ size: number;
31
+ name: string;
32
+ type: string;
33
+ }
34
+ //# sourceMappingURL=shared.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/screens/fileManagement/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAMpD,eAAO,MAAM,kBAAkB,sDAQ9B,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,OAAO,KAAG,MAAM,GAAG,SAIzD,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,IAAI,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,gBAAgB,CAAC;AAE3E,0EAA0E;AAC1E,eAAO,MAAM,aAAa,GAAI,WAAW,eAAe,EAAE,UAAU,MAAM,KAAG,MACS,CAAC;AAEvF,sFAAsF;AACtF,eAAO,MAAM,aAAa,GAAI,WAAW,eAAe,KAAG,MAG1D,CAAC;AAEF,uEAAuE;AACvE,eAAO,MAAM,aAAa,GAAI,WAAW,eAAe,KAAG,MAG1D,CAAC;AAEF,qEAAqE;AACrE,eAAO,MAAM,YAAY,GAAI,WAAW,eAAe,KAAG,MAAM,GAAG,SAGlE,CAAC;AAEF,qEAAqE;AACrE,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,eAAe,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TrustFAQScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/screens/trust/TrustFAQScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;;AA2G9D,wBAA0C"}
1
+ {"version":3,"file":"TrustFAQScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/screens/trust/TrustFAQScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;;AAqG9D,wBAA0C"}
@@ -9,13 +9,12 @@
9
9
  */
10
10
  export declare const OxyProvider: () => null;
11
11
  export declare const OxySignInButton: () => null;
12
- export declare const OxyLogo: () => null;
13
- export declare const Avatar: () => null;
12
+ export declare const LogoIcon: () => null;
13
+ export declare const LogoText: () => null;
14
14
  export declare const FollowButton: () => null;
15
15
  export declare const OxyPayButton: () => null;
16
16
  export declare const FontLoader: () => null;
17
17
  export declare const setupFonts: () => void;
18
- export declare const OxyIcon: () => null;
19
18
  export declare const useOxy: () => {};
20
19
  export declare const useAuth: () => {};
21
20
  export declare const useFollow: () => {};
@@ -1 +1 @@
1
- {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../../src/ui/server.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAQH,eAAO,MAAM,WAAW,YAAgB,CAAC;AACzC,eAAO,MAAM,eAAe,YAAgB,CAAC;AAC7C,eAAO,MAAM,OAAO,YAAgB,CAAC;AACrC,eAAO,MAAM,MAAM,YAAgB,CAAC;AACpC,eAAO,MAAM,YAAY,YAAgB,CAAC;AAC1C,eAAO,MAAM,YAAY,YAAgB,CAAC;AAC1C,eAAO,MAAM,UAAU,YAAgB,CAAC;AACxC,eAAO,MAAM,UAAU,YAAW,CAAC;AACnC,eAAO,MAAM,OAAO,YAAgB,CAAC;AAGrC,eAAO,MAAM,MAAM,UAAW,CAAC;AAG/B,eAAO,MAAM,OAAO,UAAW,CAAC;AAChC,eAAO,MAAM,SAAS,UAAW,CAAC;AAClC,eAAO,MAAM,UAAU;;;CAA0B,CAAC;AAGlD,eAAO,MAAM,aAAa,YAAgB,CAAC;AAG3C,eAAO,MAAM,YAAY,UAAW,CAAC;AACrC,eAAO,MAAM,eAAe,UAAW,CAAC;AAGxC,eAAO,MAAM,KAAK;;;;;;;CAUjB,CAAC;AAGF,OAAO,EACH,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,mBAAmB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../../src/ui/server.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAQH,eAAO,MAAM,WAAW,YAAgB,CAAC;AACzC,eAAO,MAAM,eAAe,YAAgB,CAAC;AAC7C,eAAO,MAAM,QAAQ,YAAgB,CAAC;AACtC,eAAO,MAAM,QAAQ,YAAgB,CAAC;AACtC,eAAO,MAAM,YAAY,YAAgB,CAAC;AAC1C,eAAO,MAAM,YAAY,YAAgB,CAAC;AAC1C,eAAO,MAAM,UAAU,YAAgB,CAAC;AACxC,eAAO,MAAM,UAAU,YAAW,CAAC;AAGnC,eAAO,MAAM,MAAM,UAAW,CAAC;AAG/B,eAAO,MAAM,OAAO,UAAW,CAAC;AAChC,eAAO,MAAM,SAAS,UAAW,CAAC;AAClC,eAAO,MAAM,UAAU;;;CAA0B,CAAC;AAGlD,eAAO,MAAM,aAAa,YAAgB,CAAC;AAG3C,eAAO,MAAM,YAAY,UAAW,CAAC;AACrC,eAAO,MAAM,eAAe,UAAW,CAAC;AAGxC,eAAO,MAAM,KAAK;;;;;;;CAUjB,CAAC;AAGF,OAAO,EACH,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,mBAAmB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -19,8 +19,8 @@ import { SessionClient, createSessionClientHost, type AuthStateStore, type OxySe
19
19
  * alongside the client so the caller can call `host.setCurrentAccountId(...)`
20
20
  * as the active account changes.
21
21
  *
22
- * The realtime socket is bearer-only: a signed-out tab cannot join any device
23
- * room, so there is no signed-out socket wiring.
22
+ * The realtime socket uses bearer when authenticated, or deviceId+deviceSecret
23
+ * when signed out (after the one-shot join redirect).
24
24
  */
25
25
  export declare function createSessionClient(oxyServices: OxyServices, store: AuthStateStore, onUnauthenticated?: () => void): {
26
26
  client: SessionClient;
@@ -42,6 +42,8 @@ export interface OxyProviderProps {
42
42
  authWebUrl?: string;
43
43
  authRedirectUri?: string;
44
44
  queryClient?: QueryClient;
45
+ /** Sync device credentials to auth.oxy.so after interactive sign-in. @default true */
46
+ hubSync?: boolean;
45
47
  /**
46
48
  * Convenience: wrap the whole app subtree in `<RequireOxyAuth prompt=...>`.
47
49
  * `off` (default) renders children unconditionally; `soft` adds a dismissible
@@ -51,23 +53,5 @@ export interface OxyProviderProps {
51
53
  * @default 'off'
52
54
  */
53
55
  requireAuth?: 'off' | 'soft' | 'hard';
54
- /**
55
- * Whether this provider acts as the ecosystem's device-first **session
56
- * authority**. `true` (default) runs the full device-first cold boot on
57
- * mount (bootstrap-return → stored tokens → shared key / bootstrap hop) and
58
- * opens the signed-out device-state socket so an idle tab self-acquires when
59
- * a sibling signs in — the correct behavior for every Relying Party app.
60
- *
61
- * Set `false` for the **IdP host** (`auth.oxy.so`): the IdP is NOT a session
62
- * authority (see the handoff "IdP vs RP" section). With `coldBoot={false}`
63
- * the provider skips `runSessionColdBoot` entirely and never opens the
64
- * signed-out device socket — auth resolves immediately as signed out (no
65
- * boot spinner). Interactive sign-in is unaffected: a user who signs in
66
- * through this provider (password, 2FA, or the "Sign in with Oxy" QR device
67
- * flow) still commits a normal session scoped to this origin, which is all
68
- * the IdP needs to drive its OAuth authorize/consent flow.
69
- * @default true
70
- */
71
- coldBoot?: boolean;
72
56
  }
73
57
  //# sourceMappingURL=navigation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../../../src/ui/types/navigation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAItD,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,OAAO,CAAC;IACzB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,eAAe;IAE5B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACxE,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAG9C,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAGlC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IACrD,YAAY,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAGjE,aAAa,CAAC,EAAE,SAAS,CAAC;IAG1B,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAGnD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAgB;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;IACtC;;;;;;;;;;;;;;;;OAgBG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../../../src/ui/types/navigation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAItD,MAAM,WAAW,cAAc;IAC3B,SAAS,EAAE,MAAM,OAAO,CAAC;IACzB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,eAAe;IAE5B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACxE,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAG9C,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAGlC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IACrD,YAAY,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAGjE,aAAa,CAAC,EAAE,SAAS,CAAC;IAG1B,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAGnD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAgB;IAC7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,sFAAsF;IACtF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;CACzC"}
@@ -0,0 +1,24 @@
1
+ import type { OxyServices } from '@oxyhq/core';
2
+ /** True when this tab already attempted cross-origin silent OAuth restore. */
3
+ export declare function isCrossOriginRestoreBlocked(): boolean;
4
+ /** Mark restore as attempted — never auto-retry until sign-out clears guards. */
5
+ export declare function markCrossOriginRestoreAttempted(): void;
6
+ /** Clear all cross-origin restore loop guards (call on sign-out). */
7
+ export declare function clearCrossOriginRestoreGuards(): void;
8
+ export interface SilentOAuthRestoreOptions {
9
+ oxyServices: OxyServices;
10
+ clientId: string;
11
+ redirectUri?: string;
12
+ scope?: string;
13
+ }
14
+ /**
15
+ * Top-level redirect to auth.oxy.so/authorize with `prompt=none` for silent
16
+ * cross-origin session restore on all web apps (official + third-party).
17
+ */
18
+ export declare function maybeStartSilentOAuthRestore(opts: SilentOAuthRestoreOptions): Promise<boolean>;
19
+ /**
20
+ * When the RP lands with OAuth error params from a silent authorize attempt,
21
+ * strip them and return whether the error was terminal for silent restore.
22
+ */
23
+ export declare function consumeSilentOAuthError(): 'login_required' | 'consent_required' | null;
24
+ //# sourceMappingURL=crossOriginRestore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"crossOriginRestore.d.ts","sourceRoot":"","sources":["../../../../../src/ui/utils/crossOriginRestore.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAkB/C,8EAA8E;AAC9E,wBAAgB,2BAA2B,IAAI,OAAO,CAOrD;AAED,iFAAiF;AACjF,wBAAgB,+BAA+B,IAAI,IAAI,CAKtD;AAED,qEAAqE;AACrE,wBAAgB,6BAA6B,IAAI,IAAI,CAMpD;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,yBAAyB,GAC9B,OAAO,CAAC,OAAO,CAAC,CA0ClB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,IAAI,gBAAgB,GAAG,kBAAkB,GAAG,IAAI,CAsBtF"}