@oxyhq/services 6.9.4 → 6.9.6

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 (299) hide show
  1. package/lib/commonjs/ui/client.js +0 -7
  2. package/lib/commonjs/ui/client.js.map +1 -1
  3. package/lib/commonjs/ui/components/BottomSheet.js +5 -3
  4. package/lib/commonjs/ui/components/BottomSheet.js.map +1 -1
  5. package/lib/commonjs/ui/components/FontLoader.js +1 -1
  6. package/lib/commonjs/ui/components/FontLoader.js.map +1 -1
  7. package/lib/commonjs/ui/components/Header.js.map +1 -1
  8. package/lib/commonjs/ui/components/HelperText.js +1 -1
  9. package/lib/commonjs/ui/components/HelperText.js.map +1 -1
  10. package/lib/commonjs/ui/components/Icon.js +6 -2
  11. package/lib/commonjs/ui/components/Icon.js.map +1 -1
  12. package/lib/commonjs/ui/components/OxyProvider.js +9 -1
  13. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
  14. package/lib/commonjs/ui/components/QuickActions.js.map +1 -1
  15. package/lib/commonjs/ui/components/SignInModal.js +5 -4
  16. package/lib/commonjs/ui/components/SignInModal.js.map +1 -1
  17. package/lib/commonjs/ui/components/TouchableRipple/Pressable.js.map +1 -1
  18. package/lib/commonjs/ui/components/feedback/FormInput.js.map +1 -1
  19. package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -1
  20. package/lib/commonjs/ui/components/icon/OxyIcon.js.map +1 -1
  21. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +1 -1
  22. package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -1
  23. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +26 -20
  24. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  25. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +9 -5
  26. package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
  27. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +19 -13
  28. package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -1
  29. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +9 -5
  30. package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -1
  31. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +14 -10
  32. package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  33. package/lib/commonjs/ui/components/types.js +4 -0
  34. package/lib/commonjs/ui/hooks/useAssets.js +4 -4
  35. package/lib/commonjs/ui/hooks/useAssets.js.map +1 -1
  36. package/lib/commonjs/ui/hooks/useAsyncAction.js +2 -2
  37. package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -1
  38. package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
  39. package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
  40. package/lib/commonjs/ui/hooks/useSettingToggle.js +2 -2
  41. package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
  42. package/lib/commonjs/ui/screens/AccountOverviewScreen.js +3 -3
  43. package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +1 -1
  44. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +1 -1
  45. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  46. package/lib/commonjs/ui/screens/AppInfoScreen.js +66 -60
  47. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  48. package/lib/commonjs/ui/screens/FeedbackScreen.js +2 -2
  49. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  50. package/lib/commonjs/ui/screens/FileManagementScreen.js +139 -79
  51. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  52. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +2 -2
  53. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  54. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +22 -17
  55. package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  56. package/lib/commonjs/ui/screens/OxyAuthScreen.js +2 -2
  57. package/lib/commonjs/ui/screens/OxyAuthScreen.js.map +1 -1
  58. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +6 -2
  59. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  60. package/lib/commonjs/ui/screens/SessionManagementScreen.js +39 -29
  61. package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +1 -1
  62. package/lib/commonjs/ui/screens/UserLinksScreen.js +11 -3
  63. package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
  64. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +1 -1
  65. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  66. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +1 -1
  67. package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
  68. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +1 -1
  69. package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
  70. package/lib/commonjs/ui/stores/followStore.js +2 -2
  71. package/lib/commonjs/ui/stores/followStore.js.map +1 -1
  72. package/lib/commonjs/ui/utils/errorHandlers.js +2 -2
  73. package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -1
  74. package/lib/commonjs/ui/utils/fileManagement.js +8 -3
  75. package/lib/commonjs/ui/utils/fileManagement.js.map +1 -1
  76. package/lib/commonjs/ui/utils/sessionHelpers.js +3 -2
  77. package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -1
  78. package/lib/commonjs/ui/utils/storageHelpers.js +1 -1
  79. package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -1
  80. package/lib/commonjs/utils/hookUtils.js +4 -0
  81. package/lib/commonjs/utils/hookUtils.js.map +1 -1
  82. package/lib/module/ui/client.js +0 -1
  83. package/lib/module/ui/client.js.map +1 -1
  84. package/lib/module/ui/components/BottomSheet.js +5 -3
  85. package/lib/module/ui/components/BottomSheet.js.map +1 -1
  86. package/lib/module/ui/components/FontLoader.js +1 -1
  87. package/lib/module/ui/components/FontLoader.js.map +1 -1
  88. package/lib/module/ui/components/Header.js.map +1 -1
  89. package/lib/module/ui/components/HelperText.js +1 -1
  90. package/lib/module/ui/components/HelperText.js.map +1 -1
  91. package/lib/module/ui/components/Icon.js +6 -2
  92. package/lib/module/ui/components/Icon.js.map +1 -1
  93. package/lib/module/ui/components/OxyProvider.js +9 -1
  94. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  95. package/lib/module/ui/components/QuickActions.js.map +1 -1
  96. package/lib/module/ui/components/SignInModal.js +5 -4
  97. package/lib/module/ui/components/SignInModal.js.map +1 -1
  98. package/lib/module/ui/components/TouchableRipple/Pressable.js.map +1 -1
  99. package/lib/module/ui/components/feedback/FormInput.js.map +1 -1
  100. package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -1
  101. package/lib/module/ui/components/icon/OxyIcon.js.map +1 -1
  102. package/lib/module/ui/components/modals/DeleteAccountModal.js +1 -1
  103. package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -1
  104. package/lib/module/ui/components/payment/PaymentDetailsStep.js +26 -20
  105. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  106. package/lib/module/ui/components/payment/PaymentMethodStep.js +9 -5
  107. package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
  108. package/lib/module/ui/components/payment/PaymentReviewStep.js +19 -13
  109. package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -1
  110. package/lib/module/ui/components/payment/PaymentSuccessStep.js +9 -5
  111. package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -1
  112. package/lib/module/ui/components/payment/PaymentSummaryStep.js +14 -10
  113. package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -1
  114. package/lib/module/ui/components/types.js +2 -0
  115. package/lib/module/ui/hooks/useAssets.js +4 -4
  116. package/lib/module/ui/hooks/useAssets.js.map +1 -1
  117. package/lib/module/ui/hooks/useAsyncAction.js +2 -2
  118. package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
  119. package/lib/module/ui/hooks/useFollow.js.map +1 -1
  120. package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
  121. package/lib/module/ui/hooks/useSettingToggle.js +2 -2
  122. package/lib/module/ui/hooks/useSettingToggle.js.map +1 -1
  123. package/lib/module/ui/screens/AccountOverviewScreen.js +3 -3
  124. package/lib/module/ui/screens/AccountOverviewScreen.js.map +1 -1
  125. package/lib/module/ui/screens/AccountVerificationScreen.js +1 -1
  126. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  127. package/lib/module/ui/screens/AppInfoScreen.js +66 -60
  128. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  129. package/lib/module/ui/screens/FeedbackScreen.js +2 -2
  130. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  131. package/lib/module/ui/screens/FileManagementScreen.js +139 -79
  132. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  133. package/lib/module/ui/screens/LanguageSelectorScreen.js +2 -2
  134. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  135. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +22 -17
  136. package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -1
  137. package/lib/module/ui/screens/OxyAuthScreen.js +2 -2
  138. package/lib/module/ui/screens/OxyAuthScreen.js.map +1 -1
  139. package/lib/module/ui/screens/PaymentGatewayScreen.js +6 -2
  140. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  141. package/lib/module/ui/screens/SessionManagementScreen.js +39 -29
  142. package/lib/module/ui/screens/SessionManagementScreen.js.map +1 -1
  143. package/lib/module/ui/screens/UserLinksScreen.js +11 -3
  144. package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
  145. package/lib/module/ui/screens/WelcomeNewUserScreen.js +1 -1
  146. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  147. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +1 -1
  148. package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
  149. package/lib/module/ui/screens/karma/KarmaRulesScreen.js +1 -1
  150. package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
  151. package/lib/module/ui/stores/followStore.js +2 -2
  152. package/lib/module/ui/stores/followStore.js.map +1 -1
  153. package/lib/module/ui/utils/errorHandlers.js +2 -2
  154. package/lib/module/ui/utils/errorHandlers.js.map +1 -1
  155. package/lib/module/ui/utils/fileManagement.js +8 -3
  156. package/lib/module/ui/utils/fileManagement.js.map +1 -1
  157. package/lib/module/ui/utils/sessionHelpers.js +3 -2
  158. package/lib/module/ui/utils/sessionHelpers.js.map +1 -1
  159. package/lib/module/ui/utils/storageHelpers.js +1 -1
  160. package/lib/module/ui/utils/storageHelpers.js.map +1 -1
  161. package/lib/module/utils/hookUtils.js +4 -0
  162. package/lib/module/utils/hookUtils.js.map +1 -1
  163. package/lib/typescript/commonjs/ui/client.d.ts +0 -1
  164. package/lib/typescript/commonjs/ui/client.d.ts.map +1 -1
  165. package/lib/typescript/commonjs/ui/components/BottomSheet.d.ts.map +1 -1
  166. package/lib/typescript/commonjs/ui/components/Icon.d.ts.map +1 -1
  167. package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -1
  168. package/lib/typescript/commonjs/ui/components/SignInModal.d.ts.map +1 -1
  169. package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts +1 -1
  170. package/lib/typescript/commonjs/ui/components/TextField/Adornment/types.d.ts.map +1 -1
  171. package/lib/typescript/commonjs/ui/components/TouchableRipple/Pressable.d.ts.map +1 -1
  172. package/lib/typescript/commonjs/ui/components/fileManagement/AnimatedButton.d.ts +1 -1
  173. package/lib/typescript/commonjs/ui/components/fileManagement/AnimatedButton.d.ts.map +1 -1
  174. package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  175. package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -1
  176. package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -1
  177. package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -1
  178. package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  179. package/lib/typescript/commonjs/ui/components/types.d.ts +18 -17
  180. package/lib/typescript/commonjs/ui/components/types.d.ts.map +1 -1
  181. package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -1
  182. package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -1
  183. package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -1
  184. package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  185. package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  186. package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -1
  187. package/lib/typescript/commonjs/ui/types/navigation.d.ts +2 -0
  188. package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -1
  189. package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts +1 -1
  190. package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -1
  191. package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts +2 -1
  192. package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -1
  193. package/lib/typescript/commonjs/utils/hookUtils.d.ts.map +1 -1
  194. package/lib/typescript/module/ui/client.d.ts +0 -1
  195. package/lib/typescript/module/ui/client.d.ts.map +1 -1
  196. package/lib/typescript/module/ui/components/BottomSheet.d.ts.map +1 -1
  197. package/lib/typescript/module/ui/components/Icon.d.ts.map +1 -1
  198. package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -1
  199. package/lib/typescript/module/ui/components/SignInModal.d.ts.map +1 -1
  200. package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts +1 -1
  201. package/lib/typescript/module/ui/components/TextField/Adornment/types.d.ts.map +1 -1
  202. package/lib/typescript/module/ui/components/TouchableRipple/Pressable.d.ts.map +1 -1
  203. package/lib/typescript/module/ui/components/fileManagement/AnimatedButton.d.ts +1 -1
  204. package/lib/typescript/module/ui/components/fileManagement/AnimatedButton.d.ts.map +1 -1
  205. package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -1
  206. package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -1
  207. package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -1
  208. package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -1
  209. package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -1
  210. package/lib/typescript/module/ui/components/types.d.ts +18 -17
  211. package/lib/typescript/module/ui/components/types.d.ts.map +1 -1
  212. package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -1
  213. package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -1
  214. package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -1
  215. package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
  216. package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +1 -1
  217. package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -1
  218. package/lib/typescript/module/ui/types/navigation.d.ts +2 -0
  219. package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -1
  220. package/lib/typescript/module/ui/utils/fileManagement.d.ts +1 -1
  221. package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -1
  222. package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +2 -1
  223. package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -1
  224. package/lib/typescript/module/utils/hookUtils.d.ts.map +1 -1
  225. package/package.json +1 -1
  226. package/src/ui/client.ts +0 -1
  227. package/src/ui/components/BottomSheet.tsx +4 -3
  228. package/src/ui/components/FontLoader.tsx +1 -1
  229. package/src/ui/components/Header.tsx +2 -2
  230. package/src/ui/components/HelperText.tsx +1 -1
  231. package/src/ui/components/Icon.tsx +2 -0
  232. package/src/ui/components/OxyProvider.tsx +6 -0
  233. package/src/ui/components/QuickActions.tsx +1 -1
  234. package/src/ui/components/SignInModal.tsx +6 -5
  235. package/src/ui/components/TextField/Adornment/types.tsx +1 -1
  236. package/src/ui/components/TouchableRipple/Pressable.tsx +1 -0
  237. package/src/ui/components/feedback/FormInput.tsx +1 -1
  238. package/src/ui/components/fileManagement/AnimatedButton.tsx +2 -2
  239. package/src/ui/components/icon/OxyIcon.tsx +1 -1
  240. package/src/ui/components/modals/DeleteAccountModal.tsx +2 -2
  241. package/src/ui/components/payment/PaymentDetailsStep.tsx +24 -22
  242. package/src/ui/components/payment/PaymentMethodStep.tsx +7 -5
  243. package/src/ui/components/payment/PaymentReviewStep.tsx +15 -13
  244. package/src/ui/components/payment/PaymentSuccessStep.tsx +7 -5
  245. package/src/ui/components/payment/PaymentSummaryStep.tsx +12 -10
  246. package/src/ui/components/types.tsx +19 -17
  247. package/src/ui/hooks/useAssets.ts +8 -8
  248. package/src/ui/hooks/useAsyncAction.ts +4 -4
  249. package/src/ui/hooks/useFollow.ts +1 -1
  250. package/src/ui/hooks/useProfileEditing.ts +1 -1
  251. package/src/ui/hooks/useSettingToggle.ts +4 -4
  252. package/src/ui/screens/AccountOverviewScreen.tsx +6 -6
  253. package/src/ui/screens/AccountVerificationScreen.tsx +2 -2
  254. package/src/ui/screens/AppInfoScreen.tsx +63 -61
  255. package/src/ui/screens/FeedbackScreen.tsx +3 -3
  256. package/src/ui/screens/FileManagementScreen.tsx +130 -121
  257. package/src/ui/screens/LanguageSelectorScreen.tsx +3 -3
  258. package/src/ui/screens/LearnMoreUsernamesScreen.tsx +22 -19
  259. package/src/ui/screens/OxyAuthScreen.tsx +3 -3
  260. package/src/ui/screens/PaymentGatewayScreen.tsx +4 -2
  261. package/src/ui/screens/SessionManagementScreen.tsx +30 -28
  262. package/src/ui/screens/UserLinksScreen.tsx +5 -3
  263. package/src/ui/screens/WelcomeNewUserScreen.tsx +2 -2
  264. package/src/ui/screens/karma/KarmaLeaderboardScreen.tsx +1 -1
  265. package/src/ui/screens/karma/KarmaRulesScreen.tsx +1 -1
  266. package/src/ui/stores/followStore.ts +4 -4
  267. package/src/ui/types/navigation.ts +2 -0
  268. package/src/ui/utils/errorHandlers.ts +2 -2
  269. package/src/ui/utils/fileManagement.ts +13 -8
  270. package/src/ui/utils/sessionHelpers.ts +3 -2
  271. package/src/ui/utils/storageHelpers.ts +1 -1
  272. package/src/utils/hookUtils.ts +4 -2
  273. package/lib/commonjs/ui/components/AnimationExample.js +0 -213
  274. package/lib/commonjs/ui/components/AnimationExample.js.map +0 -1
  275. package/lib/commonjs/ui/components/ErrorBoundary.js +0 -145
  276. package/lib/commonjs/ui/components/ErrorBoundary.js.map +0 -1
  277. package/lib/commonjs/ui/components/WebOxyProvider.js +0 -106
  278. package/lib/commonjs/ui/components/WebOxyProvider.js.map +0 -1
  279. package/lib/module/ui/components/AnimationExample.js +0 -209
  280. package/lib/module/ui/components/AnimationExample.js.map +0 -1
  281. package/lib/module/ui/components/ErrorBoundary.js +0 -139
  282. package/lib/module/ui/components/ErrorBoundary.js.map +0 -1
  283. package/lib/module/ui/components/WebOxyProvider.js +0 -102
  284. package/lib/module/ui/components/WebOxyProvider.js.map +0 -1
  285. package/lib/typescript/commonjs/ui/components/AnimationExample.d.ts +0 -4
  286. package/lib/typescript/commonjs/ui/components/AnimationExample.d.ts.map +0 -1
  287. package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts +0 -31
  288. package/lib/typescript/commonjs/ui/components/ErrorBoundary.d.ts.map +0 -1
  289. package/lib/typescript/commonjs/ui/components/WebOxyProvider.d.ts +0 -52
  290. package/lib/typescript/commonjs/ui/components/WebOxyProvider.d.ts.map +0 -1
  291. package/lib/typescript/module/ui/components/AnimationExample.d.ts +0 -4
  292. package/lib/typescript/module/ui/components/AnimationExample.d.ts.map +0 -1
  293. package/lib/typescript/module/ui/components/ErrorBoundary.d.ts +0 -31
  294. package/lib/typescript/module/ui/components/ErrorBoundary.d.ts.map +0 -1
  295. package/lib/typescript/module/ui/components/WebOxyProvider.d.ts +0 -52
  296. package/lib/typescript/module/ui/components/WebOxyProvider.d.ts.map +0 -1
  297. package/src/ui/components/AnimationExample.tsx +0 -195
  298. package/src/ui/components/ErrorBoundary.tsx +0 -154
  299. package/src/ui/components/WebOxyProvider.tsx +0 -117
