@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
@@ -4,17 +4,16 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.getHeaderHeight = exports.default = void 0;
7
- var _reactNative = require("react-native");
8
7
  var _react = require("react");
8
+ var _reactNative = require("react-native");
9
9
  var _reactNativeReanimated = _interopRequireWildcard(require("react-native-reanimated"));
10
10
  var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
11
11
  var _vectorIcons = require("@expo/vector-icons");
12
- var _OxyIcon = _interopRequireDefault(require("./icon/OxyIcon.js"));
13
12
  var _theme = require("@oxyhq/bloom/theme");
13
+ var _pressableScale = require("@oxyhq/bloom/pressable-scale");
14
+ var _typography = require("@oxyhq/bloom/typography");
14
15
  var _jsxRuntime = require("react/jsx-runtime");
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
17
- // Calculate header height based on platform and variant
18
17
  const getHeaderHeight = (variant = 'default', safeAreaTop = 0) => {
19
18
  const paddingTop = _reactNative.Platform.OS === 'ios' ? Math.max(safeAreaTop, 50) : 16;
20
19
  const paddingBottom = 12;
@@ -22,41 +21,59 @@ const getHeaderHeight = (variant = 'default', safeAreaTop = 0) => {
22
21
  return paddingTop + contentHeight + paddingBottom;
23
22
  };
24
23
  exports.getHeaderHeight = getHeaderHeight;
24
+ const HeaderActionButton = ({
25
+ action,
26
+ colors
27
+ }) => {
28
+ const isText = !!action.text;
29
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_pressableScale.PressableScale, {
30
+ onPress: action.onPress,
31
+ disabled: action.disabled || action.loading,
32
+ style: [styles.actionButton, isText ? styles.textActionButton : styles.iconActionButton, {
33
+ backgroundColor: isText ? colors.tint : colors.card,
34
+ opacity: action.disabled ? 0.5 : 1
35
+ }],
36
+ children: action.loading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
37
+ size: "small",
38
+ color: isText ? colors.card : colors.tint
39
+ }) : isText ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
40
+ style: [styles.actionText, {
41
+ color: colors.card
42
+ }],
43
+ children: action.text
44
+ }) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
45
+ name: action.icon,
46
+ size: 18,
47
+ color: colors.tint
48
+ })
49
+ });
50
+ };
25
51
  const Header = ({
26
52
  title,
27
53
  subtitle,
28
54
  onBack,
29
55
  onClose,
30
- rightAction,
31
- rightActions,
32
- theme,
56
+ actions,
33
57
  showBackButton = true,
34
58
  showCloseButton = false,
35
- showThemeToggle = false,
36
- onThemeToggle,
37
59
  variant = 'default',
38
60
  elevation = 'subtle',
39
61
  subtitleVariant = 'default',
40
62
  titleAlignment = 'left',
41
63
  scrollY
42
64
  }) => {
43
- const bloomTheme = (0, _theme.useTheme)();
44
- const colors = bloomTheme.colors;
45
- const colorScheme = bloomTheme.mode;
65
+ const {
66
+ colors,
67
+ mode
68
+ } = (0, _theme.useTheme)();
46
69
  const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();
47
70
  const headerHeight = getHeaderHeight(variant, insets.top);
71
+ const isDark = mode === 'dark';
48
72
 
49
- // Animated style for sticky behavior on native
50
- // Only create animated style if scrollY is provided and we're on native platform
73
+ // Sticky behavior on native: header translates up as content scrolls, clamped
74
+ // so it never leaves the viewport. No-op on web (uses CSS `position: sticky`).
51
75
  const animatedHeaderStyle = (0, _reactNativeReanimated.useAnimatedStyle)(() => {
52
- if (_reactNative.Platform.OS === 'web' || !scrollY) {
53
- return {};
54
- }
55
-
56
- // Sticky behavior: header scrolls with content initially, then sticks at top
57
- // When scrollY = 0, translateY = 0 (header at normal position)
58
- // When scrollY > 0, translateY becomes negative to keep header at top
59
- // Clamp to prevent header from going above viewport
76
+ if (_reactNative.Platform.OS === 'web' || !scrollY) return {};
60
77
  const translateY = (0, _reactNativeReanimated.interpolate)(scrollY.value, [0, headerHeight], [0, -headerHeight], _reactNativeReanimated.Extrapolation.CLAMP);
61
78
  return {
62
79
  transform: [{
@@ -64,136 +81,8 @@ const Header = ({
64
81
  }]
65
82
  };
66
83
  }, [scrollY, headerHeight]);
67
- const handleBackPress = () => {
68
- if (!onBack) return;
69
-
70
- // Navigate immediately and synchronously - this prioritizes navigation
71
- // over keyboard dismiss. The keyboard will close naturally after screen changes.
72
- onBack();
73
- };
74
- const renderBackButton = () => {
75
- if (!showBackButton || !onBack) return null;
76
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
77
- className: "bg-card",
78
- style: styles.backButton,
79
- onPress: handleBackPress,
80
- activeOpacity: 0.7,
81
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_OxyIcon.default, {
82
- name: "chevron-back",
83
- size: 18,
84
- color: colors.tint
85
- })
86
- });
87
- };
88
- const renderCloseButton = () => {
89
- if (!showCloseButton || !onClose) return null;
90
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
91
- className: "bg-card",
92
- style: styles.closeButton,
93
- onPress: onClose,
94
- activeOpacity: 0.7,
95
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
96
- name: "close",
97
- size: 18,
98
- color: colors.text
99
- })
100
- });
101
- };
102
- const renderRightActionButton = (action, idx) => {
103
- const isTextAction = action.text;
104
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
105
- style: [styles.rightActionButton, isTextAction ? styles.textActionButton : styles.iconActionButton, {
106
- backgroundColor: isTextAction ? colors.tint : colors.card,
107
- opacity: action.disabled ? 0.5 : 1
108
- }],
109
- onPress: action.onPress,
110
- disabled: action.disabled || action.loading,
111
- activeOpacity: 0.7,
112
- children: action.loading ? /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
113
- style: styles.loadingContainer,
114
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
115
- style: [styles.loadingDot, {
116
- backgroundColor: isTextAction ? colors.card : colors.tint
117
- }]
118
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
119
- style: [styles.loadingDot, {
120
- backgroundColor: isTextAction ? colors.card : colors.tint
121
- }]
122
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
123
- style: [styles.loadingDot, {
124
- backgroundColor: isTextAction ? colors.card : colors.tint
125
- }]
126
- })]
127
- }) : isTextAction ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
128
- style: [styles.actionText, {
129
- color: colors.card
130
- }],
131
- children: action.text
132
- }) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
133
- name: action.icon,
134
- size: 18,
135
- color: colors.tint
136
- })
137
- }, action.key || idx);
138
- };
139
- const renderRightActions = () => {
140
- const actions = [];
141
-
142
- // Add existing right actions
143
- if (rightActions?.length) {
144
- actions.push(...rightActions);
145
- } else if (rightAction) {
146
- actions.push(rightAction);
147
- }
148
-
149
- // Add theme toggle button if enabled
150
- if (showThemeToggle && onThemeToggle) {
151
- actions.push({
152
- icon: colorScheme === 'dark' ? 'sunny' : 'moon',
153
- onPress: onThemeToggle,
154
- key: 'theme-toggle'
155
- });
156
- }
157
- if (actions.length === 0) return null;
158
- if (actions.length > 1) {
159
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
160
- style: styles.rightActionsRow,
161
- children: actions.map((a, i) => renderRightActionButton(a, i))
162
- });
163
- }
164
- return renderRightActionButton(actions[0], 0);
165
- };
166
- const renderTitle = () => {
167
- const titleStyle = variant === 'large' ? styles.titleLarge : variant === 'minimal' ? styles.titleMinimal : styles.titleDefault;
168
- const subtitleStyle = variant === 'large' ? styles.subtitleLarge : variant === 'minimal' ? styles.subtitleMinimal : subtitleVariant === 'small' ? styles.subtitleSmall : subtitleVariant === 'large' ? styles.subtitleLarge : subtitleVariant === 'muted' ? styles.subtitleMuted : styles.subtitleDefault;
169
- const getTitleAlignment = () => {
170
- switch (titleAlignment) {
171
- case 'center':
172
- return styles.titleContainerCenter;
173
- case 'right':
174
- return styles.titleContainerRight;
175
- default:
176
- return styles.titleContainerLeft;
177
- }
178
- };
179
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
180
- style: [styles.titleContainer, getTitleAlignment(), variant === 'minimal' && styles.titleContainerMinimal],
181
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
182
- className: "text-foreground",
183
- style: titleStyle,
184
- children: title
185
- }), subtitle ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
186
- className: "text-muted-foreground",
187
- style: subtitleStyle,
188
- children: subtitle
189
- }) : null]
190
- });
191
- };
192
- const getElevationStyle = () => {
193
- const isDark = colorScheme === 'dark';
84
+ const elevationStyle = (0, _react.useMemo)(() => {
194
85
  switch (elevation) {
195
- case 'none':
196
- return {};
197
86
  case 'subtle':
198
87
  return _reactNative.Platform.select({
199
88
  web: {
@@ -229,40 +118,62 @@ const Header = ({
229
118
  default:
230
119
  return {};
231
120
  }
232
- };
233
- const getBackgroundStyle = () => {
234
- if (variant === 'gradient') {
235
- return {
236
- // Add gradient overlay effect
237
- borderBottomWidth: 1
238
- };
239
- }
240
- return {
241
- borderBottomWidth: elevation === 'none' ? 0 : 1
242
- };
243
- };
244
- const backgroundStyle = getBackgroundStyle();
245
- const elevationStyle = getElevationStyle();
121
+ }, [elevation, isDark]);
246
122
  const containerStyle = (0, _react.useMemo)(() => [styles.container, {
247
123
  paddingTop: _reactNative.Platform.OS === 'ios' ? Math.max(insets.top, 50) : 16
248
124
  },
249
- // When header is inside ScrollView (has scrollY), don't use absolute positioning
250
- !scrollY && _reactNative.Platform.OS !== 'web' ? {
251
- position: 'absolute',
252
- top: 0,
253
- left: 0,
254
- right: 0
255
- } : {}, backgroundStyle, elevationStyle], [insets.top, backgroundStyle, elevationStyle, scrollY]);
125
+ // Header inside a ScrollView (scrollY provided) must not be absolutely positioned.
126
+ !scrollY && _reactNative.Platform.OS !== 'web' ? styles.absolute : null, {
127
+ borderBottomWidth: elevation === 'none' ? 0 : 1
128
+ }, elevationStyle], [insets.top, elevation, elevationStyle, scrollY]);
129
+ const titleAlign = titleAlignment === 'center' ? styles.alignCenter : titleAlignment === 'right' ? styles.alignRight : styles.alignLeft;
256
130
  const HeaderContainer = _reactNative.Platform.OS === 'web' || !scrollY ? _reactNative.View : _reactNativeReanimated.default.View;
257
- // Only apply animated styles when HeaderContainer is an animated component
258
- const shouldUseAnimatedStyle = _reactNative.Platform.OS !== 'web' && scrollY !== undefined;
259
- const headerStyle = shouldUseAnimatedStyle ? [containerStyle, animatedHeaderStyle] : containerStyle;
131
+ const headerStyle = _reactNative.Platform.OS !== 'web' && scrollY !== undefined ? [containerStyle, animatedHeaderStyle] : containerStyle;
260
132
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(HeaderContainer, {
261
- className: "bg-background border-border",
133
+ className: "bg-bg border-border",
262
134
  style: headerStyle,
263
135
  children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
264
136
  style: [styles.content, variant === 'minimal' && styles.contentMinimal],
265
- children: [renderBackButton(), renderTitle(), renderRightActions(), renderCloseButton()]
137
+ children: [showBackButton && onBack ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
138
+ className: "bg-card",
139
+ style: styles.circleButton,
140
+ onPress: onBack,
141
+ activeOpacity: 0.7,
142
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
143
+ name: "chevron-back",
144
+ size: 18,
145
+ color: colors.tint
146
+ })
147
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
148
+ style: [styles.titleContainer, titleAlign, variant === 'minimal' && styles.titleContainerMinimal],
149
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.H4, {
150
+ className: "text-text",
151
+ style: variant === 'minimal' ? styles.titleMinimal : styles.titleDefault,
152
+ numberOfLines: 1,
153
+ children: title
154
+ }), subtitle ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.Text, {
155
+ className: "text-text-secondary",
156
+ style: subtitleStyles[subtitleVariant],
157
+ numberOfLines: 1,
158
+ children: subtitle
159
+ }) : null]
160
+ }), actions?.length ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
161
+ style: styles.actionsRow,
162
+ children: actions.map((action, idx) => /*#__PURE__*/(0, _jsxRuntime.jsx)(HeaderActionButton, {
163
+ action: action,
164
+ colors: colors
165
+ }, action.key ?? idx))
166
+ }) : null, showCloseButton && onClose ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
167
+ className: "bg-card",
168
+ style: [styles.circleButton, styles.closeButton],
169
+ onPress: onClose,
170
+ activeOpacity: 0.7,
171
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
172
+ name: "close",
173
+ size: 18,
174
+ color: colors.text
175
+ })
176
+ }) : null]
266
177
  })
