@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
@@ -1,335 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var React = _interopRequireWildcard(require("react"));
8
- var _reactNative = require("react-native");
9
- var _TextFieldAffix = _interopRequireDefault(require("./TextField/Adornment/TextFieldAffix.js"));
10
- var _TextFieldIcon = _interopRequireDefault(require("./TextField/Adornment/TextFieldIcon.js"));
11
- var _TextFieldFlat = _interopRequireDefault(require("./TextField/TextFieldFlat.js"));
12
- var _TextFieldOutlined = _interopRequireDefault(require("./TextField/TextFieldOutlined.js"));
13
- var _theming = require("./theming.js");
14
- var _forwardRef = require("./utils/forwardRef.js");
15
- var _roundLayoutSize = require("./utils/roundLayoutSize.js");
16
- var _jsxRuntime = require("react/jsx-runtime");
17
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
18
- 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); }
19
- const BLUR_ANIMATION_DURATION = 180;
20
- const FOCUS_ANIMATION_DURATION = 150;
21
- const DefaultRenderer = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TextInput, {
22
- ...props
23
- });
24
-
25
- /**
26
- * A component to allow users to input text.
27
- *
28
- * ## Usage
29
- * ```js
30
- * import * as React from 'react';
31
- * import { TextField } from './TextField';
32
- *
33
- * const MyComponent = () => {
34
- * const [text, setText] = React.useState("");
35
- *
36
- * return (
37
- * <TextField
38
- * label="Email"
39
- * value={text}
40
- * onChangeText={text => setText(text)}
41
- * />
42
- * );
43
- * };
44
- *
45
- * export default MyComponent;
46
- * ```
47
- *
48
- * @extends TextInput props https://reactnative.dev/docs/textinput#props
49
- */
50
- const TextField = (0, _forwardRef.forwardRef)(({
51
- mode = 'flat',
52
- dense = false,
53
- disabled = false,
54
- error: errorProp = false,
55
- multiline = false,
56
- editable = true,
57
- contentStyle,
58
- render = DefaultRenderer,
59
- theme: themeOverrides,
60
- ...rest
61
- }, ref) => {
62
- const theme = (0, _theming.useInternalTheme)(themeOverrides);
63
- const isControlled = rest.value !== undefined;
64
- const validInputValue = isControlled ? rest.value : rest.defaultValue;
65
- const {
66
- current: labeled
67
- } = React.useRef(new _reactNative.Animated.Value(validInputValue ? 0 : 1));
68
- const {
69
- current: error
70
- } = React.useRef(new _reactNative.Animated.Value(errorProp ? 1 : 0));
71
- const [focused, setFocused] = React.useState(false);
72
- const [displayPlaceholder, setDisplayPlaceholder] = React.useState(false);
73
- const [uncontrolledValue, setUncontrolledValue] = React.useState(validInputValue);
74
- // Use value from props instead of local state when input is controlled
75
- const value = isControlled ? rest.value : uncontrolledValue;
76
- const [labelTextLayout, setLabelTextLayout] = React.useState({
77
- width: 33
78
- });
79
- const [inputContainerLayout, setInputContainerLayout] = React.useState({
80
- width: 65
81
- });
82
- const [labelLayout, setLabelLayout] = React.useState({
83
- measured: false,
84
- width: 0,
85
- height: 0
86
- });
87
- const [leftLayout, setLeftLayout] = React.useState({
88
- width: null,
89
- height: null
90
- });
91
- const [rightLayout, setRightLayout] = React.useState({
92
- width: null,
93
- height: null
94
- });
95
- const timer = React.useRef(undefined);
96
- const root = React.useRef(null);
97
- const {
98
- scale
99
- } = theme.animation;
100
- React.useImperativeHandle(ref, () => ({
101
- focus: () => root.current?.focus(),
102
- clear: () => root.current?.clear(),
103
- setNativeProps: args => root.current?.setNativeProps(args),
104
- isFocused: () => root.current?.isFocused() || false,
105
- blur: () => root.current?.blur(),
106
- forceFocus: () => root.current?.focus(),
107
- setSelection: (start, end) => root.current?.setSelection(start, end)
108
- }));
109
- React.useEffect(() => {
110
- // When the input has an error, we wiggle the label and apply error styles
111
- if (errorProp) {
112
- // show error
113
- _reactNative.Animated.timing(error, {
114
- toValue: 1,
115
- duration: FOCUS_ANIMATION_DURATION * scale,
116
- // To prevent this - https://github.com/callstack/react-native-paper/issues/941
117
- useNativeDriver: true
118
- }).start();
119
- } else {
120
- _reactNative.Animated.timing(error, {
121
- toValue: 0,
122
- duration: BLUR_ANIMATION_DURATION * scale,
123
- // To prevent this - https://github.com/callstack/react-native-paper/issues/941
124
- useNativeDriver: true
125
- }).start();
126
- }
127
- }, [errorProp, scale, error]);
128
- React.useEffect(() => {
129
- // Show placeholder text only if the input is focused, or there's no label
130
- // We don't show placeholder if there's a label because the label acts as placeholder
131
- // When focused, the label moves up, so we can show a placeholder
132
- if (focused || !rest.label) {
133
- // If the user wants to use the contextMenu, when changing the placeholder, the contextMenu is closed
134
- // This is a workaround to mitigate this behavior in scenarios where the placeholder is not specified.
135
- if (rest.placeholder) {
136
- // Display placeholder in a delay to offset the label animation
137
- // If we show it immediately, they'll overlap and look ugly
138
- timer.current = setTimeout(() => setDisplayPlaceholder(true), 50);
139
- }
140
- } else {
141
- // hidePlaceholder
142
- setDisplayPlaceholder(false);
143
- }
144
- return () => {
145
- if (timer.current) {
146
- clearTimeout(timer.current);
147
- }
148
- };
149
- }, [focused, rest.label, rest.placeholder]);
150
- React.useEffect(() => {
151
- labeled.stopAnimation();
152
- // The label should be minimized if the text input is focused, or has text
153
- // In minimized mode, the label moves up and becomes small
154
- // workaround for animated regression for react native > 0.61
155
- // https://github.com/callstack/react-native-paper/pull/1440
156
- if (value || focused) {
157
- // minimize label
158
- _reactNative.Animated.timing(labeled, {
159
- toValue: 0,
160
- duration: BLUR_ANIMATION_DURATION * scale,
161
- // To prevent this - https://github.com/callstack/react-native-paper/issues/941
162
- useNativeDriver: true
163
- }).start();
164
- } else {
165
- // restore label
166
- _reactNative.Animated.timing(labeled, {
167
- toValue: 1,
168
- duration: FOCUS_ANIMATION_DURATION * scale,
169
- // To prevent this - https://github.com/callstack/react-native-paper/issues/941
170
- useNativeDriver: true
171
- }).start();
172
- }
173
- }, [focused, value, labeled, scale]);
174
- const onLeftAffixLayoutChange = React.useCallback(event => {
175
- const height = (0, _roundLayoutSize.roundLayoutSize)(event.nativeEvent.layout.height);
176
- const width = (0, _roundLayoutSize.roundLayoutSize)(event.nativeEvent.layout.width);
177
- if (width !== leftLayout.width || height !== leftLayout.height) {
178
- setLeftLayout({
179
- width,
180
- height
181
- });
182
- }
183
- }, [leftLayout.height, leftLayout.width]);
184
- const onRightAffixLayoutChange = React.useCallback(event => {
185
- const width = (0, _roundLayoutSize.roundLayoutSize)(event.nativeEvent.layout.width);
186
- const height = (0, _roundLayoutSize.roundLayoutSize)(event.nativeEvent.layout.height);
187
- if (width !== rightLayout.width || height !== rightLayout.height) {
188
- setRightLayout({
189
- width,
190
- height
191
- });
192
- }
193
- }, [rightLayout.height, rightLayout.width]);
194
- const handleFocus = args => {
195
- if (disabled || !editable) {
196
- return;
197
- }
198
- setFocused(true);
199
- rest.onFocus?.(args);
200
- };
201
- const handleBlur = args => {
202
- if (!editable) {
203
- return;
204
- }
205
- setFocused(false);
206
- rest.onBlur?.(args);
207
- };
208
- const handleChangeText = value => {
209
- if (!editable || disabled) {
210
- return;
211
- }
212
- if (!isControlled) {
213
- // Keep track of value in local state when input is not controlled
214
- setUncontrolledValue(value);
215
- }
216
- rest.onChangeText?.(value);
217
- };
218
- const handleLayoutAnimatedText = React.useCallback(e => {
219
- const width = (0, _roundLayoutSize.roundLayoutSize)(e.nativeEvent.layout.width);
220
- const height = (0, _roundLayoutSize.roundLayoutSize)(e.nativeEvent.layout.height);
221
- if (width !== labelLayout.width || height !== labelLayout.height) {
222
- setLabelLayout({
223
- width,
224
- height,
225
- measured: true
226
- });
227
- }
228
- }, [labelLayout.height, labelLayout.width]);
229
- const handleLabelTextLayout = React.useCallback(({
230
- nativeEvent
231
- }) => {
232
- setLabelTextLayout({
233
- width: nativeEvent.lines.reduce((acc, line) => acc + Math.ceil(line.width), 0)
234
- });
235
- }, []);
236
- const handleInputContainerLayout = React.useCallback(({
237
- nativeEvent: {
238
- layout
239
- }
240
- }) => {
241
- setInputContainerLayout({
242
- width: layout.width
243
- });
244
- }, []);
245
- const forceFocus = React.useCallback(() => root.current?.focus(), []);
246
- const {
247
- maxFontSizeMultiplier = 1.5
248
- } = rest;
249
- const scaledLabel = !!(value || focused);
250
- if (mode === 'outlined') {
251
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_TextFieldOutlined.default, {
252
- dense: dense,
253
- disabled: disabled,
254
- error: errorProp,
255
- multiline: multiline,
256
- editable: editable,
257
- render: render,
258
- ...rest,
259
- theme: theme,
260
- value: value,
261
- parentState: {
262
- labeled,
263
- error,
264
- focused,
265
- displayPlaceholder,
266
- value,
267
- labelTextLayout,
268
- labelLayout,
269
- leftLayout,
270
- rightLayout,
271
- inputContainerLayout
272
- },
273
- innerRef: ref => {
274
- root.current = ref;
275
- },
276
- onFocus: handleFocus,
277
- forceFocus: forceFocus,
278
- onBlur: handleBlur,
279
- onChangeText: handleChangeText,
280
- onLayoutAnimatedText: handleLayoutAnimatedText,
281
- onInputLayout: handleInputContainerLayout,
282
- onLabelTextLayout: handleLabelTextLayout,
283
- onLeftAffixLayoutChange: onLeftAffixLayoutChange,
284
- onRightAffixLayoutChange: onRightAffixLayoutChange,
285
- maxFontSizeMultiplier: maxFontSizeMultiplier,
286
- contentStyle: contentStyle,
287
- scaledLabel: scaledLabel
288
- });
289
- }
290
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_TextFieldFlat.default, {
291
- dense: dense,
292
- disabled: disabled,
293
- error: errorProp,
294
- multiline: multiline,
295
- editable: editable,
296
- render: render,
297
- ...rest,
298
- theme: theme,
299
- value: value,
300
- parentState: {
301
- labeled,
302
- error,
303
- focused,
304
- displayPlaceholder,
305
- value,
306
- labelTextLayout,
307
- labelLayout,
308
- leftLayout,
309
- rightLayout,
310
- inputContainerLayout
311
- },
312
- innerRef: ref => {
313
- root.current = ref;
314
- },
315
- onFocus: handleFocus,
316
- forceFocus: forceFocus,
317
- onBlur: handleBlur,
318
- onInputLayout: handleInputContainerLayout,
319
- onChangeText: handleChangeText,
320
- onLayoutAnimatedText: handleLayoutAnimatedText,
321
- onLabelTextLayout: handleLabelTextLayout,
322
- onLeftAffixLayoutChange: onLeftAffixLayoutChange,
323
- onRightAffixLayoutChange: onRightAffixLayoutChange,
324
- maxFontSizeMultiplier: maxFontSizeMultiplier,
325
- contentStyle: contentStyle,
326
- scaledLabel: scaledLabel
327
- });
328
- });
329
- // @component ./TextField/Adornment/TextFieldIcon.tsx
330
- TextField.Icon = _TextFieldIcon.default;
331
-
332
- // @component ./TextField/Adornment/TextFieldAffix.tsx
333
- TextField.Affix = _TextFieldAffix.default;
334
- var _default = exports.default = TextField;
335
- //# sourceMappingURL=TextField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_TextFieldAffix","_interopRequireDefault","_TextFieldIcon","_TextFieldFlat","_TextFieldOutlined","_theming","_forwardRef","_roundLayoutSize","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","BLUR_ANIMATION_DURATION","FOCUS_ANIMATION_DURATION","DefaultRenderer","props","jsx","TextInput","TextField","forwardRef","mode","dense","disabled","error","errorProp","multiline","editable","contentStyle","render","theme","themeOverrides","rest","ref","useInternalTheme","isControlled","value","undefined","validInputValue","defaultValue","current","labeled","useRef","Animated","Value","focused","setFocused","useState","displayPlaceholder","setDisplayPlaceholder","uncontrolledValue","setUncontrolledValue","labelTextLayout","setLabelTextLayout","width","inputContainerLayout","setInputContainerLayout","labelLayout","setLabelLayout","measured","height","leftLayout","setLeftLayout","rightLayout","setRightLayout","timer","root","scale","animation","useImperativeHandle","focus","clear","setNativeProps","args","isFocused","blur","forceFocus","setSelection","start","end","useEffect","timing","toValue","duration","useNativeDriver","label","placeholder","setTimeout","clearTimeout","stopAnimation","onLeftAffixLayoutChange","useCallback","event","roundLayoutSize","nativeEvent","layout","onRightAffixLayoutChange","handleFocus","onFocus","handleBlur","onBlur","handleChangeText","onChangeText","handleLayoutAnimatedText","handleLabelTextLayout","lines","reduce","acc","line","Math","ceil","handleInputContainerLayout","maxFontSizeMultiplier","scaledLabel","parentState","innerRef","onLayoutAnimatedText","onInputLayout","onLabelTextLayout","Icon","TextFieldIcon","Affix","TextFieldAffix","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/components/TextField.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Pressable = void 0;
7
- var _reactNative = require("react-native");
8
- // This component is added to support type-safe hover and focus states on web
9
- // https://necolas.github.io/react-native-web/docs/pressable/
10
-
11
- const Pressable = exports.Pressable = _reactNative.Pressable;
12
- //# sourceMappingURL=Pressable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_reactNative","require","Pressable","exports","PressableNative"],"sourceRoot":"../../../../../src","sources":["ui/components/TouchableRipple/Pressable.tsx"],"mappings":";;;;;;AAQA,IAAAA,YAAA,GAAAC,OAAA;AAEA;AACA;;AA2BO,MAAMC,SAGZ,GAAAC,OAAA,CAAAD,SAAA,GAAGE,sBAAsB","ignoreList":[]}
@@ -1,258 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var React = _interopRequireWildcard(require("react"));
8
- var _reactNative = require("react-native");
9
- var _Pressable = require("./Pressable.js");
10
- var _utils = require("./utils.js");
11
- var _theming = require("../theming.js");
12
- var _forwardRef = require("../utils/forwardRef.js");
13
- var _hasTouchHandler = _interopRequireDefault(require("../utils/hasTouchHandler.js"));
14
- var _jsxRuntime = require("react/jsx-runtime");
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
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
- // Settings context not needed - removed dependency
18
- const SettingsContext = /*#__PURE__*/React.createContext({
19
- rippleEffectEnabled: true
20
- });
21
-
22
- // Color manipulation utilities (simplified without color package)
23
- const hexToRgb = hex => {
24
- const r = Number.parseInt(hex.slice(1, 3), 16);
25
- const g = Number.parseInt(hex.slice(3, 5), 16);
26
- const b = Number.parseInt(hex.slice(5, 7), 16);
27
- return [r, g, b];
28
- };
29
- const fadeColor = (color, alpha) => {
30
- const [r, g, b] = hexToRgb(color);
31
- return `rgba(${r}, ${g}, ${b}, ${alpha})`;
32
- };
33
- const colorUtil = hex => ({
34
- fade: alpha => ({
35
- rgb: () => ({
36
- string: () => fadeColor(hex, alpha)
37
- })
38
- }),
39
- rgb: () => ({
40
- string: () => hex
41
- })
42
- });
43
- /**
44
- * A wrapper for views that should respond to touches.
45
- * Provides a material "ink ripple" interaction effect for supported platforms (>= Android Lollipop).
46
- * On unsupported platforms, it falls back to a highlight effect.
47
- *
48
- * ## Usage
49
- * ```js
50
- * import * as React from 'react';
51
- * import { View } from 'react-native';
52
- * import { Text, TouchableRipple } from 'react-native-paper';
53
- *
54
- * const MyComponent = () => (
55
- * <TouchableRipple
56
- * onPress={() => console.log('Pressed')}
57
- * rippleColor="rgba(0, 0, 0, .32)"
58
- * >
59
- * <Text>Press anywhere</Text>
60
- * </TouchableRipple>
61
- * );
62
- *
63
- * export default MyComponent;
64
- * ```
65
- *
66
- * @extends Pressable props https://reactnative.dev/docs/Pressable#props
67
- */
68
- const TouchableRipple = ({
69
- style,
70
- background: _background,
71
- borderless = false,
72
- disabled: disabledProp,
73
- rippleColor,
74
- underlayColor: _underlayColor,
75
- children,
76
- theme: themeOverrides,
77
- ...rest
78
- }, ref) => {
79
- const theme = (0, _theming.useInternalTheme)(themeOverrides);
80
- const {
81
- calculatedRippleColor
82
- } = (0, _utils.getTouchableRippleColors)({
83
- theme,
84
- rippleColor
85
- });
86
- const hoverColor = colorUtil(typeof calculatedRippleColor === 'string' ? calculatedRippleColor : '#000000').fade(0.5).rgb().string();
87
- const {
88
- rippleEffectEnabled
89
- } = React.useContext(SettingsContext);
90
- const {
91
- onPress,
92
- onLongPress,
93
- onPressIn,
94
- onPressOut
95
- } = rest;
96
- const handlePressIn = React.useCallback(e => {
97
- onPressIn?.(e);
98
- if (rippleEffectEnabled) {
99
- const {
100
- centered
101
- } = rest;
102
- const button = e.currentTarget;
103
- const style = window.getComputedStyle(button);
104
- const dimensions = button.getBoundingClientRect();
105
- let touchX;
106
- let touchY;
107
- const {
108
- changedTouches,
109
- touches
110
- } = e.nativeEvent;
111
- const touch = touches?.[0] ?? changedTouches?.[0];
112
-
113
- // If centered or it was pressed using keyboard - enter or space
114
- if (centered || !touch) {
115
- touchX = dimensions.width / 2;
116
- touchY = dimensions.height / 2;
117
- } else {
118
- touchX = touch.locationX ?? e.pageX;
119
- touchY = touch.locationY ?? e.pageY;
120
- }
121
-
122
- // Get the size of the button to determine how big the ripple should be
123
- const size = centered ?
124
- // If ripple is always centered, we don't need to make it too big
125
- Math.min(dimensions.width, dimensions.height) * 1.5 :
126
- // Otherwise make it twice as big so clicking on one end spreads ripple to other
127
- Math.max(dimensions.width, dimensions.height) * 2;
128
-
129
- // Create a container for our ripple effect so we don't need to change the parent's style
130
- const container = document.createElement('span');
131
- container.setAttribute('data-paper-ripple', '');
132
- Object.assign(container.style, {
133
- position: 'absolute',
134
- pointerEvents: 'none',
135
- top: '0',
136
- left: '0',
137
- right: '0',
138
- bottom: '0',
139
- borderTopLeftRadius: style.borderTopLeftRadius,
140
- borderTopRightRadius: style.borderTopRightRadius,
141
- borderBottomRightRadius: style.borderBottomRightRadius,
142
- borderBottomLeftRadius: style.borderBottomLeftRadius,
143
- overflow: centered ? 'visible' : 'hidden'
144
- });
145
-
146
- // Create span to show the ripple effect
147
- const ripple = document.createElement('span');
148
- Object.assign(ripple.style, {
149
- position: 'absolute',
150
- pointerEvents: 'none',
151
- backgroundColor: calculatedRippleColor,
152
- borderRadius: '50%',
153
- /* Transition configuration */
154
- transitionProperty: 'transform opacity',
155
- transitionDuration: `${Math.min(size * 1.5, 350)}ms`,
156
- transitionTimingFunction: 'linear',
157
- transformOrigin: 'center',
158
- /* We'll animate these properties */
159
- transform: 'translate3d(-50%, -50%, 0) scale3d(0.1, 0.1, 0.1)',
160
- opacity: '0.5',
161
- // Position the ripple where cursor was
162
- left: `${touchX}px`,
163
- top: `${touchY}px`,
164
- width: `${size}px`,
165
- height: `${size}px`
166
- });
167
-
168
- // Finally, append it to DOM
169
- container.appendChild(ripple);
170
- button.appendChild(container);
171
-
172
- // rAF runs in the same frame as the event handler
173
- // Use double rAF to ensure the transition class is added in next frame
174
- // This will make sure that the transition animation is triggered
175
- requestAnimationFrame(() => {
176
- requestAnimationFrame(() => {
177
- Object.assign(ripple.style, {
178
- transform: 'translate3d(-50%, -50%, 0) scale3d(1, 1, 1)',
179
- opacity: '1'
180
- });
181
- });
182
- });
183
- }
184
- }, [onPressIn, rest, rippleEffectEnabled, calculatedRippleColor]);
185
- const handlePressOut = React.useCallback(e => {
186
- onPressOut?.(e);
187
- if (rippleEffectEnabled) {
188
- const containers = e.currentTarget.querySelectorAll('[data-paper-ripple]');
189
- requestAnimationFrame(() => {
190
- requestAnimationFrame(() => {
191
- containers.forEach(container => {
192
- const ripple = container.firstChild;
193
- Object.assign(ripple.style, {
194
- transitionDuration: '250ms',
195
- opacity: 0
196
- });
197
-
198
- // Finally remove the span after the transition
199
- setTimeout(() => {
200
- const {
201
- parentNode
202
- } = container;
203
- if (parentNode) {
204
- parentNode.removeChild(container);
205
- }
206
- }, 500);
207
- });
208
- });
209
- });
210
- }
211
- }, [onPressOut, rippleEffectEnabled]);
212
- const hasPassedTouchHandler = (0, _hasTouchHandler.default)({
213
- onPress,
214
- onLongPress,
215
- onPressIn,
216
- onPressOut
217
- });
218
- const disabled = disabledProp || !hasPassedTouchHandler;
219
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Pressable.Pressable, {
220
- ...rest,
221
- ref: ref,
222
- onPressIn: handlePressIn,
223
- onPressOut: handlePressOut,
224
- disabled: disabled,
225
- style: state => [styles.touchable, borderless && styles.borderless,
226
- // focused state is not ready yet: https://github.com/necolas/react-native-web/issues/1849
227
- // state.focused && { backgroundColor: ___ },
228
- state.hovered && {
229
- backgroundColor: hoverColor
230
- }, disabled && styles.disabled, typeof style === 'function' ? style(state) : style],
231
- children: state => React.Children.only(typeof children === 'function' ? children(state) : children)
232
- });
233
- };
234
-
235
- /**
236
- * Whether ripple effect is supported.
237
- */
238
- TouchableRipple.supported = true;
239
- const styles = _reactNative.StyleSheet.create({
240
- touchable: {
241
- position: 'relative',
242
- ...(_reactNative.Platform.OS === 'web' && {
243
- cursor: 'pointer',
244
- transition: '150ms background-color'
245
- })
246
- },
247
- disabled: {
248
- ...(_reactNative.Platform.OS === 'web' && {
249
- cursor: 'auto'
250
- })
251
- },
252
- borderless: {
253
- overflow: 'hidden'
254
- }
255
- });
256
- const Component = (0, _forwardRef.forwardRef)(TouchableRipple);
257
- var _default = exports.default = Component;
258
- //# sourceMappingURL=TouchableRipple.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_Pressable","_utils","_theming","_forwardRef","_hasTouchHandler","_interopRequireDefault","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","SettingsContext","createContext","rippleEffectEnabled","hexToRgb","hex","Number","parseInt","slice","g","b","fadeColor","color","alpha","colorUtil","fade","rgb","string","TouchableRipple","style","background","_background","borderless","disabled","disabledProp","rippleColor","underlayColor","_underlayColor","children","theme","themeOverrides","rest","ref","useInternalTheme","calculatedRippleColor","getTouchableRippleColors","hoverColor","useContext","onPress","onLongPress","onPressIn","onPressOut","handlePressIn","useCallback","centered","button","currentTarget","window","getComputedStyle","dimensions","getBoundingClientRect","touchX","touchY","changedTouches","touches","nativeEvent","touch","width","height","locationX","pageX","locationY","pageY","size","Math","min","max","container","document","createElement","setAttribute","assign","position","pointerEvents","top","left","right","bottom","borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius","overflow","ripple","backgroundColor","borderRadius","transitionProperty","transitionDuration","transitionTimingFunction","transformOrigin","transform","opacity","appendChild","requestAnimationFrame","handlePressOut","containers","querySelectorAll","forEach","firstChild","setTimeout","parentNode","removeChild","hasPassedTouchHandler","hasTouchHandler","jsx","Pressable","state","styles","touchable","hovered","Children","only","supported","StyleSheet","create","Platform","OS","cursor","transition","Component","forwardRef","_default","exports"],"sourceRoot":"../../../../../src","sources":["ui/components/TouchableRipple/TouchableRipple.tsx"],"mappings":"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","ignoreList":[]}