@@ -1,209 +0,0 @@
1
- "use strict";
2
-
3
- import { useState } from 'react';
4
- import { View, Text, StyleSheet, TouchableOpacity } from 'react-native';
5
- import Animated, { useSharedValue, useAnimatedStyle, withTiming, withSpring, withSequence, withDelay, interpolateColor, runOnJS, Easing } from 'react-native-reanimated';
6
-
7
- // Example component showcasing improved Reanimated usage
8
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
- const AnimationExample = () => {
10
- const [currentStep, setCurrentStep] = useState(0);
11
-
12
- // Shared values for better performance
13
- const opacity = useSharedValue(1);
14
- const scale = useSharedValue(1);
15
- const translateX = useSharedValue(0);
16
- const rotation = useSharedValue(0);
17
- const progress = useSharedValue(0);
18
- const colorProgress = useSharedValue(0);
19
-
20
- // Animated styles with proper interpolation
21
- const animatedStyle = useAnimatedStyle(() => {
22
- return {
23
- opacity: opacity.value,
24
- transform: [{
25
- scale: scale.value
26
- }, {
27
- translateX: translateX.value
28
- }, {
29
- rotate: `${rotation.value}deg`
30
- }]
31
- };
32
- });
33
- const progressStyle = useAnimatedStyle(() => {
34
- return {
35
- width: `${progress.value * 100}%`,
36
- backgroundColor: interpolateColor(colorProgress.value, [0, 1], ['#3498db', '#e74c3c'])
37
- };
38
- });
39
- const backgroundStyle = useAnimatedStyle(() => {
40
- return {
41
- backgroundColor: interpolateColor(colorProgress.value, [0, 1], ['#ecf0f1', '#f39c12'])
42
- };
43
- });
44
-
45
- // Complex animation sequence
46
- const animateSequence = () => {
47
- 'worklet';
48
-
49
- // Staggered animations for smooth transitions
50
- opacity.value = withTiming(0.5, {
51
- duration: 200
52
- });
53
- scale.value = withSpring(0.8, {
54
- damping: 15,
55
- stiffness: 150
56
- });
57
-
58
- // Delayed follow-up animations
59
- translateX.value = withDelay(100, withSpring(50, {
60
- damping: 20,
61
- stiffness: 100
62
- }, finished => {
63
- if (finished) {
64
- translateX.value = withSpring(0, {
65
- damping: 15,
66
- stiffness: 150
67
- });
68
- }
69
- }));
70
-
71
- // Sequential animations
72
- rotation.value = withSequence(withTiming(10, {
73
- duration: 150
74
- }), withTiming(-10, {
75
- duration: 150
76
- }), withTiming(0, {
77
- duration: 150
78
- }));
79
-
80
- // Progress animation with easing
81
- progress.value = withTiming(1, {
82
- duration: 1000,
83
- easing: Easing.out(Easing.exp)
84
- }, finished => {
85
- if (finished) {
86
- runOnJS(setCurrentStep)(currentStep + 1);
87
- }
88
- });
89
-
90
- // Color transition
91
- colorProgress.value = withTiming(1, {
92
- duration: 800
93
- });
94
-
95
- // Reset animations
96
- setTimeout(() => {
97
- opacity.value = withSpring(1);
98
- scale.value = withSpring(1);
99
- progress.value = withTiming(0, {
100
- duration: 500
101
- });
102
- colorProgress.value = withTiming(0, {
103
- duration: 500
104
- });
105
- }, 1500);
106
- };
107
- return /*#__PURE__*/_jsxs(Animated.View, {
108
- style: [styles.container, backgroundStyle],
109
- children: [/*#__PURE__*/_jsx(Text, {
110
- style: styles.title,
111
- children: "Advanced Reanimated Example"
112
- }), /*#__PURE__*/_jsxs(Text, {
113
- style: styles.subtitle,
114
- children: ["Step: ", currentStep]
115
- }), /*#__PURE__*/_jsx(Animated.View, {
116
- style: [styles.box, animatedStyle],
117
- children: /*#__PURE__*/_jsx(Text, {
118
- style: styles.boxText,
119
- children: "Animated Box"
120
- })
121
- }), /*#__PURE__*/_jsx(View, {
122
- style: styles.progressContainer,
123
- children: /*#__PURE__*/_jsx(Animated.View, {
124
- style: [styles.progressBar, progressStyle]
125
- })
126
- }), /*#__PURE__*/_jsx(TouchableOpacity, {
127
- style: styles.button,
128
- onPress: animateSequence,
129
- children: /*#__PURE__*/_jsx(Text, {
130
- style: styles.buttonText,
131
- children: "Animate Sequence"
132
- })
133
- })]
134
- });
135
- };
136
- const styles = StyleSheet.create({
137
- container: {
138
- flex: 1,
139
- justifyContent: 'center',
140
- alignItems: 'center',
141
- padding: 20
142
- },
143
- title: {
144
- fontSize: 24,
145
- fontWeight: 'bold',
146
- marginBottom: 10,
147
- color: '#2c3e50'
148
- },
149
- subtitle: {
150
- fontSize: 16,
151
- marginBottom: 30,
152
- color: '#7f8c8d'
153
- },
154
- box: {
155
- width: 150,
156
- height: 150,
157
- backgroundColor: '#3498db',
158
- borderRadius: 20,
159
- justifyContent: 'center',
160
- alignItems: 'center',
161
- marginBottom: 30,
162
- shadowColor: '#000',
163
- shadowOffset: {
164
- width: 0,
165
- height: 4
166
- },
167
- shadowOpacity: 0.3,
168
- shadowRadius: 8,
169
- elevation: 8
170
- },
171
- boxText: {
172
- color: 'white',
173
- fontSize: 16,
174
- fontWeight: 'bold'
175
- },
176
- progressContainer: {
177
- width: '100%',
178
- height: 10,
179
- backgroundColor: '#ecf0f1',
180
- borderRadius: 5,
181
- marginBottom: 30,
182
- overflow: 'hidden'
183
- },
184
- progressBar: {
185
- height: '100%',
186
- borderRadius: 5
187
- },
188
- button: {
189
- backgroundColor: '#e74c3c',
190
- paddingHorizontal: 30,
191
- paddingVertical: 15,
192
- borderRadius: 25,
193
- shadowColor: '#000',
194
- shadowOffset: {
195
- width: 0,
196
- height: 2
197
- },
198
- shadowOpacity: 0.2,
199
- shadowRadius: 4,
200
- elevation: 4
201
- },
202
- buttonText: {
203
- color: 'white',
204
- fontSize: 16,
205
- fontWeight: 'bold'
206
- }
207
- });
208
- export default AnimationExample;
209
- //# sourceMappingURL=AnimationExample.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["useState","View","Text","StyleSheet","TouchableOpacity","Animated","useSharedValue","useAnimatedStyle","withTiming","withSpring","withSequence","withDelay","interpolateColor","runOnJS","Easing","jsx","_jsx","jsxs","_jsxs","AnimationExample","currentStep","setCurrentStep","opacity","scale","translateX","rotation","progress","colorProgress","animatedStyle","value","transform","rotate","progressStyle","width","backgroundColor","backgroundStyle","animateSequence","duration","damping","stiffness","finished","easing","out","exp","setTimeout","style","styles","container","children","title","subtitle","box","boxText","progressContainer","progressBar","button","onPress","buttonText","create","flex","justifyContent","alignItems","padding","fontSize","fontWeight","marginBottom","color","height","borderRadius","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","overflow","paddingHorizontal","paddingVertical"],"sourceRoot":"../../../../src","sources":["ui/components/AnimationExample.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,139 +0,0 @@
1
- "use strict";
2
-
3
- import React, { Component } from 'react';
4
- import { View, Text, StyleSheet, TouchableOpacity } from 'react-native';
5
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
- /**
7
- * Error Boundary Component
8
- *
9
- * Catches JavaScript errors anywhere in the child component tree,
10
- * logs those errors, and displays a fallback UI instead of crashing.
11
- *
12
- * Usage:
13
- * <ErrorBoundary>
14
- * <YourComponent />
15
- * </ErrorBoundary>
16
- */
17
- export class ErrorBoundary extends Component {
18
- constructor(props) {
19
- super(props);
20
- this.state = {
21
- hasError: false,
22
- error: null,
23
- errorInfo: null
24
- };
25
- }
26
- static getDerivedStateFromError(error) {
27
- // Update state so the next render will show the fallback UI
28
- return {
29
- hasError: true,
30
- error
31
- };
32
- }
33
- componentDidCatch(error, errorInfo) {
34
- // Log error to console in development
35
- if (__DEV__) {
36
- console.error('ErrorBoundary caught an error:', error, errorInfo);
37
- }
38
-
39
- // Call optional error handler
40
- if (this.props.onError) {
41
- this.props.onError(error, errorInfo);
42
- }
43
-
44
- // Update state with error info
45
- this.setState({
46
- error,
47
- errorInfo
48
- });
49
- }
50
- handleReset = () => {
51
- this.setState({
52
- hasError: false,
53
- error: null,
54
- errorInfo: null
55
- });
56
- };
57
- render() {
58
- if (this.state.hasError) {
59
- // Use custom fallback if provided
60
- if (this.props.fallback) {
61
- return this.props.fallback;
62
- }
63
-
64
- // Default fallback UI
65
- return /*#__PURE__*/_jsx(View, {
66
- style: styles.container,
67
- children: /*#__PURE__*/_jsxs(View, {
68
- style: styles.errorContainer,
69
- children: [/*#__PURE__*/_jsx(Text, {
70
- style: styles.errorTitle,
71
- children: "Something went wrong"
72
- }), /*#__PURE__*/_jsx(Text, {
73
- style: styles.errorMessage,
74
- children: this.state.error?.message || 'An unexpected error occurred'
75
- }), __DEV__ && this.state.errorInfo && /*#__PURE__*/_jsx(Text, {
76
- style: styles.errorDetails,
77
- children: this.state.errorInfo.componentStack
78
- }), /*#__PURE__*/_jsx(TouchableOpacity, {
79
- style: styles.resetButton,
80
- onPress: this.handleReset,
81
- children: /*#__PURE__*/_jsx(Text, {
82
- style: styles.resetButtonText,
83
- children: "Try Again"
84
- })
85
- })]
86
- })
87
- });
88
- }
89
- return this.props.children;
90
- }
91
- }
92
- const styles = StyleSheet.create({
93
- container: {
94
- flex: 1,
95
- justifyContent: 'center',
96
- alignItems: 'center',
97
- padding: 20,
98
- backgroundColor: '#fff'
99
- },
100
- errorContainer: {
101
- maxWidth: 400,
102
- width: '100%',
103
- padding: 20,
104
- borderRadius: 8,
105
- backgroundColor: '#f5f5f5',
106
- borderWidth: 1,
107
- borderColor: '#e0e0e0'
108
- },
109
- errorTitle: {
110
- fontSize: 20,
111
- fontWeight: 'bold',
112
- marginBottom: 10,
113
- color: '#d32f2f'
114
- },
115
- errorMessage: {
116
- fontSize: 14,
117
- marginBottom: 15,
118
- color: '#666'
119
- },
120
- errorDetails: {
121
- fontSize: 12,
122
- marginBottom: 15,
123
- color: '#999',
124
- fontFamily: 'monospace'
125
- },
126
- resetButton: {
127
- backgroundColor: '#007AFF',
128
- padding: 12,
129
- borderRadius: 6,
130
- alignItems: 'center'
131
- },
132
- resetButtonText: {
133
- color: '#fff',
134
- fontSize: 16,
135
- fontWeight: '600'
136
- }
137
- });
138
- export default ErrorBoundary;
139
- //# sourceMappingURL=ErrorBoundary.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","Component","View","Text","StyleSheet","TouchableOpacity","jsx","_jsx","jsxs","_jsxs","ErrorBoundary","constructor","props","state","hasError","error","errorInfo","getDerivedStateFromError","componentDidCatch","__DEV__","console","onError","setState","handleReset","render","fallback","style","styles","container","children","errorContainer","errorTitle","errorMessage","message","errorDetails","componentStack","resetButton","onPress","resetButtonText","create","flex","justifyContent","alignItems","padding","backgroundColor","maxWidth","width","borderRadius","borderWidth","borderColor","fontSize","fontWeight","marginBottom","color","fontFamily"],"sourceRoot":"../../../../src","sources":["ui/components/ErrorBoundary.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,102 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * WebOxyProvider - Lightweight provider for pure React/Next.js apps
5
- *
6
- * Use this provider for web apps that DON'T use Expo/React Native.
7
- * For Expo apps (native + web), use `OxyProvider` instead - it works on all platforms.
8
- *
9
- * Features:
10
- * - Automatic cross-domain SSO via FedCM (Chrome 108+, Safari 16.4+, Edge 108+)
11
- * - No React Native dependencies
12
- * - Session management
13
- * - All useOxy/useAuth functionality
14
- *
15
- * Usage:
16
- * ```tsx
17
- * // For pure React/Next.js apps (no Expo):
18
- * import { WebOxyProvider, useAuth } from '@oxyhq/services';
19
- *
20
- * function App() {
21
- * return (
22
- * <WebOxyProvider baseURL="https://api.oxy.so">
23
- * <YourApp />
24
- * </WebOxyProvider>
25
- * );
26
- * }
27
- *
28
- * // For Expo apps (native + web), use OxyProvider instead:
29
- * import { OxyProvider, useAuth } from '@oxyhq/services';
30
- * ```
31
- */
32
-
33
- import { useEffect, useRef, useState } from 'react';
34
- import { OxyContextProvider } from "../context/OxyContext.js";
35
- import { QueryClientProvider } from '@tanstack/react-query';
36
- import { createQueryClient } from "../hooks/queryClient.js";
37
- import { createPlatformStorage } from "../utils/storageHelpers.js";
38
- import { jsx as _jsx } from "react/jsx-runtime";
39
- /**
40
- * OxyProvider for web applications
41
- *
42
- * Features:
43
- * - Automatic cross-domain SSO via FedCM (browser-native identity API)
44
- * - Works across different TLDs (alia.onl, mention.earth, homiio.com, etc.)
45
- * - Session persistence in localStorage
46
- * - TanStack Query for data fetching
47
- * - No React Native dependencies
48
- */
49
- const WebOxyProvider = ({
50
- children,
51
- baseURL,
52
- authWebUrl,
53
- onAuthStateChange,
54
- storageKeyPrefix,
55
- queryClient: providedQueryClient
56
- }) => {
57
- const storageRef = useRef(null);
58
- const queryClientRef = useRef(null);
59
- const [queryClient, setQueryClient] = useState(null);
60
- useEffect(() => {
61
- if (providedQueryClient) {
62
- queryClientRef.current = providedQueryClient;
63
- setQueryClient(providedQueryClient);
64
- return;
65
- }
66
- let mounted = true;
67
- createPlatformStorage().then(storage => {
68
- if (mounted && !queryClientRef.current) {
69
- storageRef.current = storage;
70
- const client = createQueryClient(storage);
71
- queryClientRef.current = client;
72
- setQueryClient(client);
73
- }
74
- }).catch(() => {
75
- if (mounted && !queryClientRef.current) {
76
- const client = createQueryClient(null);
77
- queryClientRef.current = client;
78
- setQueryClient(client);
79
- }
80
- });
81
- return () => {
82
- mounted = false;
83
- };
84
- }, [providedQueryClient]);
85
-
86
- // Wait for query client to be ready
87
- if (!queryClient) {
88
- return null;
89
- }
90
- return /*#__PURE__*/_jsx(QueryClientProvider, {
91
- client: queryClient,
92
- children: /*#__PURE__*/_jsx(OxyContextProvider, {
93
- baseURL: baseURL,
94
- authWebUrl: authWebUrl,
95
- storageKeyPrefix: storageKeyPrefix,
96
- onAuthStateChange: onAuthStateChange,
97
- children: children
98
- })
99
- });
100
- };
101
- export default WebOxyProvider;
102
- //# sourceMappingURL=WebOxyProvider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["useEffect","useRef","useState","OxyContextProvider","QueryClientProvider","createQueryClient","createPlatformStorage","jsx","_jsx","WebOxyProvider","children","baseURL","authWebUrl","onAuthStateChange","storageKeyPrefix","queryClient","providedQueryClient","storageRef","queryClientRef","setQueryClient","current","mounted","then","storage","client","catch"],"sourceRoot":"../../../../src","sources":["ui/components/WebOxyProvider.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,SAAS,EAAEC,MAAM,EAAEC,QAAQ,QAAiC,OAAO;AAC5E,SAASC,kBAAkB,QAAQ,0BAAuB;AAC1D,SAASC,mBAAmB,QAAQ,uBAAuB;AAC3D,SAASC,iBAAiB,QAAQ,yBAAsB;AACxD,SAASC,qBAAqB,QAA+B,4BAAyB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAWvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,cAAuC,GAAGA,CAAC;EAC/CC,QAAQ;EACRC,OAAO;EACPC,UAAU;EACVC,iBAAiB;EACjBC,gBAAgB;EAChBC,WAAW,EAAEC;AACf,CAAC,KAAK;EACJ,MAAMC,UAAU,GAAGhB,MAAM,CAA0B,IAAI,CAAC;EACxD,MAAMiB,cAAc,GAAGjB,MAAM,CAA8C,IAAI,CAAC;EAChF,MAAM,CAACc,WAAW,EAAEI,cAAc,CAAC,GAAGjB,QAAQ,CAA8C,IAAI,CAAC;EAEjGF,SAAS,CAAC,MAAM;IACd,IAAIgB,mBAAmB,EAAE;MACvBE,cAAc,CAACE,OAAO,GAAGJ,mBAAmB;MAC5CG,cAAc,CAACH,mBAAmB,CAAC;MACnC;IACF;IAEA,IAAIK,OAAO,GAAG,IAAI;IAClBf,qBAAqB,CAAC,CAAC,CACpBgB,IAAI,CAAEC,OAAO,IAAK;MACjB,IAAIF,OAAO,IAAI,CAACH,cAAc,CAACE,OAAO,EAAE;QACtCH,UAAU,CAACG,OAAO,GAAGG,OAAO;QAC5B,MAAMC,MAAM,GAAGnB,iBAAiB,CAACkB,OAAO,CAAC;QACzCL,cAAc,CAACE,OAAO,GAAGI,MAAM;QAC/BL,cAAc,CAACK,MAAM,CAAC;MACxB;IACF,CAAC,CAAC,CACDC,KAAK,CAAC,MAAM;MACX,IAAIJ,OAAO,IAAI,CAACH,cAAc,CAACE,OAAO,EAAE;QACtC,MAAMI,MAAM,GAAGnB,iBAAiB,CAAC,IAAI,CAAC;QACtCa,cAAc,CAACE,OAAO,GAAGI,MAAM;QAC/BL,cAAc,CAACK,MAAM,CAAC;MACxB;IACF,CAAC,CAAC;IAEJ,OAAO,MAAM;MACXH,OAAO,GAAG,KAAK;IACjB,CAAC;EACH,CAAC,EAAE,CAACL,mBAAmB,CAAC,CAAC;;EAEzB;EACA,IAAI,CAACD,WAAW,EAAE;IAChB,OAAO,IAAI;EACb;EAEA,oBACEP,IAAA,CAACJ,mBAAmB;IAACoB,MAAM,EAAET,WAAY;IAAAL,QAAA,eACvCF,IAAA,CAACL,kBAAkB;MACjBQ,OAAO,EAAEA,OAAQ;MACjBC,UAAU,EAAEA,UAAW;MACvBE,gBAAgB,EAAEA,gBAAiB;MACnCD,iBAAiB,EAAEA,iBAAkB;MAAAH,QAAA,EAEpCA;IAAQ,CACS;EAAC,CACF,CAAC;AAE1B,CAAC;AAED,eAAeD,cAAc","ignoreList":[]}
@@ -1,4 +0,0 @@
1
- import type React from 'react';
2
- declare const AnimationExample: React.FC;
3
- export default AnimationExample;
4
- //# sourceMappingURL=AnimationExample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationExample.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/AnimationExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA6G7B,CAAC;AAqEF,eAAe,gBAAgB,CAAC"}
@@ -1,31 +0,0 @@
1
- import React, { Component, type ErrorInfo, type ReactNode } from 'react';
2
- interface Props {
3
- children: ReactNode;
4
- fallback?: ReactNode;
5
- onError?: (error: Error, errorInfo: ErrorInfo) => void;
6
- }
7
- interface State {
8
- hasError: boolean;
9
- error: Error | null;
10
- errorInfo: ErrorInfo | null;
11
- }
12
- /**
13
- * Error Boundary Component
14
- *
15
- * Catches JavaScript errors anywhere in the child component tree,
16
- * logs those errors, and displays a fallback UI instead of crashing.
17
- *
18
- * Usage:
19
- * <ErrorBoundary>
20
- * <YourComponent />
21
- * </ErrorBoundary>
22
- */
23
- export declare class ErrorBoundary extends Component<Props, State> {
24
- constructor(props: Props);
25
- static getDerivedStateFromError(error: Error): Partial<State>;
26
- componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
27
- handleReset: () => void;
28
- render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
29
- }
30
- export default ErrorBoundary;
31
- //# sourceMappingURL=ErrorBoundary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzE,UAAU,KAAK;IACX,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CAC1D;AAED,UAAU,KAAK;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC/B;AAED;;;;;;;;;;GAUG;AACH,qBAAa,aAAc,SAAQ,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;gBAC1C,KAAK,EAAE,KAAK;IASxB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;IAQ7D,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS;IAkBpD,WAAW,aAMT;IAEF,MAAM;CAiCT;AAiDD,eAAe,aAAa,CAAC"}
@@ -1,52 +0,0 @@
1
- /**
2
- * WebOxyProvider - Lightweight provider for pure React/Next.js apps
3
- *
4
- * Use this provider for web apps that DON'T use Expo/React Native.
5
- * For Expo apps (native + web), use `OxyProvider` instead - it works on all platforms.
6
- *
7
- * Features:
8
- * - Automatic cross-domain SSO via FedCM (Chrome 108+, Safari 16.4+, Edge 108+)
9
- * - No React Native dependencies
10
- * - Session management
11
- * - All useOxy/useAuth functionality
12
- *
13
- * Usage:
14
- * ```tsx
15
- * // For pure React/Next.js apps (no Expo):
16
- * import { WebOxyProvider, useAuth } from '@oxyhq/services';
17
- *
18
- * function App() {
19
- * return (
20
- * <WebOxyProvider baseURL="https://api.oxy.so">
21
- * <YourApp />
22
- * </WebOxyProvider>
23
- * );
24
- * }
25
- *
26
- * // For Expo apps (native + web), use OxyProvider instead:
27
- * import { OxyProvider, useAuth } from '@oxyhq/services';
28
- * ```
29
- */
30
- import { type FC, type ReactNode } from 'react';
31
- import { createQueryClient } from '../hooks/queryClient';
32
- export interface WebOxyProviderProps {
33
- children: ReactNode;
34
- baseURL: string;
35
- authWebUrl?: string;
36
- onAuthStateChange?: (user: any) => void;
37
- storageKeyPrefix?: string;
38
- queryClient?: ReturnType<typeof createQueryClient>;
39
- }
40
- /**
41
- * OxyProvider for web applications
42
- *
43
- * Features:
44
- * - Automatic cross-domain SSO via FedCM (browser-native identity API)
45
- * - Works across different TLDs (alia.onl, mention.earth, homiio.com, etc.)
46
- * - Session persistence in localStorage
47
- * - TanStack Query for data fetching
48
- * - No React Native dependencies
49
- */
50
- declare const WebOxyProvider: FC<WebOxyProviderProps>;
51
- export default WebOxyProvider;
52
- //# sourceMappingURL=WebOxyProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WebOxyProvider.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/WebOxyProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,EAA+B,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAG7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAGzD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;CACpD;AAED;;;;;;;;;GASG;AACH,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA2D3C,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,4 +0,0 @@
1
- import type React from 'react';
2
- declare const AnimationExample: React.FC;
3
- export default AnimationExample;
4
- //# sourceMappingURL=AnimationExample.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationExample.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/AnimationExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA6G7B,CAAC;AAqEF,eAAe,gBAAgB,CAAC"}
@@ -1,31 +0,0 @@
1
- import React, { Component, type ErrorInfo, type ReactNode } from 'react';
2
- interface Props {
3
- children: ReactNode;
4
- fallback?: ReactNode;
5
- onError?: (error: Error, errorInfo: ErrorInfo) => void;
6
- }
7
- interface State {
8
- hasError: boolean;
9
- error: Error | null;
10
- errorInfo: ErrorInfo | null;
11
- }
12
- /**
13
- * Error Boundary Component
14
- *
15
- * Catches JavaScript errors anywhere in the child component tree,
16
- * logs those errors, and displays a fallback UI instead of crashing.
17
- *
18
- * Usage:
19
- * <ErrorBoundary>
20
- * <YourComponent />
21
- * </ErrorBoundary>
22
- */
23
- export declare class ErrorBoundary extends Component<Props, State> {
24
- constructor(props: Props);
25
- static getDerivedStateFromError(error: Error): Partial<State>;
26
- componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
27
- handleReset: () => void;
28
- render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
29
- }
30
- export default ErrorBoundary;
31
- //# sourceMappingURL=ErrorBoundary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzE,UAAU,KAAK;IACX,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,KAAK,IAAI,CAAC;CAC1D;AAED,UAAU,KAAK;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC/B;AAED;;;;;;;;;;GAUG;AACH,qBAAa,aAAc,SAAQ,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;gBAC1C,KAAK,EAAE,KAAK;IASxB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;IAQ7D,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS;IAkBpD,WAAW,aAMT;IAEF,MAAM;CAiCT;AAiDD,eAAe,aAAa,CAAC"}