267
178
  });
268
179
  };
@@ -277,11 +188,15 @@ const styles = _reactNative.StyleSheet.create({
277
188
  left: 0,
278
189
  right: 0
279
190
  },
280
- default: {
281
- // Position will be set dynamically based on scrollY prop
282
- }
191
+ default: {}
283
192
  })
284
193
  },
194
+ absolute: {
195
+ position: 'absolute',
196
+ top: 0,
197
+ left: 0,
198
+ right: 0
199
+ },
285
200
  content: {
286
201
  flexDirection: 'row',
287
202
  alignItems: 'center',
@@ -293,7 +208,7 @@ const styles = _reactNative.StyleSheet.create({
293
208
  paddingHorizontal: 12,
294
209
  minHeight: 36
295
210
  },
296
- backButton: {
211
+ circleButton: {
297
212
  width: 32,
298
213
  height: 32,
299
214
  borderRadius: 16,
@@ -302,25 +217,20 @@ const styles = _reactNative.StyleSheet.create({
302
217
  marginRight: 10
303
218
  },
304
219
  closeButton: {
305
- width: 32,
306
- height: 32,
307
- borderRadius: 16,
308
- alignItems: 'center',
309
- justifyContent: 'center',
220
+ marginRight: 0,
310
221
  marginLeft: 10
311
222
  },
312
223
  titleContainer: {
313
224
  flex: 1,
314
- alignItems: 'flex-start',
315
225
  justifyContent: 'center'
316
226
  },
317
- titleContainerLeft: {
227
+ alignLeft: {
318
228
  alignItems: 'flex-start'
319
229
  },
320
- titleContainerCenter: {
230
+ alignCenter: {
321
231
  alignItems: 'center'
322
232
  },
323
- titleContainerRight: {
233
+ alignRight: {
324
234
  alignItems: 'flex-end'
325
235
  },
326
236
  titleContainerMinimal: {
@@ -333,51 +243,17 @@ const styles = _reactNative.StyleSheet.create({
333
243
  letterSpacing: -0.5,
334
244
  lineHeight: 22
335
245
  },
336
- titleLarge: {
337
- fontSize: 28,
338
- fontWeight: '800',
339
- letterSpacing: -1,
340
- lineHeight: 34,
341
- marginBottom: 3
342
- },
343
246
  titleMinimal: {
344
247
  fontSize: 16,
345
248
  fontWeight: '600',
346
249
  letterSpacing: -0.3,
347
250
  lineHeight: 20
348
251
  },
349
- subtitleDefault: {
350
- fontSize: 14,
351
- fontWeight: '400',
352
- lineHeight: 17,
353
- marginTop: 1
354
- },
355
- subtitleLarge: {
356
- fontSize: 16,
357
- fontWeight: '400',
358
- lineHeight: 19,
359
- marginTop: 3
360
- },
361
- subtitleMinimal: {
362
- fontSize: 13,
363
- fontWeight: '400',
364
- lineHeight: 15,
365
- marginTop: 1
366
- },
367
- subtitleSmall: {
368
- fontSize: 12,
369
- fontWeight: '400',
370
- lineHeight: 14,
371
- marginTop: 0
372
- },
373
- subtitleMuted: {
374
- fontSize: 14,
375
- fontWeight: '400',
376
- lineHeight: 17,
377
- marginTop: 1,
378
- opacity: 0.7
252
+ actionsRow: {
253
+ flexDirection: 'row',
254
+ alignItems: 'center'
379
255
  },
380
- rightActionButton: {
256
+ actionButton: {
381
257
  alignItems: 'center',
382
258
  justifyContent: 'center',
383
259
  marginLeft: 10
@@ -397,22 +273,32 @@ const styles = _reactNative.StyleSheet.create({
397
273
  fontSize: 14,
398
274
  fontWeight: '600',
399
275
  letterSpacing: -0.2
276
+ }
277
+ });
278
+ const subtitleStyles = _reactNative.StyleSheet.create({
279
+ default: {
280
+ fontSize: 14,
281
+ fontWeight: '400',
282
+ lineHeight: 17,
283
+ marginTop: 1
400
284
  },
401
- loadingContainer: {
402
- flexDirection: 'row',
403
- alignItems: 'center',
404
- justifyContent: 'center',
405
- gap: 2
285
+ small: {
286
+ fontSize: 12,
287
+ fontWeight: '400',
288
+ lineHeight: 14
406
289
  },
407
- loadingDot: {
408
- width: 4,
409
- height: 4,
410
- borderRadius: 2,
411
- opacity: 0.6
290
+ large: {
291
+ fontSize: 16,
292
+ fontWeight: '400',
293
+ lineHeight: 19,
294
+ marginTop: 3
412
295
  },
413
- rightActionsRow: {
414
- flexDirection: 'row',
415
- alignItems: 'center'
296
+ muted: {
297
+ fontSize: 14,
298
+ fontWeight: '400',
299
+ lineHeight: 17,
300
+ marginTop: 1,
301
+ opacity: 0.7
416
302
  }
417
303
  });
418
304
  var _default = exports.default = Header;
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_react","_reactNativeReanimated","_interopRequireWildcard","_reactNativeSafeAreaContext","_vectorIcons","_OxyIcon","_interopRequireDefault","_theme","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","getHeaderHeight","variant","safeAreaTop","paddingTop","Platform","OS","Math","max","paddingBottom","contentHeight","exports","Header","title","subtitle","onBack","onClose","rightAction","rightActions","theme","showBackButton","showCloseButton","showThemeToggle","onThemeToggle","elevation","subtitleVariant","titleAlignment","scrollY","bloomTheme","useTheme","colors","colorScheme","mode","insets","useSafeAreaInsets","headerHeight","top","animatedHeaderStyle","useAnimatedStyle","translateY","interpolate","value","Extrapolation","CLAMP","transform","handleBackPress","renderBackButton","jsx","TouchableOpacity","className","style","styles","backButton","onPress","activeOpacity","children","name","size","color","tint","renderCloseButton","closeButton","Ionicons","text","renderRightActionButton","action","idx","isTextAction","rightActionButton","textActionButton","iconActionButton","backgroundColor","card","opacity","disabled","loading","jsxs","View","loadingContainer","loadingDot","Text","actionText","icon","key","renderRightActions","actions","length","push","rightActionsRow","map","a","renderTitle","titleStyle","titleLarge","titleMinimal","titleDefault","subtitleStyle","subtitleLarge","subtitleMinimal","subtitleSmall","subtitleMuted","subtitleDefault","getTitleAlignment","titleContainerCenter","titleContainerRight","titleContainerLeft","titleContainer","titleContainerMinimal","getElevationStyle","isDark","select","web","boxShadow","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","getBackgroundStyle","borderBottomWidth","backgroundStyle","elevationStyle","containerStyle","useMemo","container","position","left","right","HeaderContainer","AnimatedReanimated","shouldUseAnimatedStyle","undefined","headerStyle","content","contentMinimal","StyleSheet","create","zIndex","flexDirection","alignItems","paddingHorizontal","minHeight","borderRadius","justifyContent","marginRight","marginLeft","flex","marginHorizontal","fontSize","fontWeight","letterSpacing","lineHeight","marginBottom","marginTop","paddingVertical","minWidth","gap","_default"],"sourceRoot":"../../../../src","sources":["ui/components/Header.tsx"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AASA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAC,uBAAA,CAAAH,OAAA;AACA,IAAAI,2BAAA,GAAAJ,OAAA;AACA,IAAAK,YAAA,GAAAL,OAAA;AACA,IAAAM,QAAA,GAAAC,sBAAA,CAAAP,OAAA;AACA,IAAAQ,MAAA,GAAAR,OAAA;AAA8C,IAAAS,WAAA,GAAAT,OAAA;AAAA,SAAAO,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAP,wBAAAO,CAAA,EAAAG,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAX,uBAAA,YAAAA,CAAAO,CAAA,EAAAG,CAAA,SAAAA,CAAA,IAAAH,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,MAAAO,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAR,OAAA,EAAAF,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAS,CAAA,MAAAF,CAAA,GAAAJ,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAE,CAAA,CAAAI,GAAA,CAAAX,CAAA,UAAAO,CAAA,CAAAK,GAAA,CAAAZ,CAAA,GAAAO,CAAA,CAAAM,GAAA,CAAAb,CAAA,EAAAS,CAAA,gBAAAN,CAAA,IAAAH,CAAA,gBAAAG,CAAA,OAAAW,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAG,CAAA,OAAAK,CAAA,IAAAD,CAAA,GAAAS,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAG,CAAA,OAAAK,CAAA,CAAAI,GAAA,IAAAJ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAN,CAAA,EAAAK,CAAA,IAAAC,CAAA,CAAAN,CAAA,IAAAH,CAAA,CAAAG,CAAA,WAAAM,CAAA,KAAAT,CAAA,EAAAG,CAAA;AAE9C;AACO,MAAMgB,eAAe,GAAGA,CAACC,OAA+B,GAAG,SAAS,EAAEC,WAAW,GAAG,CAAC,KAAa;EACrG,MAAMC,UAAU,GAAGC,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAGC,IAAI,CAACC,GAAG,CAACL,WAAW,EAAE,EAAE,CAAC,GAAG,EAAE;EACzE,MAAMM,aAAa,GAAG,EAAE;EACxB,MAAMC,aAAa,GAAGR,OAAO,KAAK,SAAS,GAAG,EAAE,GAAG,EAAE;EACrD,OAAOE,UAAU,GAAGM,aAAa,GAAGD,aAAa;AACrD,CAAC;AAACE,OAAA,CAAAV,eAAA,GAAAA,eAAA;AAmCF,MAAMW,MAA6B,GAAGA,CAAC;EACnCC,KAAK;EACLC,QAAQ;EACRC,MAAM;EACNC,OAAO;EACPC,WAAW;EACXC,YAAY;EACZC,KAAK;EACLC,cAAc,GAAG,IAAI;EACrBC,eAAe,GAAG,KAAK;EACvBC,eAAe,GAAG,KAAK;EACvBC,aAAa;EACbrB,OAAO,GAAG,SAAS;EACnBsB,SAAS,GAAG,QAAQ;EACpBC,eAAe,GAAG,SAAS;EAC3BC,cAAc,GAAG,MAAM;EACvBC;AACJ,CAAC,KAAK;EACF,MAAMC,UAAU,GAAG,IAAAC,eAAQ,EAAC,CAAC;EAC7B,MAAMC,MAAM,GAAGF,UAAU,CAACE,MAAM;EAChC,MAAMC,WAAW,GAAGH,UAAU,CAACI,IAAI;EACnC,MAAMC,MAAM,GAAG,IAAAC,6CAAiB,EAAC,CAAC;EAClC,MAAMC,YAAY,GAAGlC,eAAe,CAACC,OAAO,EAAE+B,MAAM,CAACG,GAAG,CAAC;;EAEzD;EACA;EACA,MAAMC,mBAAmB,GAAG,IAAAC,uCAAgB,EAAC,MAAM;IAC/C,IAAIjC,qBAAQ,CAACC,EAAE,KAAK,KAAK,IAAI,CAACqB,OAAO,EAAE;MACnC,OAAO,CAAC,CAAC;IACb;;IAEA;IACA;IACA;IACA;IACA,MAAMY,UAAU,GAAG,IAAAC,kCAAW,EAC1Bb,OAAO,CAACc,KAAK,EACb,CAAC,CAAC,EAAEN,YAAY,CAAC,EACjB,CAAC,CAAC,EAAE,CAACA,YAAY,CAAC,EAClBO,oCAAa,CAACC,KAClB,CAAC;IAED,OAAO;MACHC,SAAS,EAAE,CAAC;QAAEL;MAAW,CAAC;IAC9B,CAAC;EACL,CAAC,EAAE,CAACZ,OAAO,EAAEQ,YAAY,CAAC,CAAC;EAE3B,MAAMU,eAAe,GAAGA,CAAA,KAAM;IAC1B,IAAI,CAAC9B,MAAM,EAAE;;IAEb;IACA;IACAA,MAAM,CAAC,CAAC;EACZ,CAAC;EAED,MAAM+B,gBAAgB,GAAGA,CAAA,KAAM;IAC3B,IAAI,CAAC1B,cAAc,IAAI,CAACL,MAAM,EAAE,OAAO,IAAI;IAE3C,oBACI,IAAAlC,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA6E,gBAAgB;MACbC,SAAS,EAAC,SAAS;MACnBC,KAAK,EAAEC,MAAM,CAACC,UAAW;MACzBC,OAAO,EAAER,eAAgB;MACzBS,aAAa,EAAE,GAAI;MAAAC,QAAA,eAEnB,IAAA1E,WAAA,CAAAkE,GAAA,EAACrE,QAAA,CAAAM,OAAO;QAACwE,IAAI,EAAC,cAAc;QAACC,IAAI,EAAE,EAAG;QAACC,KAAK,EAAE5B,MAAM,CAAC6B;MAAK,CAAE;IAAC,CAC/C,CAAC;EAE3B,CAAC;EAED,MAAMC,iBAAiB,GAAGA,CAAA,KAAM;IAC5B,IAAI,CAACvC,eAAe,IAAI,CAACL,OAAO,EAAE,OAAO,IAAI;IAE7C,oBACI,IAAAnC,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA6E,gBAAgB;MACbC,SAAS,EAAC,SAAS;MACnBC,KAAK,EAAEC,MAAM,CAACU,WAAY;MAC1BR,OAAO,EAAErC,OAAQ;MACjBsC,aAAa,EAAE,GAAI;MAAAC,QAAA,eAEnB,IAAA1E,WAAA,CAAAkE,GAAA,EAACtE,YAAA,CAAAqF,QAAQ;QAACN,IAAI,EAAC,OAAO;QAACC,IAAI,EAAE,EAAG;QAACC,KAAK,EAAE5B,MAAM,CAACiC;MAAK,CAAE;IAAC,CACzC,CAAC;EAE3B,CAAC;EAED,MAAMC,uBAAuB,GAAGA,CAACC,MAA+C,EAAEC,GAAW,KAAK;IAC9F,MAAMC,YAAY,GAAGF,MAAM,CAACF,IAAI;IAChC,oBACI,IAAAlF,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA6E,gBAAgB;MAEbE,KAAK,EAAE,CACHC,MAAM,CAACiB,iBAAiB,EACxBD,YAAY,GAAGhB,MAAM,CAACkB,gBAAgB,GAAGlB,MAAM,CAACmB,gBAAgB,EAChE;QACIC,eAAe,EAAEJ,YAAY,GAAGrC,MAAM,CAAC6B,IAAI,GAAG7B,MAAM,CAAC0C,IAAI;QACzDC,OAAO,EAAER,MAAM,CAACS,QAAQ,GAAG,GAAG,GAAG;MACrC,CAAC,CACH;MACFrB,OAAO,EAAEY,MAAM,CAACZ,OAAQ;MACxBqB,QAAQ,EAAET,MAAM,CAACS,QAAQ,IAAIT,MAAM,CAACU,OAAQ;MAC5CrB,aAAa,EAAE,GAAI;MAAAC,QAAA,EAElBU,MAAM,CAACU,OAAO,gBACX,IAAA9F,WAAA,CAAA+F,IAAA,EAACzG,YAAA,CAAA0G,IAAI;QAAC3B,KAAK,EAAEC,MAAM,CAAC2B,gBAAiB;QAAAvB,QAAA,gBACjC,IAAA1E,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA0G,IAAI;UAAC3B,KAAK,EAAE,CAACC,MAAM,CAAC4B,UAAU,EAAE;YAAER,eAAe,EAAEJ,YAAY,GAAGrC,MAAM,CAAC0C,IAAI,GAAG1C,MAAM,CAAC6B;UAAK,CAAC;QAAE,CAAE,CAAC,eACnG,IAAA9E,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA0G,IAAI;UAAC3B,KAAK,EAAE,CAACC,MAAM,CAAC4B,UAAU,EAAE;YAAER,eAAe,EAAEJ,YAAY,GAAGrC,MAAM,CAAC0C,IAAI,GAAG1C,MAAM,CAAC6B;UAAK,CAAC;QAAE,CAAE,CAAC,eACnG,IAAA9E,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA0G,IAAI;UAAC3B,KAAK,EAAE,CAACC,MAAM,CAAC4B,UAAU,EAAE;YAAER,eAAe,EAAEJ,YAAY,GAAGrC,MAAM,CAAC0C,IAAI,GAAG1C,MAAM,CAAC6B;UAAK,CAAC;QAAE,CAAE,CAAC;MAAA,CACjG,CAAC,GACPQ,YAAY,gBACZ,IAAAtF,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA6G,IAAI;QAAC9B,KAAK,EAAE,CAACC,MAAM,CAAC8B,UAAU,EAAE;UAAEvB,KAAK,EAAE5B,MAAM,CAAC0C;QAAK,CAAC,CAAE;QAAAjB,QAAA,EACpDU,MAAM,CAACF;MAAI,CACV,CAAC,gBAEP,IAAAlF,WAAA,CAAAkE,GAAA,EAACtE,YAAA,CAAAqF,QAAQ;QAACN,IAAI,EAAES,MAAM,CAACiB,IAAsD;QAACzB,IAAI,EAAE,EAAG;QAACC,KAAK,EAAE5B,MAAM,CAAC6B;MAAK,CAAE;IAChH,GAzBIM,MAAM,CAACkB,GAAG,IAAIjB,GA0BL,CAAC;EAE3B,CAAC;EAED,MAAMkB,kBAAkB,GAAGA,CAAA,KAAM;IAC7B,MAAMC,OAAuD,GAAG,EAAE;;IAElE;IACA,IAAInE,YAAY,EAAEoE,MAAM,EAAE;MACtBD,OAAO,CAACE,IAAI,CAAC,GAAGrE,YAAY,CAAC;IACjC,CAAC,MAAM,IAAID,WAAW,EAAE;MACpBoE,OAAO,CAACE,IAAI,CAACtE,WAAW,CAAC;IAC7B;;IAEA;IACA,IAAIK,eAAe,IAAIC,aAAa,EAAE;MAClC8D,OAAO,CAACE,IAAI,CAAC;QACTL,IAAI,EAAEnD,WAAW,KAAK,MAAM,GAAG,OAAO,GAAG,MAAM;QAC/CsB,OAAO,EAAE9B,aAAa;QACtB4D,GAAG,EAAE;MACT,CAAC,CAAC;IACN;IAEA,IAAIE,OAAO,CAACC,MAAM,KAAK,CAAC,EAAE,OAAO,IAAI;IAErC,IAAID,OAAO,CAACC,MAAM,GAAG,CAAC,EAAE;MACpB,oBACI,IAAAzG,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA0G,IAAI;QAAC3B,KAAK,EAAEC,MAAM,CAACqC,eAAgB;QAAAjC,QAAA,EAC/B8B,OAAO,CAACI,GAAG,CAAC,CAACC,CAAC,EAAEpG,CAAC,KAAK0E,uBAAuB,CAAC0B,CAAC,EAAEpG,CAAC,CAAC;MAAC,CACnD,CAAC;IAEf;IACA,OAAO0E,uBAAuB,CAACqB,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;EACjD,CAAC;EAED,MAAMM,WAAW,GAAGA,CAAA,KAAM;IACtB,MAAMC,UAAU,GAAG1F,OAAO,KAAK,OAAO,GAAGiD,MAAM,CAAC0C,UAAU,GACtD3F,OAAO,KAAK,SAAS,GAAGiD,MAAM,CAAC2C,YAAY,GACvC3C,MAAM,CAAC4C,YAAY;IAE3B,MAAMC,aAAa,GAAG9F,OAAO,KAAK,OAAO,GAAGiD,MAAM,CAAC8C,aAAa,GAC5D/F,OAAO,KAAK,SAAS,GAAGiD,MAAM,CAAC+C,eAAe,GAC1CzE,eAAe,KAAK,OAAO,GAAG0B,MAAM,CAACgD,aAAa,GAC9C1E,eAAe,KAAK,OAAO,GAAG0B,MAAM,CAAC8C,aAAa,GAC9CxE,eAAe,KAAK,OAAO,GAAG0B,MAAM,CAACiD,aAAa,GAC9CjD,MAAM,CAACkD,eAAe;IAE1C,MAAMC,iBAAiB,GAAGA,CAAA,KAAM;MAC5B,QAAQ5E,cAAc;QAClB,KAAK,QAAQ;UACT,OAAOyB,MAAM,CAACoD,oBAAoB;QACtC,KAAK,OAAO;UACR,OAAOpD,MAAM,CAACqD,mBAAmB;QACrC;UACI,OAAOrD,MAAM,CAACsD,kBAAkB;MACxC;IACJ,CAAC;IAED,oBACI,IAAA5H,WAAA,CAAA+F,IAAA,EAACzG,YAAA,CAAA0G,IAAI;MAAC3B,KAAK,EAAE,CACTC,MAAM,CAACuD,cAAc,EACrBJ,iBAAiB,CAAC,CAAC,EACnBpG,OAAO,KAAK,SAAS,IAAIiD,MAAM,CAACwD,qBAAqB,CACvD;MAAApD,QAAA,gBACE,IAAA1E,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA6G,IAAI;QAAC/B,SAAS,EAAC,iBAAiB;QAACC,KAAK,EAAE0C,UAAW;QAAArC,QAAA,EAC/C1C;MAAK,CACJ,CAAC,EACNC,QAAQ,gBACL,IAAAjC,WAAA,CAAAkE,GAAA,EAAC5E,YAAA,CAAA6G,IAAI;QAAC/B,SAAS,EAAC,uBAAuB;QAACC,KAAK,EAAE8C,aAAc;QAAAzC,QAAA,EACxDzC;MAAQ,CACP,CAAC,GACP,IAAI;IAAA,CACN,CAAC;EAEf,CAAC;EAED,MAAM8F,iBAAiB,GAAGA,CAAA,KAAM;IAC5B,MAAMC,MAAM,GAAG9E,WAAW,KAAK,MAAM;IACrC,QAAQP,SAAS;MACb,KAAK,MAAM;QACP,OAAO,CAAC,CAAC;MACb,KAAK,QAAQ;QACT,OAAOnB,qBAAQ,CAACyG,MAAM,CAAC;UACnBC,GAAG,EAAE;YACDC,SAAS,EAAEH,MAAM,GACX,2BAA2B,GAC3B;UACV,CAAC;UACD7H,OAAO,EAAE;YACLiI,WAAW,EAAE,SAAS;YACtBC,YAAY,EAAE;cAAEC,KAAK,EAAE,CAAC;cAAEC,MAAM,EAAE;YAAE,CAAC;YACrCC,aAAa,EAAER,MAAM,GAAG,GAAG,GAAG,GAAG;YACjCS,YAAY,EAAE,CAAC;YACf9F,SAAS,EAAE;UACf;QACJ,CAAC,CAAC;MACN,KAAK,WAAW;QACZ,OAAOnB,qBAAQ,CAACyG,MAAM,CAAC;UACnBC,GAAG,EAAE;YACDC,SAAS,EAAEH,MAAM,GACX,4BAA4B,GAC5B;UACV,CAAC;UACD7H,OAAO,EAAE;YACLiI,WAAW,EAAE,SAAS;YACtBC,YAAY,EAAE;cAAEC,KAAK,EAAE,CAAC;cAAEC,MAAM,EAAE;YAAE,CAAC;YACrCC,aAAa,EAAER,MAAM,GAAG,GAAG,GAAG,IAAI;YAClCS,YAAY,EAAE,EAAE;YAChB9F,SAAS,EAAE;UACf;QACJ,CAAC,CAAC;MACN;QACI,OAAO,CAAC,CAAC;IACjB;EACJ,CAAC;EAED,MAAM+F,kBAAkB,GAAGA,CAAA,KAAM;IAC7B,IAAIrH,OAAO,KAAK,UAAU,EAAE;MACxB,OAAO;QACH;QACAsH,iBAAiB,EAAE;MACvB,CAAC;IACL;IAEA,OAAO;MACHA,iBAAiB,EAAEhG,SAAS,KAAK,MAAM,GAAG,CAAC,GAAG;IAClD,CAAC;EACL,CAAC;EAED,MAAMiG,eAAe,GAAGF,kBAAkB,CAAC,CAAC;EAC5C,MAAMG,cAAc,GAAGd,iBAAiB,CAAC,CAAC;EAE1C,MAAMe,cAAc,GAAG,IAAAC,cAAO,EAAC,MAAM,CACjCzE,MAAM,CAAC0E,SAAS,EAChB;IACIzH,UAAU,EAAEC,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAGC,IAAI,CAACC,GAAG,CAACyB,MAAM,CAACG,GAAG,EAAE,EAAE,CAAC,GAAG;EACnE,CAAC;EACD;EACA,CAACT,OAAO,IAAItB,qBAAQ,CAACC,EAAE,KAAK,KAAK,GAAG;IAChCwH,QAAQ,EAAE,UAAU;IACpB1F,GAAG,EAAE,CAAC;IACN2F,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE;EACX,CAAC,GAAG,CAAC,CAAC,EACNP,eAAe,EACfC,cAAc,CACjB,EAAE,CAACzF,MAAM,CAACG,GAAG,EAAEqF,eAAe,EAAEC,cAAc,EAAE/F,OAAO,CAAC,CAAC;EAE1D,MAAMsG,eAAe,GAAG5H,qBAAQ,CAACC,EAAE,KAAK,KAAK,IAAI,CAACqB,OAAO,GAAGkD,iBAAI,GAAGqD,8BAAkB,CAACrD,IAAI;EAC1F;EACA,MAAMsD,sBAAsB,GAAG9H,qBAAQ,CAACC,EAAE,KAAK,KAAK,IAAIqB,OAAO,KAAKyG,SAAS;EAC7E,MAAMC,WAAW,GAAGF,sBAAsB,GACpC,CAACR,cAAc,EAAEtF,mBAAmB,CAAC,GACrCsF,cAAc;EAEpB,oBACI,IAAA9I,WAAA,CAAAkE,GAAA,EAACkF,eAAe;IAAChF,SAAS,EAAC,6BAA6B;IAACC,KAAK,EAAEmF,WAAY;IAAA9E,QAAA,eACxE,IAAA1E,WAAA,CAAA+F,IAAA,EAACzG,YAAA,CAAA0G,IAAI;MAAC3B,KAAK,EAAE,CACTC,MAAM,CAACmF,OAAO,EACdpI,OAAO,KAAK,SAAS,IAAIiD,MAAM,CAACoF,cAAc,CAChD;MAAAhF,QAAA,GACGT,gBAAgB,CAAC,CAAC,EAClB6C,WAAW,CAAC,CAAC,EACbP,kBAAkB,CAAC,CAAC,EACpBxB,iBAAiB,CAAC,CAAC;IAAA,CAClB;EAAC,CACM,CAAC;AAE1B,CAAC;AAED,MAAMT,MAAM,GAAGqF,uBAAU,CAACC,MAAM,CAAC;EAC7BZ,SAAS,EAAE;IACPpH,aAAa,EAAE,EAAE;IACjBiI,MAAM,EAAE,IAAI;IACZ,GAAGrI,qBAAQ,CAACyG,MAAM,CAAC;MACfC,GAAG,EAAE;QACDe,QAAQ,EAAE,QAAsB;QAChC1F,GAAG,EAAE,CAAC;QACN2F,IAAI,EAAE,CAAC;QACPC,KAAK,EAAE;MACX,CAAC;MACDhJ,OAAO,EAAE;QACL;MAAA;IAER,CAAC;EACL,CAAC;EACDsJ,OAAO,EAAE;IACLK,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,iBAAiB,EAAE,EAAE;IACrBf,QAAQ,EAAE,UAAU;IACpBgB,SAAS,EAAE;EACf,CAAC;EACDP,cAAc,EAAE;IACZM,iBAAiB,EAAE,EAAE;IACrBC,SAAS,EAAE;EACf,CAAC;EACD1F,UAAU,EAAE;IACR+D,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACV2B,YAAY,EAAE,EAAE;IAChBH,UAAU,EAAE,QAAQ;IACpBI,cAAc,EAAE,QAAQ;IACxBC,WAAW,EAAE;EACjB,CAAC;EACDpF,WAAW,EAAE;IACTsD,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACV2B,YAAY,EAAE,EAAE;IAChBH,UAAU,EAAE,QAAQ;IACpBI,cAAc,EAAE,QAAQ;IACxBE,UAAU,EAAE;EAChB,CAAC;EACDxC,cAAc,EAAE;IACZyC,IAAI,EAAE,CAAC;IACPP,UAAU,EAAE,YAAY;IACxBI,cAAc,EAAE;EACpB,CAAC;EACDvC,kBAAkB,EAAE;IAChBmC,UAAU,EAAE;EAChB,CAAC;EACDrC,oBAAoB,EAAE;IAClBqC,UAAU,EAAE;EAChB,CAAC;EACDpC,mBAAmB,EAAE;IACjBoC,UAAU,EAAE;EAChB,CAAC;EACDjC,qBAAqB,EAAE;IACnBiC,UAAU,EAAE,QAAQ;IACpBQ,gBAAgB,EAAE;EACtB,CAAC;EACDrD,YAAY,EAAE;IACVsD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,aAAa,EAAE,CAAC,GAAG;IACnBC,UAAU,EAAE;EAChB,CAAC;EACD3D,UAAU,EAAE;IACRwD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,aAAa,EAAE,CAAC,CAAC;IACjBC,UAAU,EAAE,EAAE;IACdC,YAAY,EAAE;EAClB,CAAC;EACD3D,YAAY,EAAE;IACVuD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,aAAa,EAAE,CAAC,GAAG;IACnBC,UAAU,EAAE;EAChB,CAAC;EACDnD,eAAe,EAAE;IACbgD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBE,UAAU,EAAE,EAAE;IACdE,SAAS,EAAE;EACf,CAAC;EACDzD,aAAa,EAAE;IACXoD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBE,UAAU,EAAE,EAAE;IACdE,SAAS,EAAE;EACf,CAAC;EACDxD,eAAe,EAAE;IACbmD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBE,UAAU,EAAE,EAAE;IACdE,SAAS,EAAE;EACf,CAAC;EACDvD,aAAa,EAAE;IACXkD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBE,UAAU,EAAE,EAAE;IACdE,SAAS,EAAE;EACf,CAAC;EACDtD,aAAa,EAAE;IACXiD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBE,UAAU,EAAE,EAAE;IACdE,SAAS,EAAE,CAAC;IACZjF,OAAO,EAAE;EACb,CAAC;EACDL,iBAAiB,EAAE;IACfwE,UAAU,EAAE,QAAQ;IACpBI,cAAc,EAAE,QAAQ;IACxBE,UAAU,EAAE;EAChB,CAAC;EACD5E,gBAAgB,EAAE;IACd6C,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACV2B,YAAY,EAAE;EAClB,CAAC;EACD1E,gBAAgB,EAAE;IACdwE,iBAAiB,EAAE,EAAE;IACrBc,eAAe,EAAE,CAAC;IAClBZ,YAAY,EAAE,EAAE;IAChBa,QAAQ,EAAE;EACd,CAAC;EACD3E,UAAU,EAAE;IACRoE,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,aAAa,EAAE,CAAC;EACpB,CAAC;EACDzE,gBAAgB,EAAE;IACd6D,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBI,cAAc,EAAE,QAAQ;IACxBa,GAAG,EAAE;EACT,CAAC;EACD9E,UAAU,EAAE;IACRoC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACT2B,YAAY,EAAE,CAAC;IACftE,OAAO,EAAE;EACb,CAAC;EACDe,eAAe,EAAE;IACbmD,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE;EAChB;AACJ,CAAC,CAAC;AAAC,IAAAkB,QAAA,GAAAnJ,OAAA,CAAA3B,OAAA,GAEY4B,MAAM","ignoreList":[]}
1
+ {"version":3,"names":["_react","require","_reactNative","_reactNativeReanimated","_interopRequireWildcard","_reactNativeSafeAreaContext","_vectorIcons","_theme","_pressableScale","_typography","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","getHeaderHeight","variant","safeAreaTop","paddingTop","Platform","OS","Math","max","paddingBottom","contentHeight","exports","HeaderActionButton","action","colors","isText","text","jsx","PressableScale","onPress","disabled","loading","style","styles","actionButton","textActionButton","iconActionButton","backgroundColor","tint","card","opacity","children","ActivityIndicator","size","color","Text","actionText","Ionicons","name","icon","Header","title","subtitle","onBack","onClose","actions","showBackButton","showCloseButton","elevation","subtitleVariant","titleAlignment","scrollY","mode","useTheme","insets","useSafeAreaInsets","headerHeight","top","isDark","animatedHeaderStyle","useAnimatedStyle","translateY","interpolate","value","Extrapolation","CLAMP","transform","elevationStyle","useMemo","select","web","boxShadow","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","containerStyle","container","absolute","borderBottomWidth","titleAlign","alignCenter","alignRight","alignLeft","HeaderContainer","View","AnimatedReanimated","headerStyle","undefined","className","jsxs","content","contentMinimal","TouchableOpacity","circleButton","activeOpacity","titleContainer","titleContainerMinimal","H4","titleMinimal","titleDefault","numberOfLines","subtitleStyles","length","actionsRow","map","idx","key","closeButton","StyleSheet","create","zIndex","position","left","right","flexDirection","alignItems","paddingHorizontal","minHeight","borderRadius","justifyContent","marginRight","marginLeft","flex","marginHorizontal","fontSize","fontWeight","letterSpacing","lineHeight","paddingVertical","minWidth","marginTop","small","large","muted","_default"],"sourceRoot":"../../../../src","sources":["ui/components/Header.tsx"],"mappings":"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","ignoreList":[]}
@@ -16,19 +16,15 @@ var _theme = require("@oxyhq/bloom/theme");
16
16
  var _reactQuery = require("@tanstack/react-query");
17
17
  var _OxyContext = require("../context/OxyContext.js");
18
18
  var _useI18n = require("../hooks/useI18n.js");
19
- var _OxyLogo = _interopRequireDefault(require("./OxyLogo.js"));
19
+ var _LogoIcon = require("./logo/LogoIcon.js");
20
20
  var _jsxRuntime = require("react/jsx-runtime");
21
21
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
22
22
  /**
23
23
  * OxyAccountDialog — the ONE unified account dialog for `@oxyhq/services`.
24
24
  *
25
25
  * A thin React Native binding over the headless `AccountDialogController` in
26
- * `@oxyhq/core` (bound via `useSyncExternalStore`), presented as a bottom-sheet
27
- * modal. It REPLACES the five drifting device/account surfaces the SDK shipped
28
- * before (`ProfileMenu`, `AccountMenu`, `AccountSwitcher`, `SignInAccountChooser`,
29
- * and `SignInModal`) with a single implementation whose data + state machine live
30
- * in core, so the RN and web (auth-sdk) bindings render the SAME list from the
31
- * SAME logic and cannot diverge.
26
+ * `@oxyhq/core` (bound via `useSyncExternalStore`), presented as a Bloom `<Dialog>`.
27
+ * One surface for account switching and sign-in data and state machine live in core.
32
28
  *
33
29
  * Views (from `snapshot.view`):
34
30
  * - `accounts` — the unified `SwitchableAccount[]` list (device sign-ins ∪ graph
@@ -88,7 +84,7 @@ function toPreset(color) {
88
84
  }
89
85
  /**
90
86
  * The unified account dialog. Mounted once by `OxyProvider`; opened imperatively
91
- * via `useOxy().openAccountDialog(view?)` (or the back-compat `showSignInModal`).
87
+ * via `useOxy().openAccountDialog(view?)` or imperative `openAccountDialog('signin')`.
92
88
  */
93
89
  const OxyAccountDialog = () => {
94
90
  const {
@@ -159,8 +155,19 @@ const OxyAccountDialog = () => {
159
155
  const showBack = view === 'qr' || view === 'add' && snapshot.accounts.length > 0;
160
156
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_dialog.Dialog, {
161
157
  open: isAccountDialogOpen,
162
- onClose: closeAccountDialog,
163
- placement: {
158
+ onClose: closeAccountDialog
159
+ // On web ALWAYS use the centered placement. Bloom's `bottom` placement
160
+ // routes through its `BottomSheet`, which on web is built on
161
+ // react-native-web's `Modal`. That `Modal` creates its `ModalPortal` host
162
+ // node as a side effect during render and removes it in an effect cleanup;
163
+ // under React 19 concurrent rendering (and StrictMode's dev double-invoke)
164
+ // the host is orphaned and never re-attached, so the sheet never paints on
165
+ // narrow web viewports (reproduced on console.oxy.so / auth.oxy.so, Pixel-7
166
+ // width). The `center` placement uses Bloom's react-dom Portal (no RN
167
+ // Modal) and paints reliably at every width. Native keeps the real bottom
168
+ // sheet on narrow screens.
169
+ ,
170
+ placement: isWeb ? 'center' : {
164
171
  base: 'bottom',
165
172
  md: 'center'
166
173
  },
@@ -195,9 +202,7 @@ const OxyAccountDialog = () => {
195
202
  handlers: handlers,
196
203
  onSignInWithOxy: () => void controller.signInWithOxy(),
197
204
  onScanQr: () => void controller.showQr(),
198
- onUsePassword: () => controller.openPasswordAtOxyAuth({
199
- returnUrl: isWeb ? currentHref() : undefined
200
- })
205
+ onUsePassword: () => void controller.openPasswordAtOxyAuth()
201
206
  })
202
207
  })]
203
208
  });
@@ -237,10 +242,9 @@ const DialogHeader = ({
237
242
  })
238
243
  }) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
239
244
  style: styles.iconButton
240
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_OxyLogo.default, {
241
- variant: "icon",
242
- size: 34,
243
- fillColor: theme.colors.primary
245
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_LogoIcon.LogoIcon, {
246
+ height: 34,
247
+ color: theme.colors.primary
244
248
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Pressable, {
245
249
  onPress: onClose,
246
250
  style: [styles.iconButton, {
@@ -370,7 +374,7 @@ const AccountRow = ({
370
374
  borderColor: account.isCurrent ? accent : 'transparent'
371
375
  }],
372
376
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_avatar.Avatar, {
373
- source: account.user.avatar ?? undefined,
377
+ source: account.avatarUrl ?? undefined,
374
378
  variant: "thumb",
375
379
  name: account.displayName,
376
380
  size: ROW_AVATAR_SIZE