@onairos/react-native 3.1.18 → 3.2.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 (734) hide show
  1. package/README.md +374 -403
  2. package/lib/commonjs/api/index.js +1 -75
  3. package/lib/commonjs/api/index.js.map +1 -1
  4. package/lib/commonjs/assets/images/email.png +0 -0
  5. package/lib/commonjs/assets/images/linkedin.png +0 -0
  6. package/lib/commonjs/assets/images/reddit.png +0 -0
  7. package/lib/commonjs/assets/images/youtube.png +0 -0
  8. package/lib/commonjs/components/DataRequestModal.js.map +1 -1
  9. package/lib/commonjs/components/DataRequestScreen.js.map +1 -1
  10. package/lib/commonjs/components/EmailVerificationModal.js.map +1 -1
  11. package/lib/commonjs/components/Onairos.js +3 -1
  12. package/lib/commonjs/components/Onairos.js.map +1 -1
  13. package/lib/commonjs/components/OnairosButton.js +190 -171
  14. package/lib/commonjs/components/OnairosButton.js.map +1 -1
  15. package/lib/commonjs/components/Overlay.js +5 -5
  16. package/lib/commonjs/components/Overlay.js.map +1 -1
  17. package/lib/commonjs/components/PinInput.js +120 -282
  18. package/lib/commonjs/components/PinInput.js.map +1 -1
  19. package/lib/commonjs/components/PlatformList.js.map +1 -1
  20. package/lib/commonjs/components/TrainingModal.js +563 -808
  21. package/lib/commonjs/components/TrainingModal.js.map +1 -1
  22. package/lib/commonjs/components/UniversalOnboarding.js +1296 -2302
  23. package/lib/commonjs/components/UniversalOnboarding.js.map +1 -1
  24. package/lib/commonjs/components/UniversalOnboarding.tsx.new +455 -0
  25. package/lib/commonjs/components/onboarding/OAuthWebView.js +743 -134
  26. package/lib/commonjs/components/onboarding/OAuthWebView.js.map +1 -1
  27. package/lib/commonjs/components/onboarding/OnboardingHeader.js.map +1 -1
  28. package/lib/commonjs/components/onboarding/PinInput.js.map +1 -1
  29. package/lib/commonjs/components/onboarding/PlatformConnector.js.map +1 -1
  30. package/lib/commonjs/components/screens/ConnectorScreen.js.map +1 -1
  31. package/lib/commonjs/components/screens/LoadingScreen.js.map +1 -1
  32. package/lib/commonjs/components/screens/PinCreationScreen.js.map +1 -1
  33. package/lib/commonjs/constants/index.js.map +1 -1
  34. package/lib/commonjs/hooks/useConnections.js +125 -120
  35. package/lib/commonjs/hooks/useConnections.js.map +1 -1
  36. package/lib/commonjs/hooks/useCredentials.js.map +1 -1
  37. package/lib/commonjs/index.js +27 -157
  38. package/lib/commonjs/index.js.map +1 -1
  39. package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +428 -0
  40. package/lib/commonjs/services/apiKeyService.js +106 -105
  41. package/lib/commonjs/services/apiKeyService.js.map +1 -1
  42. package/lib/commonjs/services/oauthService.js.map +1 -1
  43. package/lib/commonjs/services/platformAuthService.js +722 -956
  44. package/lib/commonjs/services/platformAuthService.js.map +1 -1
  45. package/lib/commonjs/types/ambient.d.js.map +1 -1
  46. package/lib/commonjs/types/declarations.d.js.map +1 -1
  47. package/lib/commonjs/types/index.d.js.map +1 -1
  48. package/lib/commonjs/types/index.js.map +1 -1
  49. package/lib/commonjs/types/node-fix.d.js.map +1 -1
  50. package/lib/commonjs/types/node-override.d.js.map +1 -1
  51. package/lib/commonjs/types/opacity.d.js.map +1 -1
  52. package/lib/commonjs/types/types.d.js.map +1 -1
  53. package/lib/commonjs/types.js.map +1 -1
  54. package/lib/commonjs/utils/Portal.js +4 -4
  55. package/lib/commonjs/utils/Portal.js.map +1 -1
  56. package/lib/commonjs/utils/api.js +24 -24
  57. package/lib/commonjs/utils/api.js.map +1 -1
  58. package/lib/commonjs/utils/auth.js +18 -18
  59. package/lib/commonjs/utils/auth.js.map +1 -1
  60. package/lib/commonjs/utils/crypto.js +13 -13
  61. package/lib/commonjs/utils/crypto.js.map +1 -1
  62. package/lib/commonjs/utils/debugHelper.js.map +1 -1
  63. package/lib/commonjs/utils/encryption.js +12 -12
  64. package/lib/commonjs/utils/encryption.js.map +1 -1
  65. package/lib/commonjs/utils/onairosApi.js.map +1 -1
  66. package/lib/commonjs/utils/programmaticFlow.js +16 -16
  67. package/lib/commonjs/utils/programmaticFlow.js.map +1 -1
  68. package/lib/commonjs/utils/retryHelper.js +27 -27
  69. package/lib/commonjs/utils/retryHelper.js.map +1 -1
  70. package/lib/commonjs/utils/secureStorage.js.map +1 -1
  71. package/lib/module/api/index.js +0 -72
  72. package/lib/module/api/index.js.map +1 -1
  73. package/lib/module/assets/images/email.png +0 -0
  74. package/lib/module/assets/images/linkedin.png +0 -0
  75. package/lib/module/assets/images/reddit.png +0 -0
  76. package/lib/module/assets/images/youtube.png +0 -0
  77. package/lib/module/components/DataRequestModal.js.map +1 -1
  78. package/lib/module/components/DataRequestScreen.js.map +1 -1
  79. package/lib/module/components/EmailVerificationModal.js.map +1 -1
  80. package/lib/module/components/Onairos.js +3 -1
  81. package/lib/module/components/Onairos.js.map +1 -1
  82. package/lib/module/components/OnairosButton.js +192 -172
  83. package/lib/module/components/OnairosButton.js.map +1 -1
  84. package/lib/module/components/Overlay.js +5 -5
  85. package/lib/module/components/Overlay.js.map +1 -1
  86. package/lib/module/components/PinInput.js +120 -283
  87. package/lib/module/components/PinInput.js.map +1 -1
  88. package/lib/module/components/PlatformList.js.map +1 -1
  89. package/lib/module/components/TrainingModal.js +565 -809
  90. package/lib/module/components/TrainingModal.js.map +1 -1
  91. package/lib/module/components/UniversalOnboarding.js +1297 -2305
  92. package/lib/module/components/UniversalOnboarding.js.map +1 -1
  93. package/lib/module/components/UniversalOnboarding.tsx.new +455 -0
  94. package/lib/module/components/onboarding/OAuthWebView.js +744 -136
  95. package/lib/module/components/onboarding/OAuthWebView.js.map +1 -1
  96. package/lib/module/components/onboarding/OnboardingHeader.js.map +1 -1
  97. package/lib/module/components/onboarding/PinInput.js.map +1 -1
  98. package/lib/module/components/onboarding/PlatformConnector.js.map +1 -1
  99. package/lib/module/components/screens/ConnectorScreen.js.map +1 -1
  100. package/lib/module/components/screens/LoadingScreen.js.map +1 -1
  101. package/lib/module/components/screens/PinCreationScreen.js.map +1 -1
  102. package/lib/module/constants/index.js.map +1 -1
  103. package/lib/module/hooks/useConnections.js +125 -119
  104. package/lib/module/hooks/useConnections.js.map +1 -1
  105. package/lib/module/hooks/useCredentials.js.map +1 -1
  106. package/lib/module/index.js +17 -55
  107. package/lib/module/index.js.map +1 -1
  108. package/lib/module/services/SDK_API_KEY_VALIDATION.md +428 -0
  109. package/lib/module/services/apiKeyService.js +106 -105
  110. package/lib/module/services/apiKeyService.js.map +1 -1
  111. package/lib/module/services/oauthService.js.map +1 -1
  112. package/lib/module/services/platformAuthService.js +704 -943
  113. package/lib/module/services/platformAuthService.js.map +1 -1
  114. package/lib/module/types/ambient.d.js.map +1 -1
  115. package/lib/module/types/declarations.d.js.map +1 -1
  116. package/lib/module/types/index.d.js.map +1 -1
  117. package/lib/module/types/index.js.map +1 -1
  118. package/lib/module/types/node-fix.d.js.map +1 -1
  119. package/lib/module/types/node-override.d.js.map +1 -1
  120. package/lib/module/types/opacity.d.js.map +1 -1
  121. package/lib/module/types/types.d.js.map +1 -1
  122. package/lib/module/types.js.map +1 -1
  123. package/lib/module/utils/Portal.js +4 -4
  124. package/lib/module/utils/Portal.js.map +1 -1
  125. package/lib/module/utils/api.js +24 -24
  126. package/lib/module/utils/api.js.map +1 -1
  127. package/lib/module/utils/auth.js +18 -18
  128. package/lib/module/utils/auth.js.map +1 -1
  129. package/lib/module/utils/crypto.js +13 -13
  130. package/lib/module/utils/crypto.js.map +1 -1
  131. package/lib/module/utils/debugHelper.js.map +1 -1
  132. package/lib/module/utils/encryption.js +12 -12
  133. package/lib/module/utils/encryption.js.map +1 -1
  134. package/lib/module/utils/onairosApi.js.map +1 -1
  135. package/lib/module/utils/programmaticFlow.js +16 -16
  136. package/lib/module/utils/programmaticFlow.js.map +1 -1
  137. package/lib/module/utils/retryHelper.js +27 -27
  138. package/lib/module/utils/retryHelper.js.map +1 -1
  139. package/lib/module/utils/secureStorage.js.map +1 -1
  140. package/lib/typescript/api/index.d.ts +7 -15
  141. package/lib/typescript/api/index.d.ts.map +1 -1
  142. package/lib/typescript/components/DataRequestModal.d.ts +10 -10
  143. package/lib/typescript/components/DataRequestScreen.d.ts +10 -10
  144. package/lib/typescript/components/EmailVerificationModal.d.ts +10 -10
  145. package/lib/typescript/components/Onairos.d.ts +3 -3
  146. package/lib/typescript/components/Onairos.d.ts.map +1 -1
  147. package/lib/typescript/components/OnairosButton.d.ts +11 -36
  148. package/lib/typescript/components/OnairosButton.d.ts.map +1 -1
  149. package/lib/typescript/components/Overlay.d.ts +3 -3
  150. package/lib/typescript/components/PinInput.d.ts +3 -13
  151. package/lib/typescript/components/PinInput.d.ts.map +1 -1
  152. package/lib/typescript/components/PlatformList.d.ts +3 -3
  153. package/lib/typescript/components/TrainingModal.d.ts +3 -14
  154. package/lib/typescript/components/TrainingModal.d.ts.map +1 -1
  155. package/lib/typescript/components/UniversalOnboarding.d.ts +3 -16
  156. package/lib/typescript/components/UniversalOnboarding.d.ts.map +1 -1
  157. package/lib/typescript/components/onboarding/OAuthWebView.d.ts +9 -9
  158. package/lib/typescript/components/onboarding/OAuthWebView.d.ts.map +1 -1
  159. package/lib/typescript/components/onboarding/OnboardingHeader.d.ts +10 -10
  160. package/lib/typescript/components/onboarding/PinInput.d.ts +3 -3
  161. package/lib/typescript/components/onboarding/PlatformConnector.d.ts +12 -12
  162. package/lib/typescript/components/screens/ConnectorScreen.d.ts +8 -8
  163. package/lib/typescript/components/screens/LoadingScreen.d.ts +8 -8
  164. package/lib/typescript/components/screens/PinCreationScreen.d.ts +9 -9
  165. package/lib/typescript/constants/index.d.ts +52 -52
  166. package/lib/typescript/hooks/useConnections.d.ts +8 -13
  167. package/lib/typescript/hooks/useConnections.d.ts.map +1 -1
  168. package/lib/typescript/hooks/useCredentials.d.ts +8 -8
  169. package/lib/typescript/index.d.ts +17 -38
  170. package/lib/typescript/index.d.ts.map +1 -1
  171. package/lib/typescript/services/apiKeyService.d.ts +131 -131
  172. package/lib/typescript/services/apiKeyService.d.ts.map +1 -1
  173. package/lib/typescript/services/oauthService.d.ts +49 -49
  174. package/lib/typescript/services/platformAuthService.d.ts +143 -68
  175. package/lib/typescript/services/platformAuthService.d.ts.map +1 -1
  176. package/lib/typescript/types/index.d.ts +228 -264
  177. package/lib/typescript/types/index.d.ts.map +1 -1
  178. package/lib/typescript/types.d.ts +268 -266
  179. package/lib/typescript/types.d.ts.map +1 -1
  180. package/lib/typescript/utils/Portal.d.ts +13 -13
  181. package/lib/typescript/utils/api.d.ts +5 -5
  182. package/lib/typescript/utils/auth.d.ts +5 -5
  183. package/lib/typescript/utils/crypto.d.ts +3 -3
  184. package/lib/typescript/utils/debugHelper.d.ts +28 -28
  185. package/lib/typescript/utils/encryption.d.ts +18 -18
  186. package/lib/typescript/utils/onairosApi.d.ts +86 -86
  187. package/lib/typescript/utils/programmaticFlow.d.ts +22 -22
  188. package/lib/typescript/utils/retryHelper.d.ts +68 -68
  189. package/lib/typescript/utils/secureStorage.d.ts +93 -93
  190. package/package.json +149 -145
  191. package/src/api/index.ts +110 -151
  192. package/src/assets/images/email.png +0 -0
  193. package/src/assets/images/linkedin.png +0 -0
  194. package/src/assets/images/reddit.png +0 -0
  195. package/src/assets/images/youtube.png +0 -0
  196. package/src/components/DataRequestScreen.tsx +355 -355
  197. package/src/components/EmailVerificationModal.tsx +363 -363
  198. package/src/components/Onairos.tsx +424 -422
  199. package/src/components/OnairosButton.tsx +359 -339
  200. package/src/components/Overlay.tsx +506 -506
  201. package/src/components/PinInput.tsx +343 -555
  202. package/src/components/PlatformList.tsx +144 -144
  203. package/src/components/TrainingModal.tsx +737 -1047
  204. package/src/components/UniversalOnboarding.tsx +1839 -2888
  205. package/src/components/UniversalOnboarding.tsx.new +455 -0
  206. package/src/components/onboarding/OAuthWebView.tsx +838 -232
  207. package/src/hooks/useConnections.ts +163 -161
  208. package/src/hooks/useCredentials.ts +174 -174
  209. package/src/index.js +14 -14
  210. package/src/index.ts +49 -99
  211. package/src/services/SDK_API_KEY_VALIDATION.md +428 -0
  212. package/src/services/apiKeyService.ts +921 -919
  213. package/src/services/platformAuthService.ts +1113 -1346
  214. package/src/types/ambient.d.ts +28 -28
  215. package/src/types/index.ts +241 -265
  216. package/src/types/node-fix.d.ts +18 -18
  217. package/src/types/node-override.d.ts +23 -23
  218. package/src/types/opacity.d.ts +15 -15
  219. package/src/types/types.d.ts +17 -17
  220. package/src/types.ts +6 -4
  221. package/src/utils/Portal.tsx +82 -82
  222. package/src/utils/api.js +111 -111
  223. package/src/utils/auth.js +103 -103
  224. package/src/utils/crypto.js +59 -59
  225. package/src/utils/encryption.ts +68 -68
  226. package/src/utils/programmaticFlow.ts +112 -112
  227. package/src/utils/retryHelper.ts +274 -274
  228. package/types/index.d.ts +213 -213
  229. package/types/node-env.d.ts +14 -14
  230. package/lib/commonjs/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
  231. package/lib/commonjs/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
  232. package/lib/commonjs/assets/icons/Facebookicon.png +0 -0
  233. package/lib/commonjs/assets/icons/Gmail.png +0 -0
  234. package/lib/commonjs/assets/icons/Linkedinicon.png +0 -0
  235. package/lib/commonjs/assets/icons/Redditicon.png +0 -0
  236. package/lib/commonjs/assets/icons/YouTubeicon2.png +0 -0
  237. package/lib/commonjs/assets/icons/YouTubeicon3.png +0 -0
  238. package/lib/commonjs/assets/icons/farcaster.png +0 -0
  239. package/lib/commonjs/assets/icons/instagram.png +0 -0
  240. package/lib/commonjs/assets/icons/pinterest.png +0 -0
  241. package/lib/commonjs/assets/icons/swerv_logo.png +0 -0
  242. package/lib/commonjs/assets/icons/twitter.jpg +0 -0
  243. package/lib/commonjs/assets/images/Checkbox.svg +0 -3
  244. package/lib/commonjs/assets/images/EnochE.svg +0 -19
  245. package/lib/commonjs/assets/images/Enochicon1.png +0 -0
  246. package/lib/commonjs/assets/images/Face_ID_logo.png +0 -0
  247. package/lib/commonjs/assets/images/Facebookicon.png +0 -0
  248. package/lib/commonjs/assets/images/Gmail.png +0 -0
  249. package/lib/commonjs/assets/images/Googlelogo.png +0 -0
  250. package/lib/commonjs/assets/images/Linkedinicon.png +0 -0
  251. package/lib/commonjs/assets/images/Onairoslogo.png +0 -0
  252. package/lib/commonjs/assets/images/Personalityprofile.svg +0 -3
  253. package/lib/commonjs/assets/images/Personalitytraits.svg +0 -3
  254. package/lib/commonjs/assets/images/Redditicon.png +0 -0
  255. package/lib/commonjs/assets/images/Userpreferences.svg +0 -3
  256. package/lib/commonjs/assets/images/YouTubeicon3.png +0 -0
  257. package/lib/commonjs/assets/images/arrow.svg +0 -20
  258. package/lib/commonjs/assets/images/basicproficon.svg +0 -43
  259. package/lib/commonjs/assets/images/basicprofile.svg +0 -3
  260. package/lib/commonjs/assets/images/checkmark.svg +0 -4
  261. package/lib/commonjs/assets/images/contentanalysis.svg +0 -3
  262. package/lib/commonjs/assets/images/contenticon.svg +0 -23
  263. package/lib/commonjs/assets/images/persona1.png +0 -0
  264. package/lib/commonjs/assets/images/persona2.png +0 -0
  265. package/lib/commonjs/assets/images/persona3.png +0 -0
  266. package/lib/commonjs/assets/images/persona4.png +0 -0
  267. package/lib/commonjs/assets/images/persona5.png +0 -0
  268. package/lib/commonjs/assets/images/personalityicon.svg +0 -18
  269. package/lib/commonjs/assets/images/x-close.svg +0 -3
  270. package/lib/commonjs/components/BodyText.js +0 -27
  271. package/lib/commonjs/components/BodyText.js.map +0 -1
  272. package/lib/commonjs/components/BrandMark.js +0 -44
  273. package/lib/commonjs/components/BrandMark.js.map +0 -1
  274. package/lib/commonjs/components/CodeInput.js +0 -30
  275. package/lib/commonjs/components/CodeInput.js.map +0 -1
  276. package/lib/commonjs/components/EmailInput.js +0 -30
  277. package/lib/commonjs/components/EmailInput.js.map +0 -1
  278. package/lib/commonjs/components/ExistingUserDataConfirmation.js +0 -474
  279. package/lib/commonjs/components/ExistingUserDataConfirmation.js.map +0 -1
  280. package/lib/commonjs/components/GoogleButton.js +0 -55
  281. package/lib/commonjs/components/GoogleButton.js.map +0 -1
  282. package/lib/commonjs/components/HeadingGroup.js +0 -43
  283. package/lib/commonjs/components/HeadingGroup.js.map +0 -1
  284. package/lib/commonjs/components/ModalHeader.js +0 -99
  285. package/lib/commonjs/components/ModalHeader.js.map +0 -1
  286. package/lib/commonjs/components/ModalSheet.js +0 -47
  287. package/lib/commonjs/components/ModalSheet.js.map +0 -1
  288. package/lib/commonjs/components/OnairosSignInButton.js +0 -129
  289. package/lib/commonjs/components/OnairosSignInButton.js.map +0 -1
  290. package/lib/commonjs/components/PersonaImage.js +0 -60
  291. package/lib/commonjs/components/PersonaImage.js.map +0 -1
  292. package/lib/commonjs/components/PersonaLoadingScreen.js +0 -156
  293. package/lib/commonjs/components/PersonaLoadingScreen.js.map +0 -1
  294. package/lib/commonjs/components/PersonalizationConsentScreen.js +0 -316
  295. package/lib/commonjs/components/PersonalizationConsentScreen.js.map +0 -1
  296. package/lib/commonjs/components/PinCreationScreen.js +0 -393
  297. package/lib/commonjs/components/PinCreationScreen.js.map +0 -1
  298. package/lib/commonjs/components/PlatformConnectorsStep.js +0 -828
  299. package/lib/commonjs/components/PlatformConnectorsStep.js.map +0 -1
  300. package/lib/commonjs/components/PlatformToggle.js +0 -180
  301. package/lib/commonjs/components/PlatformToggle.js.map +0 -1
  302. package/lib/commonjs/components/PrimaryButton.js +0 -180
  303. package/lib/commonjs/components/PrimaryButton.js.map +0 -1
  304. package/lib/commonjs/components/SignInMatchAnimation.js +0 -197
  305. package/lib/commonjs/components/SignInMatchAnimation.js.map +0 -1
  306. package/lib/commonjs/components/SignInStep.js +0 -179
  307. package/lib/commonjs/components/SignInStep.js.map +0 -1
  308. package/lib/commonjs/components/VerificationStep.js +0 -154
  309. package/lib/commonjs/components/VerificationStep.js.map +0 -1
  310. package/lib/commonjs/components/WelcomeScreen.js +0 -401
  311. package/lib/commonjs/components/WelcomeScreen.js.map +0 -1
  312. package/lib/commonjs/components/icons/Basicproficon.js +0 -37
  313. package/lib/commonjs/components/icons/Basicproficon.js.map +0 -1
  314. package/lib/commonjs/components/icons/Basicprofile.js +0 -21
  315. package/lib/commonjs/components/icons/Basicprofile.js.map +0 -1
  316. package/lib/commonjs/components/icons/Checkbox.js +0 -21
  317. package/lib/commonjs/components/icons/Checkbox.js.map +0 -1
  318. package/lib/commonjs/components/icons/Checkmark.js +0 -27
  319. package/lib/commonjs/components/icons/Checkmark.js.map +0 -1
  320. package/lib/commonjs/components/icons/Contentanalysis.js +0 -21
  321. package/lib/commonjs/components/icons/Contentanalysis.js.map +0 -1
  322. package/lib/commonjs/components/icons/Contenticon.js +0 -39
  323. package/lib/commonjs/components/icons/Contenticon.js.map +0 -1
  324. package/lib/commonjs/components/icons/EnochE.js +0 -41
  325. package/lib/commonjs/components/icons/EnochE.js.map +0 -1
  326. package/lib/commonjs/components/icons/Personalityicon.js +0 -30
  327. package/lib/commonjs/components/icons/Personalityicon.js.map +0 -1
  328. package/lib/commonjs/components/icons/Personalityprofile.js +0 -21
  329. package/lib/commonjs/components/icons/Personalityprofile.js.map +0 -1
  330. package/lib/commonjs/components/icons/Personalitytraits.js +0 -21
  331. package/lib/commonjs/components/icons/Personalitytraits.js.map +0 -1
  332. package/lib/commonjs/components/icons/Userpreferences.js +0 -21
  333. package/lib/commonjs/components/icons/Userpreferences.js.map +0 -1
  334. package/lib/commonjs/components/icons/index.js +0 -84
  335. package/lib/commonjs/components/icons/index.js.map +0 -1
  336. package/lib/commonjs/config/api.js +0 -34
  337. package/lib/commonjs/config/api.js.map +0 -1
  338. package/lib/commonjs/context/AuthContext.js +0 -345
  339. package/lib/commonjs/context/AuthContext.js.map +0 -1
  340. package/lib/commonjs/hooks/useConnectedAccounts.js +0 -111
  341. package/lib/commonjs/hooks/useConnectedAccounts.js.map +0 -1
  342. package/lib/commonjs/hooks/useUserConnections.js +0 -148
  343. package/lib/commonjs/hooks/useUserConnections.js.map +0 -1
  344. package/lib/commonjs/services/apiClient.js +0 -302
  345. package/lib/commonjs/services/apiClient.js.map +0 -1
  346. package/lib/commonjs/services/authService.js +0 -935
  347. package/lib/commonjs/services/authService.js.map +0 -1
  348. package/lib/commonjs/services/biometricPinService.js +0 -184
  349. package/lib/commonjs/services/biometricPinService.js.map +0 -1
  350. package/lib/commonjs/services/connectedAccountsService.js +0 -268
  351. package/lib/commonjs/services/connectedAccountsService.js.map +0 -1
  352. package/lib/commonjs/services/googleAuthService.js +0 -268
  353. package/lib/commonjs/services/googleAuthService.js.map +0 -1
  354. package/lib/commonjs/services/imageCompressionService.js +0 -260
  355. package/lib/commonjs/services/imageCompressionService.js.map +0 -1
  356. package/lib/commonjs/services/jwtStorageService.js +0 -256
  357. package/lib/commonjs/services/jwtStorageService.js.map +0 -1
  358. package/lib/commonjs/services/mobileTrainingService.js +0 -185
  359. package/lib/commonjs/services/mobileTrainingService.js.map +0 -1
  360. package/lib/commonjs/services/pinEncryptionService.js +0 -84
  361. package/lib/commonjs/services/pinEncryptionService.js.map +0 -1
  362. package/lib/commonjs/services/pinStorageUtils.js +0 -105
  363. package/lib/commonjs/services/pinStorageUtils.js.map +0 -1
  364. package/lib/commonjs/services/storageService.js +0 -404
  365. package/lib/commonjs/services/storageService.js.map +0 -1
  366. package/lib/commonjs/services/trainingApiHelpers.js +0 -73
  367. package/lib/commonjs/services/trainingApiHelpers.js.map +0 -1
  368. package/lib/commonjs/services/userConnectionsService.js +0 -486
  369. package/lib/commonjs/services/userConnectionsService.js.map +0 -1
  370. package/lib/commonjs/services/youtubeMigrationService.js +0 -415
  371. package/lib/commonjs/services/youtubeMigrationService.js.map +0 -1
  372. package/lib/commonjs/theme/index.js +0 -249
  373. package/lib/commonjs/theme/index.js.map +0 -1
  374. package/lib/commonjs/utils/eventUtils.js +0 -288
  375. package/lib/commonjs/utils/eventUtils.js.map +0 -1
  376. package/lib/commonjs/utils/haptics.js +0 -66
  377. package/lib/commonjs/utils/haptics.js.map +0 -1
  378. package/lib/commonjs/utils/imagePreloader.js +0 -6
  379. package/lib/commonjs/utils/imagePreloader.js.map +0 -1
  380. package/lib/module/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
  381. package/lib/module/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
  382. package/lib/module/assets/icons/Facebookicon.png +0 -0
  383. package/lib/module/assets/icons/Gmail.png +0 -0
  384. package/lib/module/assets/icons/Linkedinicon.png +0 -0
  385. package/lib/module/assets/icons/Redditicon.png +0 -0
  386. package/lib/module/assets/icons/YouTubeicon2.png +0 -0
  387. package/lib/module/assets/icons/YouTubeicon3.png +0 -0
  388. package/lib/module/assets/icons/farcaster.png +0 -0
  389. package/lib/module/assets/icons/instagram.png +0 -0
  390. package/lib/module/assets/icons/pinterest.png +0 -0
  391. package/lib/module/assets/icons/swerv_logo.png +0 -0
  392. package/lib/module/assets/icons/twitter.jpg +0 -0
  393. package/lib/module/assets/images/Checkbox.svg +0 -3
  394. package/lib/module/assets/images/EnochE.svg +0 -19
  395. package/lib/module/assets/images/Enochicon1.png +0 -0
  396. package/lib/module/assets/images/Face_ID_logo.png +0 -0
  397. package/lib/module/assets/images/Facebookicon.png +0 -0
  398. package/lib/module/assets/images/Gmail.png +0 -0
  399. package/lib/module/assets/images/Googlelogo.png +0 -0
  400. package/lib/module/assets/images/Linkedinicon.png +0 -0
  401. package/lib/module/assets/images/Onairoslogo.png +0 -0
  402. package/lib/module/assets/images/Personalityprofile.svg +0 -3
  403. package/lib/module/assets/images/Personalitytraits.svg +0 -3
  404. package/lib/module/assets/images/Redditicon.png +0 -0
  405. package/lib/module/assets/images/Userpreferences.svg +0 -3
  406. package/lib/module/assets/images/YouTubeicon3.png +0 -0
  407. package/lib/module/assets/images/arrow.svg +0 -20
  408. package/lib/module/assets/images/basicproficon.svg +0 -43
  409. package/lib/module/assets/images/basicprofile.svg +0 -3
  410. package/lib/module/assets/images/checkmark.svg +0 -4
  411. package/lib/module/assets/images/contentanalysis.svg +0 -3
  412. package/lib/module/assets/images/contenticon.svg +0 -23
  413. package/lib/module/assets/images/persona1.png +0 -0
  414. package/lib/module/assets/images/persona2.png +0 -0
  415. package/lib/module/assets/images/persona3.png +0 -0
  416. package/lib/module/assets/images/persona4.png +0 -0
  417. package/lib/module/assets/images/persona5.png +0 -0
  418. package/lib/module/assets/images/personalityicon.svg +0 -18
  419. package/lib/module/assets/images/x-close.svg +0 -3
  420. package/lib/module/components/BodyText.js +0 -20
  421. package/lib/module/components/BodyText.js.map +0 -1
  422. package/lib/module/components/BrandMark.js +0 -37
  423. package/lib/module/components/BrandMark.js.map +0 -1
  424. package/lib/module/components/CodeInput.js +0 -23
  425. package/lib/module/components/CodeInput.js.map +0 -1
  426. package/lib/module/components/EmailInput.js +0 -23
  427. package/lib/module/components/EmailInput.js.map +0 -1
  428. package/lib/module/components/ExistingUserDataConfirmation.js +0 -465
  429. package/lib/module/components/ExistingUserDataConfirmation.js.map +0 -1
  430. package/lib/module/components/GoogleButton.js +0 -48
  431. package/lib/module/components/GoogleButton.js.map +0 -1
  432. package/lib/module/components/HeadingGroup.js +0 -36
  433. package/lib/module/components/HeadingGroup.js.map +0 -1
  434. package/lib/module/components/ModalHeader.js +0 -92
  435. package/lib/module/components/ModalHeader.js.map +0 -1
  436. package/lib/module/components/ModalSheet.js +0 -39
  437. package/lib/module/components/ModalSheet.js.map +0 -1
  438. package/lib/module/components/OnairosSignInButton.js +0 -120
  439. package/lib/module/components/OnairosSignInButton.js.map +0 -1
  440. package/lib/module/components/PersonaImage.js +0 -53
  441. package/lib/module/components/PersonaImage.js.map +0 -1
  442. package/lib/module/components/PersonaLoadingScreen.js +0 -148
  443. package/lib/module/components/PersonaLoadingScreen.js.map +0 -1
  444. package/lib/module/components/PersonalizationConsentScreen.js +0 -309
  445. package/lib/module/components/PersonalizationConsentScreen.js.map +0 -1
  446. package/lib/module/components/PinCreationScreen.js +0 -386
  447. package/lib/module/components/PinCreationScreen.js.map +0 -1
  448. package/lib/module/components/PlatformConnectorsStep.js +0 -820
  449. package/lib/module/components/PlatformConnectorsStep.js.map +0 -1
  450. package/lib/module/components/PlatformToggle.js +0 -173
  451. package/lib/module/components/PlatformToggle.js.map +0 -1
  452. package/lib/module/components/PrimaryButton.js +0 -172
  453. package/lib/module/components/PrimaryButton.js.map +0 -1
  454. package/lib/module/components/SignInMatchAnimation.js +0 -189
  455. package/lib/module/components/SignInMatchAnimation.js.map +0 -1
  456. package/lib/module/components/SignInStep.js +0 -171
  457. package/lib/module/components/SignInStep.js.map +0 -1
  458. package/lib/module/components/VerificationStep.js +0 -146
  459. package/lib/module/components/VerificationStep.js.map +0 -1
  460. package/lib/module/components/WelcomeScreen.js +0 -393
  461. package/lib/module/components/WelcomeScreen.js.map +0 -1
  462. package/lib/module/components/icons/Basicproficon.js +0 -30
  463. package/lib/module/components/icons/Basicproficon.js.map +0 -1
  464. package/lib/module/components/icons/Basicprofile.js +0 -14
  465. package/lib/module/components/icons/Basicprofile.js.map +0 -1
  466. package/lib/module/components/icons/Checkbox.js +0 -14
  467. package/lib/module/components/icons/Checkbox.js.map +0 -1
  468. package/lib/module/components/icons/Checkmark.js +0 -20
  469. package/lib/module/components/icons/Checkmark.js.map +0 -1
  470. package/lib/module/components/icons/Contentanalysis.js +0 -14
  471. package/lib/module/components/icons/Contentanalysis.js.map +0 -1
  472. package/lib/module/components/icons/Contenticon.js +0 -32
  473. package/lib/module/components/icons/Contenticon.js.map +0 -1
  474. package/lib/module/components/icons/EnochE.js +0 -34
  475. package/lib/module/components/icons/EnochE.js.map +0 -1
  476. package/lib/module/components/icons/Personalityicon.js +0 -23
  477. package/lib/module/components/icons/Personalityicon.js.map +0 -1
  478. package/lib/module/components/icons/Personalityprofile.js +0 -14
  479. package/lib/module/components/icons/Personalityprofile.js.map +0 -1
  480. package/lib/module/components/icons/Personalitytraits.js +0 -14
  481. package/lib/module/components/icons/Personalitytraits.js.map +0 -1
  482. package/lib/module/components/icons/Userpreferences.js +0 -14
  483. package/lib/module/components/icons/Userpreferences.js.map +0 -1
  484. package/lib/module/components/icons/index.js +0 -13
  485. package/lib/module/components/icons/index.js.map +0 -1
  486. package/lib/module/config/api.js +0 -26
  487. package/lib/module/config/api.js.map +0 -1
  488. package/lib/module/context/AuthContext.js +0 -335
  489. package/lib/module/context/AuthContext.js.map +0 -1
  490. package/lib/module/hooks/useConnectedAccounts.js +0 -106
  491. package/lib/module/hooks/useConnectedAccounts.js.map +0 -1
  492. package/lib/module/hooks/useUserConnections.js +0 -140
  493. package/lib/module/hooks/useUserConnections.js.map +0 -1
  494. package/lib/module/services/apiClient.js +0 -298
  495. package/lib/module/services/apiClient.js.map +0 -1
  496. package/lib/module/services/authService.js +0 -905
  497. package/lib/module/services/authService.js.map +0 -1
  498. package/lib/module/services/biometricPinService.js +0 -173
  499. package/lib/module/services/biometricPinService.js.map +0 -1
  500. package/lib/module/services/connectedAccountsService.js +0 -255
  501. package/lib/module/services/connectedAccountsService.js.map +0 -1
  502. package/lib/module/services/googleAuthService.js +0 -258
  503. package/lib/module/services/googleAuthService.js.map +0 -1
  504. package/lib/module/services/imageCompressionService.js +0 -250
  505. package/lib/module/services/imageCompressionService.js.map +0 -1
  506. package/lib/module/services/jwtStorageService.js +0 -239
  507. package/lib/module/services/jwtStorageService.js.map +0 -1
  508. package/lib/module/services/mobileTrainingService.js +0 -172
  509. package/lib/module/services/mobileTrainingService.js.map +0 -1
  510. package/lib/module/services/pinEncryptionService.js +0 -75
  511. package/lib/module/services/pinEncryptionService.js.map +0 -1
  512. package/lib/module/services/pinStorageUtils.js +0 -93
  513. package/lib/module/services/pinStorageUtils.js.map +0 -1
  514. package/lib/module/services/storageService.js +0 -383
  515. package/lib/module/services/storageService.js.map +0 -1
  516. package/lib/module/services/trainingApiHelpers.js +0 -67
  517. package/lib/module/services/trainingApiHelpers.js.map +0 -1
  518. package/lib/module/services/userConnectionsService.js +0 -476
  519. package/lib/module/services/userConnectionsService.js.map +0 -1
  520. package/lib/module/services/youtubeMigrationService.js +0 -404
  521. package/lib/module/services/youtubeMigrationService.js.map +0 -1
  522. package/lib/module/theme/index.js +0 -244
  523. package/lib/module/theme/index.js.map +0 -1
  524. package/lib/module/utils/eventUtils.js +0 -270
  525. package/lib/module/utils/eventUtils.js.map +0 -1
  526. package/lib/module/utils/haptics.js +0 -59
  527. package/lib/module/utils/haptics.js.map +0 -1
  528. package/lib/module/utils/imagePreloader.js +0 -3
  529. package/lib/module/utils/imagePreloader.js.map +0 -1
  530. package/lib/typescript/components/BodyText.d.ts +0 -10
  531. package/lib/typescript/components/BodyText.d.ts.map +0 -1
  532. package/lib/typescript/components/BrandMark.d.ts +0 -11
  533. package/lib/typescript/components/BrandMark.d.ts.map +0 -1
  534. package/lib/typescript/components/CodeInput.d.ts +0 -10
  535. package/lib/typescript/components/CodeInput.d.ts.map +0 -1
  536. package/lib/typescript/components/EmailInput.d.ts +0 -8
  537. package/lib/typescript/components/EmailInput.d.ts.map +0 -1
  538. package/lib/typescript/components/ExistingUserDataConfirmation.d.ts +0 -12
  539. package/lib/typescript/components/ExistingUserDataConfirmation.d.ts.map +0 -1
  540. package/lib/typescript/components/GoogleButton.d.ts +0 -11
  541. package/lib/typescript/components/GoogleButton.d.ts.map +0 -1
  542. package/lib/typescript/components/HeadingGroup.d.ts +0 -11
  543. package/lib/typescript/components/HeadingGroup.d.ts.map +0 -1
  544. package/lib/typescript/components/ModalHeader.d.ts +0 -11
  545. package/lib/typescript/components/ModalHeader.d.ts.map +0 -1
  546. package/lib/typescript/components/ModalSheet.d.ts +0 -13
  547. package/lib/typescript/components/ModalSheet.d.ts.map +0 -1
  548. package/lib/typescript/components/OnairosSignInButton.d.ts +0 -13
  549. package/lib/typescript/components/OnairosSignInButton.d.ts.map +0 -1
  550. package/lib/typescript/components/PersonaImage.d.ts +0 -8
  551. package/lib/typescript/components/PersonaImage.d.ts.map +0 -1
  552. package/lib/typescript/components/PersonaLoadingScreen.d.ts +0 -10
  553. package/lib/typescript/components/PersonaLoadingScreen.d.ts.map +0 -1
  554. package/lib/typescript/components/PersonalizationConsentScreen.d.ts +0 -10
  555. package/lib/typescript/components/PersonalizationConsentScreen.d.ts.map +0 -1
  556. package/lib/typescript/components/PinCreationScreen.d.ts +0 -10
  557. package/lib/typescript/components/PinCreationScreen.d.ts.map +0 -1
  558. package/lib/typescript/components/PlatformConnectorsStep.d.ts +0 -11
  559. package/lib/typescript/components/PlatformConnectorsStep.d.ts.map +0 -1
  560. package/lib/typescript/components/PlatformToggle.d.ts +0 -20
  561. package/lib/typescript/components/PlatformToggle.d.ts.map +0 -1
  562. package/lib/typescript/components/PrimaryButton.d.ts +0 -22
  563. package/lib/typescript/components/PrimaryButton.d.ts.map +0 -1
  564. package/lib/typescript/components/SignInMatchAnimation.d.ts +0 -9
  565. package/lib/typescript/components/SignInMatchAnimation.d.ts.map +0 -1
  566. package/lib/typescript/components/SignInStep.d.ts +0 -12
  567. package/lib/typescript/components/SignInStep.d.ts.map +0 -1
  568. package/lib/typescript/components/VerificationStep.d.ts +0 -13
  569. package/lib/typescript/components/VerificationStep.d.ts.map +0 -1
  570. package/lib/typescript/components/WelcomeScreen.d.ts +0 -9
  571. package/lib/typescript/components/WelcomeScreen.d.ts.map +0 -1
  572. package/lib/typescript/components/icons/Basicproficon.d.ts +0 -5
  573. package/lib/typescript/components/icons/Basicproficon.d.ts.map +0 -1
  574. package/lib/typescript/components/icons/Basicprofile.d.ts +0 -5
  575. package/lib/typescript/components/icons/Basicprofile.d.ts.map +0 -1
  576. package/lib/typescript/components/icons/Checkbox.d.ts +0 -5
  577. package/lib/typescript/components/icons/Checkbox.d.ts.map +0 -1
  578. package/lib/typescript/components/icons/Checkmark.d.ts +0 -5
  579. package/lib/typescript/components/icons/Checkmark.d.ts.map +0 -1
  580. package/lib/typescript/components/icons/Contentanalysis.d.ts +0 -5
  581. package/lib/typescript/components/icons/Contentanalysis.d.ts.map +0 -1
  582. package/lib/typescript/components/icons/Contenticon.d.ts +0 -5
  583. package/lib/typescript/components/icons/Contenticon.d.ts.map +0 -1
  584. package/lib/typescript/components/icons/EnochE.d.ts +0 -5
  585. package/lib/typescript/components/icons/EnochE.d.ts.map +0 -1
  586. package/lib/typescript/components/icons/Personalityicon.d.ts +0 -5
  587. package/lib/typescript/components/icons/Personalityicon.d.ts.map +0 -1
  588. package/lib/typescript/components/icons/Personalityprofile.d.ts +0 -5
  589. package/lib/typescript/components/icons/Personalityprofile.d.ts.map +0 -1
  590. package/lib/typescript/components/icons/Personalitytraits.d.ts +0 -5
  591. package/lib/typescript/components/icons/Personalitytraits.d.ts.map +0 -1
  592. package/lib/typescript/components/icons/Userpreferences.d.ts +0 -5
  593. package/lib/typescript/components/icons/Userpreferences.d.ts.map +0 -1
  594. package/lib/typescript/components/icons/index.d.ts +0 -12
  595. package/lib/typescript/components/icons/index.d.ts.map +0 -1
  596. package/lib/typescript/config/api.d.ts +0 -24
  597. package/lib/typescript/config/api.d.ts.map +0 -1
  598. package/lib/typescript/context/AuthContext.d.ts +0 -34
  599. package/lib/typescript/context/AuthContext.d.ts.map +0 -1
  600. package/lib/typescript/hooks/useConnectedAccounts.d.ts +0 -11
  601. package/lib/typescript/hooks/useConnectedAccounts.d.ts.map +0 -1
  602. package/lib/typescript/hooks/useUserConnections.d.ts +0 -12
  603. package/lib/typescript/hooks/useUserConnections.d.ts.map +0 -1
  604. package/lib/typescript/services/apiClient.d.ts +0 -91
  605. package/lib/typescript/services/apiClient.d.ts.map +0 -1
  606. package/lib/typescript/services/authService.d.ts +0 -216
  607. package/lib/typescript/services/authService.d.ts.map +0 -1
  608. package/lib/typescript/services/biometricPinService.d.ts +0 -29
  609. package/lib/typescript/services/biometricPinService.d.ts.map +0 -1
  610. package/lib/typescript/services/connectedAccountsService.d.ts +0 -56
  611. package/lib/typescript/services/connectedAccountsService.d.ts.map +0 -1
  612. package/lib/typescript/services/googleAuthService.d.ts +0 -63
  613. package/lib/typescript/services/googleAuthService.d.ts.map +0 -1
  614. package/lib/typescript/services/imageCompressionService.d.ts +0 -37
  615. package/lib/typescript/services/imageCompressionService.d.ts.map +0 -1
  616. package/lib/typescript/services/jwtStorageService.d.ts +0 -86
  617. package/lib/typescript/services/jwtStorageService.d.ts.map +0 -1
  618. package/lib/typescript/services/mobileTrainingService.d.ts +0 -45
  619. package/lib/typescript/services/mobileTrainingService.d.ts.map +0 -1
  620. package/lib/typescript/services/pinEncryptionService.d.ts +0 -17
  621. package/lib/typescript/services/pinEncryptionService.d.ts.map +0 -1
  622. package/lib/typescript/services/pinStorageUtils.d.ts +0 -25
  623. package/lib/typescript/services/pinStorageUtils.d.ts.map +0 -1
  624. package/lib/typescript/services/storageService.d.ts +0 -128
  625. package/lib/typescript/services/storageService.d.ts.map +0 -1
  626. package/lib/typescript/services/trainingApiHelpers.d.ts +0 -38
  627. package/lib/typescript/services/trainingApiHelpers.d.ts.map +0 -1
  628. package/lib/typescript/services/userConnectionsService.d.ts +0 -90
  629. package/lib/typescript/services/userConnectionsService.d.ts.map +0 -1
  630. package/lib/typescript/services/youtubeMigrationService.d.ts +0 -12
  631. package/lib/typescript/services/youtubeMigrationService.d.ts.map +0 -1
  632. package/lib/typescript/theme/index.d.ts +0 -416
  633. package/lib/typescript/theme/index.d.ts.map +0 -1
  634. package/lib/typescript/utils/eventUtils.d.ts +0 -108
  635. package/lib/typescript/utils/eventUtils.d.ts.map +0 -1
  636. package/lib/typescript/utils/haptics.d.ts +0 -11
  637. package/lib/typescript/utils/haptics.d.ts.map +0 -1
  638. package/lib/typescript/utils/imagePreloader.d.ts +0 -2
  639. package/lib/typescript/utils/imagePreloader.d.ts.map +0 -1
  640. package/src/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
  641. package/src/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
  642. package/src/assets/icons/Facebookicon.png +0 -0
  643. package/src/assets/icons/Gmail.png +0 -0
  644. package/src/assets/icons/Linkedinicon.png +0 -0
  645. package/src/assets/icons/Redditicon.png +0 -0
  646. package/src/assets/icons/YouTubeicon2.png +0 -0
  647. package/src/assets/icons/YouTubeicon3.png +0 -0
  648. package/src/assets/icons/farcaster.png +0 -0
  649. package/src/assets/icons/instagram.png +0 -0
  650. package/src/assets/icons/pinterest.png +0 -0
  651. package/src/assets/icons/swerv_logo.png +0 -0
  652. package/src/assets/icons/twitter.jpg +0 -0
  653. package/src/assets/images/Checkbox.svg +0 -3
  654. package/src/assets/images/EnochE.svg +0 -19
  655. package/src/assets/images/Enochicon1.png +0 -0
  656. package/src/assets/images/Face_ID_logo.png +0 -0
  657. package/src/assets/images/Facebookicon.png +0 -0
  658. package/src/assets/images/Gmail.png +0 -0
  659. package/src/assets/images/Googlelogo.png +0 -0
  660. package/src/assets/images/Linkedinicon.png +0 -0
  661. package/src/assets/images/Onairoslogo.png +0 -0
  662. package/src/assets/images/Personalityprofile.svg +0 -3
  663. package/src/assets/images/Personalitytraits.svg +0 -3
  664. package/src/assets/images/Redditicon.png +0 -0
  665. package/src/assets/images/Userpreferences.svg +0 -3
  666. package/src/assets/images/YouTubeicon3.png +0 -0
  667. package/src/assets/images/arrow.svg +0 -20
  668. package/src/assets/images/basicproficon.svg +0 -43
  669. package/src/assets/images/basicprofile.svg +0 -3
  670. package/src/assets/images/checkmark.svg +0 -4
  671. package/src/assets/images/contentanalysis.svg +0 -3
  672. package/src/assets/images/contenticon.svg +0 -23
  673. package/src/assets/images/persona1.png +0 -0
  674. package/src/assets/images/persona2.png +0 -0
  675. package/src/assets/images/persona3.png +0 -0
  676. package/src/assets/images/persona4.png +0 -0
  677. package/src/assets/images/persona5.png +0 -0
  678. package/src/assets/images/personalityicon.svg +0 -18
  679. package/src/assets/images/x-close.svg +0 -3
  680. package/src/components/BodyText.tsx +0 -33
  681. package/src/components/BrandMark.tsx +0 -62
  682. package/src/components/CodeInput.tsx +0 -32
  683. package/src/components/EmailInput.tsx +0 -31
  684. package/src/components/ExistingUserDataConfirmation.tsx +0 -507
  685. package/src/components/GoogleButton.tsx +0 -55
  686. package/src/components/HeadingGroup.tsx +0 -49
  687. package/src/components/ModalHeader.tsx +0 -125
  688. package/src/components/ModalSheet.tsx +0 -59
  689. package/src/components/OnairosSignInButton.tsx +0 -132
  690. package/src/components/PersonaImage.tsx +0 -79
  691. package/src/components/PersonaLoadingScreen.tsx +0 -201
  692. package/src/components/PersonalizationConsentScreen.tsx +0 -410
  693. package/src/components/PinCreationScreen.tsx +0 -492
  694. package/src/components/PlatformConnectorsStep.tsx +0 -892
  695. package/src/components/PlatformToggle.tsx +0 -226
  696. package/src/components/PrimaryButton.tsx +0 -214
  697. package/src/components/SignInMatchAnimation.tsx +0 -225
  698. package/src/components/SignInStep.tsx +0 -217
  699. package/src/components/VerificationStep.tsx +0 -198
  700. package/src/components/WelcomeScreen.tsx +0 -490
  701. package/src/components/icons/Basicproficon.tsx +0 -30
  702. package/src/components/icons/Basicprofile.tsx +0 -17
  703. package/src/components/icons/Checkbox.tsx +0 -17
  704. package/src/components/icons/Checkmark.tsx +0 -24
  705. package/src/components/icons/Contentanalysis.tsx +0 -17
  706. package/src/components/icons/Contenticon.tsx +0 -30
  707. package/src/components/icons/EnochE.tsx +0 -39
  708. package/src/components/icons/Personalityicon.tsx +0 -22
  709. package/src/components/icons/Personalityprofile.tsx +0 -17
  710. package/src/components/icons/Personalitytraits.tsx +0 -17
  711. package/src/components/icons/Userpreferences.tsx +0 -17
  712. package/src/components/icons/index.ts +0 -12
  713. package/src/config/api.ts +0 -25
  714. package/src/context/AuthContext.tsx +0 -393
  715. package/src/hooks/useConnectedAccounts.ts +0 -139
  716. package/src/hooks/useUserConnections.ts +0 -166
  717. package/src/services/apiClient.ts +0 -337
  718. package/src/services/authService.ts +0 -1008
  719. package/src/services/biometricPinService.ts +0 -193
  720. package/src/services/connectedAccountsService.ts +0 -290
  721. package/src/services/googleAuthService.ts +0 -279
  722. package/src/services/imageCompressionService.ts +0 -303
  723. package/src/services/jwtStorageService.ts +0 -257
  724. package/src/services/mobileTrainingService.ts +0 -204
  725. package/src/services/pinEncryptionService.ts +0 -76
  726. package/src/services/pinStorageUtils.ts +0 -97
  727. package/src/services/storageService.ts +0 -452
  728. package/src/services/trainingApiHelpers.ts +0 -67
  729. package/src/services/userConnectionsService.ts +0 -557
  730. package/src/services/youtubeMigrationService.ts +0 -454
  731. package/src/theme/index.ts +0 -239
  732. package/src/utils/eventUtils.ts +0 -303
  733. package/src/utils/haptics.ts +0 -59
  734. package/src/utils/imagePreloader.ts +0 -2
@@ -1,490 +0,0 @@
1
- import React, { useEffect, useRef, useState } from 'react';
2
- import {
3
- View,
4
- StyleSheet,
5
- Modal,
6
- TouchableWithoutFeedback,
7
- Animated,
8
- Easing,
9
- StatusBar,
10
- } from 'react-native';
11
- import { triggerHaptic, HapticType } from '../utils/haptics';
12
- import { sendEmailVerificationCode, confirmEmailVerificationCode } from '../api/index';
13
- import { signInWithGoogle } from '../services/googleAuthService';
14
- import AsyncStorage from '@react-native-async-storage/async-storage';
15
-
16
- // Import our new components
17
- import ModalSheet from './ModalSheet';
18
- import ModalHeader from './ModalHeader';
19
- import BrandMark from './BrandMark';
20
- import HeadingGroup from './HeadingGroup';
21
- import BodyText from './BodyText';
22
- import PrimaryButton from './PrimaryButton';
23
- import SignInStep from './SignInStep';
24
- import VerificationStep from './VerificationStep';
25
- // Temporarily remove PlatformConnectorsStep to avoid context dependency issues
26
- // import PlatformConnectorsStep from './PlatformConnectorsStep';
27
-
28
- // Type definitions for navigation
29
- export interface WelcomeScreenProps {
30
- visible: boolean;
31
- onClose: () => void;
32
- onComplete?: (token: string, email?: string) => void;
33
- }
34
-
35
- type ModalStep = 'welcome' | 'signin' | 'verification' | 'platforms';
36
-
37
- const WelcomeScreen: React.FC<WelcomeScreenProps> = ({
38
- visible,
39
- onClose,
40
- onComplete,
41
- }) => {
42
- const [currentStep, setCurrentStep] = useState<ModalStep>('welcome');
43
- const [userEmail, setUserEmail] = useState<string>('');
44
- const [loading, setLoading] = useState<boolean>(false);
45
- const [error, setError] = useState<string>('');
46
-
47
- // Animation values
48
- const slideAnim = useRef(new Animated.Value(1)).current; // Start from bottom
49
- const fadeAnim = useRef(new Animated.Value(0)).current;
50
-
51
- // Animate in when visible (matching existing modal style)
52
- useEffect(() => {
53
- console.log('🔍 WelcomeScreen visibility changed:', visible);
54
- if (visible) {
55
- console.log('🎬 Starting WelcomeScreen animations');
56
- Animated.parallel([
57
- Animated.timing(slideAnim, {
58
- toValue: 0,
59
- duration: 400,
60
- easing: Easing.out(Easing.cubic),
61
- useNativeDriver: true,
62
- }),
63
- Animated.timing(fadeAnim, {
64
- toValue: 1,
65
- duration: 300,
66
- useNativeDriver: true,
67
- }),
68
- ]).start(() => {
69
- console.log('✅ WelcomeScreen animations completed');
70
- });
71
- } else {
72
- console.log('🔄 Resetting WelcomeScreen animations');
73
- slideAnim.setValue(1);
74
- fadeAnim.setValue(0);
75
- }
76
- }, [visible]);
77
-
78
- const handleClose = () => {
79
- triggerHaptic(HapticType.BUTTON_PRESS);
80
-
81
- // Reset to welcome step
82
- setCurrentStep('welcome');
83
-
84
- Animated.parallel([
85
- Animated.timing(slideAnim, {
86
- toValue: 1,
87
- duration: 300,
88
- easing: Easing.in(Easing.cubic),
89
- useNativeDriver: true,
90
- }),
91
- Animated.timing(fadeAnim, {
92
- toValue: 0,
93
- duration: 250,
94
- useNativeDriver: true,
95
- }),
96
- ]).start(() => {
97
- onClose();
98
- });
99
- };
100
-
101
- const handleGetStarted = () => {
102
- triggerHaptic(HapticType.BUTTON_PRESS);
103
- // Move to sign-in step instead of closing modal
104
- setCurrentStep('signin');
105
- };
106
-
107
- const handleEmailSubmit = async (email: string) => {
108
- triggerHaptic(HapticType.BUTTON_PRESS);
109
- setLoading(true);
110
- setError('');
111
-
112
- try {
113
- // Check for reviewer bypass
114
- if (email === 'reviewer@bypass.com') {
115
- console.log('🔍 Reviewer bypass detected in WelcomeScreen');
116
-
117
- try {
118
- // Store the same markers as the old UI
119
- await AsyncStorage.setItem('onairos_user', 'true');
120
- await AsyncStorage.setItem('onairos_jwt_token', 'reviewer-bypass-token');
121
- console.log('✅ Stored reviewer bypass markers for email bypass');
122
-
123
- // Store the reviewer email and skip directly to platforms
124
- setUserEmail(email);
125
- setCurrentStep('platforms');
126
- } catch (error) {
127
- console.error('❌ Failed to store reviewer bypass markers:', error);
128
- // Continue to platforms even if storage fails
129
- setUserEmail(email);
130
- setCurrentStep('platforms');
131
- }
132
-
133
- setLoading(false);
134
- return;
135
- }
136
-
137
- console.log('📧 Sending verification code to:', email);
138
-
139
- // Send verification code using the existing API
140
- const result = await sendEmailVerificationCode(email);
141
-
142
- if (result.success) {
143
- console.log('✅ Verification code sent successfully');
144
- // Store the email and move to verification
145
- setUserEmail(email);
146
- setCurrentStep('verification');
147
- } else {
148
- console.log('❌ Failed to send verification code:', result.message);
149
- setError(result.message || 'Failed to send verification code. Please try again.');
150
- }
151
- } catch (error) {
152
- console.error('❌ Error sending verification code:', error);
153
- setError('Network error. Please check your connection and try again.');
154
- } finally {
155
- setLoading(false);
156
- }
157
- };
158
-
159
- const handleGoogleSignIn = async () => {
160
- triggerHaptic(HapticType.BUTTON_PRESS);
161
- setLoading(true);
162
- setError('');
163
-
164
- try {
165
- console.log('🔗 Initiating Google Sign-In');
166
-
167
- const result = await signInWithGoogle();
168
-
169
- if (result.success && result.user) {
170
- console.log('✅ Google Sign-In successful:', result.user.email);
171
-
172
- // Store user information
173
- setUserEmail(result.user.email);
174
-
175
- // Skip to platform connectors (user is already authenticated)
176
- setCurrentStep('platforms');
177
- } else if (result.cancelled) {
178
- console.log('ℹ️ Google Sign-In cancelled by user');
179
- // Don't show error for cancellation, just reset loading
180
- } else {
181
- console.log('❌ Google Sign-In failed:', result.message);
182
- setError(result.message || 'Google Sign-In failed. Please try again.');
183
- }
184
- } catch (error) {
185
- console.error('❌ Unexpected Google Sign-In error:', error);
186
- setError('Google Sign-In failed. Please try again.');
187
- } finally {
188
- setLoading(false);
189
- }
190
- };
191
-
192
- const handleContinue = () => {
193
- triggerHaptic(HapticType.BUTTON_PRESS);
194
- // Move to verification step
195
- setCurrentStep('verification');
196
- };
197
-
198
- const handleCodeSubmit = async (code: string) => {
199
- triggerHaptic(HapticType.BUTTON_PRESS);
200
- setLoading(true);
201
- setError('');
202
-
203
- try {
204
- console.log('🔍 Verifying email code:', userEmail, code);
205
-
206
- // Verify the email code using the existing API
207
- const result = await confirmEmailVerificationCode(userEmail, code);
208
-
209
- if (result.success) {
210
- console.log('✅ Email verification successful');
211
- // Move to platform connectors step
212
- setCurrentStep('platforms');
213
- } else {
214
- console.log('❌ Email verification failed:', result.message);
215
- setError(result.message || 'Invalid verification code. Please try again.');
216
- }
217
- } catch (error) {
218
- console.error('❌ Error verifying email code:', error);
219
- setError('Verification failed. Please try again.');
220
- } finally {
221
- setLoading(false);
222
- }
223
- };
224
-
225
- const handleBackToSignIn = () => {
226
- triggerHaptic(HapticType.BUTTON_PRESS);
227
- setError(''); // Clear any errors when going back
228
- setCurrentStep('signin');
229
- };
230
-
231
- const handleBackToVerification = () => {
232
- triggerHaptic(HapticType.BUTTON_PRESS);
233
- setCurrentStep('verification');
234
- };
235
-
236
- const handleResendCode = async () => {
237
- triggerHaptic(HapticType.BUTTON_PRESS);
238
- setLoading(true);
239
- setError('');
240
-
241
- try {
242
- console.log('🔄 Resending verification code to:', userEmail);
243
-
244
- // Resend verification code using the existing API
245
- const result = await sendEmailVerificationCode(userEmail);
246
-
247
- if (result.success) {
248
- console.log('✅ Verification code resent successfully');
249
- // Could show a success message here if needed
250
- } else {
251
- console.log('❌ Failed to resend verification code:', result.message);
252
- setError(result.message || 'Failed to resend verification code. Please try again.');
253
- }
254
- } catch (error) {
255
- console.error('❌ Error resending verification code:', error);
256
- setError('Network error. Please check your connection and try again.');
257
- } finally {
258
- setLoading(false);
259
- }
260
- };
261
-
262
- const handlePlatformUpdate = (connectedPlatforms: string[]) => {
263
- triggerHaptic(HapticType.BUTTON_PRESS);
264
- console.log('Connected platforms:', connectedPlatforms);
265
-
266
- // Complete the onboarding flow
267
- if (onComplete) {
268
- // Return the stored token and email
269
- AsyncStorage.getItem('onairos_jwt_token').then(token => {
270
- onComplete(token || 'onboarding-complete-token', userEmail);
271
- });
272
- } else {
273
- onClose();
274
- }
275
- };
276
-
277
- const handlePlatformSkip = () => {
278
- triggerHaptic(HapticType.BUTTON_PRESS);
279
- // Skip platform connections and complete onboarding
280
- if (onComplete) {
281
- // Return a skip token
282
- onComplete('onboarding-skipped-token', userEmail);
283
- } else {
284
- onClose();
285
- }
286
- };
287
-
288
- const handleReviewerBypass = async () => {
289
- console.log('🔍 Reviewer bypass triggered from platforms screen');
290
- triggerHaptic(HapticType.BUTTON_PRESS);
291
-
292
- try {
293
- // Store the same markers as the old UI
294
- await AsyncStorage.setItem('onairos_user', 'true');
295
- await AsyncStorage.setItem('onairos_jwt_token', 'reviewer-bypass-token');
296
- console.log('✅ Stored reviewer bypass markers for new UI');
297
-
298
- // Complete the onboarding with bypass token
299
- if (onComplete) {
300
- onComplete('reviewer-bypass-token', 'reviewer@apple.com');
301
- } else {
302
- onClose();
303
- }
304
- } catch (error) {
305
- console.error('❌ Failed to store reviewer bypass markers:', error);
306
- // Still complete the onboarding even if storage fails
307
- if (onComplete) {
308
- onComplete('reviewer-bypass-token', 'reviewer@apple.com');
309
- } else {
310
- onClose();
311
- }
312
- }
313
- };
314
-
315
- const handleBackdropPress = () => {
316
- // Optional: allow closing by tapping backdrop
317
- handleClose();
318
- };
319
-
320
- if (!visible) {
321
- return null;
322
- }
323
-
324
- return (
325
- <Modal
326
- visible={visible}
327
- transparent
328
- animationType="slide" // Use built-in slide animation like existing modal
329
- onRequestClose={handleClose}
330
- statusBarTranslucent
331
- >
332
- <StatusBar backgroundColor="rgba(0,0,0,0.5)" barStyle="light-content" />
333
-
334
- {/* Backdrop */}
335
- <Animated.View style={[styles.backdrop, { opacity: fadeAnim }]}>
336
- <TouchableWithoutFeedback onPress={handleBackdropPress}>
337
- <View style={styles.backdropTouchable} />
338
- </TouchableWithoutFeedback>
339
- </Animated.View>
340
-
341
- {/* Modal Content */}
342
- <Animated.View
343
- style={[
344
- styles.modalContainer,
345
- {
346
- transform: [{
347
- translateY: slideAnim.interpolate({
348
- inputRange: [0, 1],
349
- outputRange: [0, 600], // Slide from bottom
350
- })
351
- }]
352
- }
353
- ]}
354
- >
355
- <ModalSheet topPadding={0}>
356
- <ModalHeader
357
- onClose={handleClose}
358
- onBack={currentStep === 'verification' ? handleBackToSignIn : handleBackToVerification}
359
- showBackButton={currentStep === 'verification' || currentStep === 'platforms'}
360
- />
361
-
362
- {currentStep === 'welcome' && (
363
- <View style={styles.content}>
364
- {/* Brand Mark */}
365
- <View style={styles.brandMarkContainer}>
366
- <BrandMark />
367
- </View>
368
-
369
- {/* Heading Group */}
370
- <View style={styles.headingContainer}>
371
- <HeadingGroup />
372
- </View>
373
-
374
- {/* Body Text */}
375
- <View style={styles.bodyContainer}>
376
- <BodyText />
377
- </View>
378
-
379
- {/* Flexible Spacer */}
380
- <View style={styles.spacer} />
381
-
382
- {/* Primary Button */}
383
- <View style={styles.buttonContainer}>
384
- <PrimaryButton
385
- label="Get Started"
386
- onPress={handleGetStarted}
387
- testID="welcome-get-started-button"
388
- />
389
- </View>
390
- </View>
391
- )}
392
-
393
- {currentStep === 'signin' && (
394
- <SignInStep
395
- onEmailSubmit={handleEmailSubmit}
396
- onGoogleSignIn={handleGoogleSignIn}
397
- onContinue={handleContinue}
398
- loading={loading}
399
- error={error}
400
- />
401
- )}
402
-
403
- {currentStep === 'verification' && (
404
- <VerificationStep
405
- email={userEmail}
406
- onCodeSubmit={handleCodeSubmit}
407
- onBack={handleBackToSignIn}
408
- loading={loading}
409
- error={error}
410
- onResendCode={handleResendCode}
411
- />
412
- )}
413
-
414
- {currentStep === 'platforms' && (
415
- <View style={styles.content}>
416
- <View style={styles.headingContainer}>
417
- <HeadingGroup />
418
- </View>
419
-
420
- <View style={styles.bodyContainer}>
421
- <BodyText />
422
- </View>
423
-
424
- <View style={styles.spacer} />
425
-
426
- <View style={styles.buttonContainer}>
427
- <PrimaryButton
428
- label="Complete Setup"
429
- onPress={() => handlePlatformUpdate([])}
430
- testID="complete-setup-button"
431
- />
432
- </View>
433
- </View>
434
- )}
435
- </ModalSheet>
436
- </Animated.View>
437
- </Modal>
438
- );
439
- };
440
-
441
- const styles = StyleSheet.create({
442
- backdrop: {
443
- ...StyleSheet.absoluteFillObject,
444
- backgroundColor: 'transparent', // Remove grey overlay
445
- },
446
-
447
- backdropTouchable: {
448
- flex: 1,
449
- },
450
-
451
- modalContainer: {
452
- position: 'absolute',
453
- bottom: 0,
454
- left: 0,
455
- right: 0,
456
- height: '85%', // Take most of the screen
457
- },
458
-
459
- content: {
460
- flex: 1,
461
- alignItems: 'center',
462
- paddingTop: 20,
463
- },
464
-
465
- brandMarkContainer: {
466
- marginBottom: 32,
467
- },
468
-
469
- headingContainer: {
470
- marginBottom: 24,
471
- },
472
-
473
- bodyContainer: {
474
- marginBottom: 32,
475
- width: '100%',
476
- },
477
-
478
- spacer: {
479
- flex: 1,
480
- minHeight: 20, // Ensure some minimum space
481
- },
482
-
483
- buttonContainer: {
484
- width: '100%',
485
- paddingHorizontal: 24,
486
- paddingBottom: 20,
487
- },
488
- });
489
-
490
- export default WelcomeScreen;
@@ -1,30 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {G, Rect, Path, Defs} from 'react-native-svg';
3
- /* SVGR has dropped some elements not supported by react-native-svg: filter */
4
- import type {SvgProps} from 'react-native-svg';
5
- const SvgBasicproficon = (props: SvgProps) => (
6
- <Svg
7
- width={32}
8
- height={32}
9
- fill="none"
10
- viewBox="0 0 32 32"
11
- {...props}>
12
- <G filter="url(#basicproficon_svg__a)">
13
- <Rect width={32} height={32} fill="#ECECED" rx={16} />
14
- <G filter="url(#basicproficon_svg__b)">
15
- <Path
16
- fill="#1F242F"
17
- d="M16 15.746c.952 0 1.776-.341 2.45-1.015a3.35 3.35 0 0 0 1.014-2.449c0-.952-.341-1.776-1.015-2.45A3.35 3.35 0 0 0 16 8.819c-.952 0-1.776.341-2.45 1.015a3.35 3.35 0 0 0-1.014 2.449c0 .952.341 1.776 1.015 2.45A3.35 3.35 0 0 0 16 15.745"
18
- />
19
- </G>
20
- <G filter="url(#basicproficon_svg__c)">
21
- <Path
22
- fill="#1F242F"
23
- d="M21.97 19.859a9 9 0 0 0-.116-.909 7 7 0 0 0-.223-.914 4.5 4.5 0 0 0-.376-.852 3.2 3.2 0 0 0-.566-.738 2.5 2.5 0 0 0-.814-.511 2.8 2.8 0 0 0-1.039-.188c-.147 0-.289.06-.563.239l-.586.378q-.285.18-.76.334c-.307.1-.62.15-.927.15q-.464 0-.929-.15a3.4 3.4 0 0 1-.758-.334q-.329-.21-.587-.379c-.274-.178-.416-.238-.563-.238q-.563 0-1.039.188c-.316.125-.59.297-.813.511a3.2 3.2 0 0 0-.567.738 4.5 4.5 0 0 0-.375.852c-.09.281-.165.589-.224.914a9 9 0 0 0-.116.91c-.02.274-.029.56-.029.849 0 .75.239 1.358.71 1.806.464.443 1.08.667 1.827.667h6.926c.748 0 1.363-.224 1.827-.667.471-.448.71-1.055.71-1.807q0-.436-.03-.85"
24
- />
25
- </G>
26
- </G>
27
- <Defs></Defs>
28
- </Svg>
29
- );
30
- export default SvgBasicproficon;
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {Path} from 'react-native-svg';
3
- import type {SvgProps} from 'react-native-svg';
4
- const SvgBasicprofile = (props: SvgProps) => (
5
- <Svg
6
- width={263}
7
- height={22}
8
- fill="none"
9
- viewBox="0 0 263 22"
10
- {...props}>
11
- <Path
12
- fill="#1F242F"
13
- d="M1.004 16V5.818h3.898q1.104 0 1.835.348.735.343 1.098.94.368.596.368 1.352q0 .621-.239 1.064-.238.438-.64.711a2.7 2.7 0 0 1-.9.393v.1q.54.029 1.038.332.503.299.82.845.32.547.319 1.323 0 .79-.383 1.422-.383.625-1.153.99-.77.362-1.94.362zm1.845-1.541h1.983q1.005 0 1.447-.383.448-.387.448-.994a1.52 1.52 0 0 0-.86-1.392q-.414-.214-.985-.214H2.85zm0-4.31h1.824q.477 0 .86-.175.383-.178.602-.502.225-.328.224-.775 0-.592-.418-.975-.412-.383-1.228-.383H2.85zm9.234 6.005q-.726 0-1.307-.258a2.13 2.13 0 0 1-.915-.776q-.333-.511-.333-1.263 0-.646.239-1.069t.65-.676q.414-.253.93-.383.522-.135 1.08-.193.67-.07 1.088-.125.418-.06.607-.179.194-.124.194-.383v-.03q0-.561-.334-.87-.332-.308-.959-.308-.66 0-1.049.289a1.43 1.43 0 0 0-.517.68l-1.68-.238q.197-.696.656-1.163.458-.472 1.118-.706.661-.24 1.462-.239.552 0 1.099.13.546.129.999.427.453.293.726.8.279.508.278 1.268V16h-1.73v-1.049h-.06q-.163.318-.462.597-.293.274-.74.442-.443.165-1.04.164m.468-1.322q.54 0 .94-.214a1.6 1.6 0 0 0 .61-.577 1.47 1.47 0 0 0 .22-.78v-.9a.9.9 0 0 1-.289.13q-.198.059-.447.104t-.492.079l-.423.06a3.1 3.1 0 0 0-.72.179q-.319.123-.503.348-.184.218-.184.566 0 .498.363.751.363.255.925.254m11.17-4.45-1.641.18a1.3 1.3 0 0 0-.244-.468 1.2 1.2 0 0 0-.457-.353 1.7 1.7 0 0 0-.706-.134q-.562 0-.945.243-.378.243-.373.632a.66.66 0 0 0 .244.541q.254.21.835.344l1.303.278q1.084.234 1.61.74.532.508.537 1.328-.005.72-.422 1.273-.413.547-1.148.855-.737.308-1.69.308-1.403 0-2.258-.587-.855-.59-1.02-1.645l1.756-.17q.12.519.507.781.387.264 1.01.264.64 0 1.028-.264.393-.263.393-.65q0-.33-.253-.543-.25-.213-.776-.328l-1.303-.273q-1.098-.23-1.625-.77-.528-.548-.522-1.383-.006-.705.383-1.223.392-.522 1.088-.805.702-.29 1.616-.289 1.343 0 2.113.572.776.571.96 1.546M25.128 16V8.364h1.8V16zm.905-8.72a1.05 1.05 0 0 1-.735-.284.91.91 0 0 1-.309-.69q0-.408.309-.692a1.04 1.04 0 0 1 .735-.288q.433 0 .736.288.308.285.308.691a.91.91 0 0 1-.308.691 1.04 1.04 0 0 1-.736.284m5.837 8.87q-1.143 0-1.964-.503a3.35 3.35 0 0 1-1.258-1.387q-.437-.89-.437-2.048 0-1.163.447-2.054.448-.894 1.263-1.392.82-.502 1.939-.502.93 0 1.646.343.72.338 1.148.96.427.615.487 1.441h-1.72a1.64 1.64 0 0 0-.497-.92q-.388-.372-1.04-.372-.55 0-.969.298-.417.294-.65.845-.23.553-.23 1.323 0 .78.23 1.342.227.557.64.86.418.299.98.298.398 0 .71-.149.319-.153.533-.442.213-.288.293-.701h1.72a3 3 0 0 1-.477 1.437q-.413.621-1.124.974-.71.348-1.67.348M39.69 16V5.818h3.818q1.174 0 1.97.438.8.437 1.207 1.203.413.76.413 1.73 0 .98-.413 1.74a2.95 2.95 0 0 1-1.218 1.198q-.805.433-1.984.433h-2.53v-1.517h2.282q.686 0 1.124-.238.437-.24.646-.657.214-.417.214-.96q0-.54-.214-.954a1.45 1.45 0 0 0-.651-.641q-.438-.234-1.129-.234h-1.69V16zm8.69 0V8.364h1.745v1.272h.08q.21-.66.716-1.019a1.97 1.97 0 0 1 1.168-.363q.15 0 .333.015.189.01.313.035V9.96a2 2 0 0 0-.362-.07 3 3 0 0 0-.473-.035 1.8 1.8 0 0 0-.885.214q-.387.21-.611.582t-.224.86V16zm8.328.15q-1.118 0-1.94-.493a3.34 3.34 0 0 1-1.272-1.377q-.447-.885-.447-2.068t.447-2.073a3.34 3.34 0 0 1 1.273-1.383q.82-.492 1.939-.492 1.118 0 1.939.492.82.494 1.267 1.383.453.89.453 2.073t-.453 2.068a3.3 3.3 0 0 1-1.267 1.377q-.82.492-1.94.492m.01-1.443q.606 0 1.014-.333.408-.338.606-.905a3.7 3.7 0 0 0 .204-1.262q0-.701-.204-1.268a2 2 0 0 0-.606-.91q-.408-.338-1.014-.338-.623 0-1.034.338a2.04 2.04 0 0 0-.612.91 3.8 3.8 0 0 0-.199 1.268q0 .696.2 1.262.203.567.61.905.413.333 1.035.333m8.804-6.343v1.392H61.01V8.364zM62.138 16V7.643q0-.771.318-1.283.323-.512.865-.766a2.8 2.8 0 0 1 1.203-.253q.467 0 .83.074.363.075.537.135l-.358 1.392a3 3 0 0 0-.288-.07 1.7 1.7 0 0 0-.388-.04q-.503 0-.71.244-.205.24-.205.686V16zm4.555 0V8.364h1.8V16zm.904-8.72a1.05 1.05 0 0 1-.735-.284.91.91 0 0 1-.308-.69q0-.408.308-.692a1.04 1.04 0 0 1 .736-.288q.432 0 .735.288.309.285.308.691a.91.91 0 0 1-.308.691 1.04 1.04 0 0 1-.736.284m4.306-1.462V16h-1.8V5.818zm4.991 10.331q-1.149 0-1.984-.477a3.23 3.23 0 0 1-1.277-1.362q-.447-.886-.448-2.083 0-1.178.448-2.069a3.4 3.4 0 0 1 1.263-1.392q.81-.502 1.904-.502.706 0 1.332.229.631.223 1.114.696.488.473.765 1.203.279.726.279 1.73v.552h-6.26v-1.213h4.535a1.94 1.94 0 0 0-.224-.92 1.63 1.63 0 0 0-.612-.641 1.7 1.7 0 0 0-.904-.234q-.552 0-.97.269a1.85 1.85 0 0 0-.651.696q-.229.427-.234.94v1.058q0 .666.244 1.144.244.472.68.726.438.248 1.025.248.393 0 .71-.11.32-.113.553-.332t.353-.542l1.68.189a2.6 2.6 0 0 1-.606 1.163 2.96 2.96 0 0 1-1.134.766q-.691.268-1.58.268"
14
- />
15
- </Svg>
16
- );
17
- export default SvgBasicprofile;
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {Path} from 'react-native-svg';
3
- import type {SvgProps} from 'react-native-svg';
4
- const SvgCheckbox = (props: SvgProps) => (
5
- <Svg
6
- width={16}
7
- height={16}
8
- fill="none"
9
- viewBox="0 0 16 16"
10
- {...props}>
11
- <Path
12
- stroke="#CECFD2"
13
- d="M4 .5h8A3.5 3.5 0 0 1 15.5 4v8a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 12V4A3.5 3.5 0 0 1 4 .5Z"
14
- />
15
- </Svg>
16
- );
17
- export default SvgCheckbox;
@@ -1,24 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {Path} from 'react-native-svg';
3
- import type {SvgProps} from 'react-native-svg';
4
- const SvgCheckmark = (props: SvgProps) => (
5
- <Svg
6
- width={16}
7
- height={16}
8
- fill="none"
9
- viewBox="0 0 16 16"
10
- {...props}>
11
- <Path
12
- fill="#333741"
13
- d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"
14
- />
15
- <Path
16
- stroke="#fff"
17
- strokeLinecap="round"
18
- strokeLinejoin="round"
19
- strokeWidth={1.667}
20
- d="m12 5-5.5 5.5L4 8"
21
- />
22
- </Svg>
23
- );
24
- export default SvgCheckmark;
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {Path} from 'react-native-svg';
3
- import type {SvgProps} from 'react-native-svg';
4
- const SvgContentanalysis = (props: SvgProps) => (
5
- <Svg
6
- width={263}
7
- height={22}
8
- fill="none"
9
- viewBox="0 0 263 22"
10
- {...props}>
11
- <Path
12
- fill="#1F242F"
13
- d="M9.72 9.254H7.86a2.3 2.3 0 0 0-.293-.81 2.18 2.18 0 0 0-1.258-.98 2.8 2.8 0 0 0-.87-.13q-.83 0-1.472.418-.64.413-1.004 1.213Q2.6 9.76 2.6 10.91q0 1.168.363 1.969.368.795 1.004 1.203a2.7 2.7 0 0 0 1.467.403q.458 0 .855-.12a2.3 2.3 0 0 0 .72-.363q.324-.238.543-.586.224-.348.308-.796l1.86.01q-.105.726-.453 1.363a4 4 0 0 1-.9 1.123 4.2 4.2 0 0 1-1.302.756 4.9 4.9 0 0 1-1.656.268q-1.343 0-2.396-.621-1.054-.622-1.66-1.795-.607-1.173-.607-2.814 0-1.646.611-2.814Q1.97 6.922 3.023 6.3t2.386-.621q.85 0 1.581.239.73.238 1.303.7.57.458.94 1.124.372.661.486 1.512m4.7 6.895q-1.119 0-1.939-.492a3.34 3.34 0 0 1-1.273-1.377q-.447-.885-.447-2.068t.447-2.073a3.34 3.34 0 0 1 1.273-1.383q.82-.492 1.939-.492t1.939.492q.82.494 1.268 1.383.452.89.452 2.073t-.452 2.068a3.3 3.3 0 0 1-1.268 1.377q-.82.492-1.939.492m.01-1.442q.606 0 1.014-.333.408-.338.607-.905a3.7 3.7 0 0 0 .204-1.262q0-.701-.204-1.268a2 2 0 0 0-.607-.91q-.408-.338-1.014-.338-.622 0-1.034.338a2.04 2.04 0 0 0-.612.91 3.8 3.8 0 0 0-.199 1.268q0 .696.2 1.262.204.567.61.905.413.333 1.035.333m6.736-3.181V16h-1.8V8.364h1.72V9.66h.09q.264-.64.84-1.019.582-.378 1.437-.378.79 0 1.377.338.592.338.915.98.329.64.323 1.556V16h-1.8v-4.584q0-.765-.397-1.198-.393-.432-1.089-.432-.473 0-.84.208a1.45 1.45 0 0 0-.572.592q-.204.387-.204.94m10.305-3.162v1.392h-4.39V8.364zm-3.306-1.83h1.8v7.17q0 .362.109.556a.6.6 0 0 0 .298.258q.185.07.408.07.169 0 .308-.025.145-.024.219-.045l.303 1.407q-.144.05-.412.11-.264.06-.647.07a2.9 2.9 0 0 1-1.218-.204 1.9 1.9 0 0 1-.86-.706q-.313-.478-.308-1.194zm7.87 9.615q-1.149 0-1.984-.477a3.23 3.23 0 0 1-1.278-1.362q-.447-.886-.447-2.083 0-1.178.447-2.069a3.4 3.4 0 0 1 1.263-1.392q.81-.502 1.904-.502.706 0 1.333.229.63.223 1.113.696.487.473.766 1.203.278.726.278 1.73v.552h-6.259v-1.213h4.534a1.94 1.94 0 0 0-.223-.92 1.63 1.63 0 0 0-.612-.641 1.7 1.7 0 0 0-.905-.234q-.551 0-.97.269a1.85 1.85 0 0 0-.65.696q-.229.427-.234.94v1.058q0 .666.244 1.144.243.472.68.726.438.248 1.025.248.392 0 .71-.11.32-.113.552-.332.234-.22.353-.542l1.68.189a2.6 2.6 0 0 1-.606 1.163 2.96 2.96 0 0 1-1.133.766q-.69.268-1.581.268m6.478-4.623V16h-1.8V8.364h1.72V9.66h.09q.262-.64.84-1.019.582-.378 1.437-.378.79 0 1.377.338.592.338.915.98.327.64.323 1.556V16h-1.8v-4.584q0-.765-.398-1.198-.392-.432-1.088-.432-.473 0-.84.208a1.45 1.45 0 0 0-.572.592q-.204.387-.204.94m10.305-3.162v1.392h-4.39V8.364zm-3.307-1.83h1.8v7.17q0 .362.11.556a.6.6 0 0 0 .298.258q.183.07.407.07.17 0 .309-.025.144-.024.218-.045l.304 1.407q-.144.05-.413.11-.264.06-.646.07a2.9 2.9 0 0 1-1.218-.204 1.9 1.9 0 0 1-.86-.706q-.314-.478-.309-1.194zM58.702 16h-1.968l3.584-10.182h2.277L66.185 16h-1.97l-2.719-8.094h-.08zm.065-3.992h5.37v1.481h-5.37zm10.239-.482V16h-1.8V8.364h1.72V9.66h.09q.263-.64.84-1.019.582-.378 1.437-.378.79 0 1.377.338.592.338.915.98.327.64.323 1.556V16h-1.8v-4.584q0-.765-.398-1.198-.392-.432-1.088-.432-.472 0-.84.208a1.45 1.45 0 0 0-.572.592q-.204.387-.204.94m8.689 4.628q-.726 0-1.308-.258a2.13 2.13 0 0 1-.915-.776q-.333-.511-.333-1.263 0-.646.24-1.069.237-.422.65-.676.412-.253.93-.383.522-.135 1.079-.193.67-.07 1.089-.125.417-.06.606-.179.194-.124.194-.383v-.03q0-.561-.333-.87t-.96-.308q-.66 0-1.049.289a1.43 1.43 0 0 0-.517.68l-1.68-.238q.199-.696.656-1.163.458-.472 1.119-.706.66-.24 1.462-.239.551 0 1.098.13.547.129 1 .427.452.293.725.8.279.508.279 1.268V16h-1.73v-1.049h-.06q-.164.318-.462.597-.294.274-.741.442-.442.165-1.04.164m.467-1.322q.542 0 .94-.214a1.6 1.6 0 0 0 .611-.577 1.47 1.47 0 0 0 .219-.78v-.9a.9.9 0 0 1-.288.13q-.2.059-.448.104t-.492.079l-.422.06a3.1 3.1 0 0 0-.721.179q-.319.123-.503.348-.184.218-.184.566 0 .498.363.751.363.255.925.254m6.934-9.014V16h-1.8V5.818zm2.73 13.046q-.369 0-.682-.06a2.5 2.5 0 0 1-.492-.13l.418-1.401q.393.114.7.11a.86.86 0 0 0 .543-.195q.239-.183.402-.616l.154-.413L86.1 8.364h1.91l1.76 5.767h.079l1.765-5.767h1.914l-3.058 8.56a3.4 3.4 0 0 1-.566 1.04 2.3 2.3 0 0 1-.865.666q-.508.234-1.214.234m12.743-8.482-1.64.18a1.3 1.3 0 0 0-.245-.468 1.2 1.2 0 0 0-.457-.353 1.7 1.7 0 0 0-.706-.134q-.562 0-.944.243-.379.243-.373.632a.66.66 0 0 0 .243.541q.255.21.835.344l1.303.278q1.085.234 1.611.74.532.508.537 1.328-.005.72-.423 1.273-.413.547-1.148.855-.736.308-1.69.308-1.403 0-2.258-.587-.855-.59-1.019-1.645l1.755-.17q.12.519.507.781.388.264 1.01.264.64 0 1.029-.264.392-.263.392-.65 0-.33-.253-.543-.25-.213-.776-.328l-1.302-.273q-1.1-.23-1.626-.77-.526-.548-.522-1.383-.005-.705.383-1.223.392-.522 1.088-.805.701-.29 1.616-.289 1.343 0 2.113.572.776.571.96 1.546M101.977 16V8.364h1.8V16zm.905-8.72a1.05 1.05 0 0 1-.736-.284.91.91 0 0 1-.308-.69q0-.408.308-.692a1.04 1.04 0 0 1 .736-.288q.432 0 .735.288.309.285.309.691a.91.91 0 0 1-.309.691 1.04 1.04 0 0 1-.735.284m8.541 3.102-1.641.18a1.3 1.3 0 0 0-.244-.468 1.2 1.2 0 0 0-.457-.353 1.7 1.7 0 0 0-.706-.134q-.561 0-.944.243-.378.243-.373.632a.66.66 0 0 0 .243.541q.254.21.836.344l1.302.278q1.084.234 1.611.74.531.508.537 1.328-.005.72-.423 1.273-.413.547-1.148.855-.736.308-1.691.308-1.401 0-2.257-.587-.854-.59-1.019-1.645l1.755-.17q.12.519.507.781.388.264 1.009.264.642 0 1.03-.264.392-.263.392-.65 0-.33-.253-.543-.249-.213-.776-.328l-1.302-.273q-1.1-.23-1.626-.77-.526-.548-.522-1.383-.005-.705.383-1.223.393-.522 1.089-.805.7-.29 1.615-.289 1.342 0 2.113.572.775.571.96 1.546"
14
- />
15
- </Svg>
16
- );
17
- export default SvgContentanalysis;
@@ -1,30 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {G, Rect, Path, Defs, ClipPath} from 'react-native-svg';
3
- /* SVGR has dropped some elements not supported by react-native-svg: filter */
4
- import type {SvgProps} from 'react-native-svg';
5
- const SvgContenticon = (props: SvgProps) => (
6
- <Svg
7
- width={32}
8
- height={32}
9
- fill="none"
10
- viewBox="0 0 32 32"
11
- {...props}>
12
- <G filter="url(#contenticon_svg__a)">
13
- <Rect width={32} height={32} fill="#ECECED" rx={16} />
14
- <G clipPath="url(#contenticon_svg__b)">
15
- <Path
16
- fill="#1F242F"
17
- fillRule="evenodd"
18
- d="M15.563 17.75a1.31 1.31 0 0 0-1.313-1.313h-3.062a1.31 1.31 0 0 0-1.313 1.313v3.062a1.31 1.31 0 0 0 1.313 1.313h3.062a1.31 1.31 0 0 0 1.313-1.313zm6.562 0a1.31 1.31 0 0 0-1.312-1.313H17.75a1.31 1.31 0 0 0-1.312 1.313v3.062a1.31 1.31 0 0 0 1.312 1.313h3.063a1.31 1.31 0 0 0 1.312-1.313zm-1.916-2.278 1.825-1.826a1.31 1.31 0 0 0 0-1.856L20.21 9.966a1.313 1.313 0 0 0-1.856 0l-1.825 1.826a1.313 1.313 0 0 0 0 1.855l1.825 1.826a1.313 1.313 0 0 0 1.856 0m-4.646-4.285a1.31 1.31 0 0 0-1.313-1.312h-3.062a1.31 1.31 0 0 0-1.313 1.312v3.063a1.31 1.31 0 0 0 1.313 1.312h3.062a1.31 1.31 0 0 0 1.313-1.312z"
19
- clipRule="evenodd"
20
- />
21
- </G>
22
- </G>
23
- <Defs>
24
- <ClipPath id="contenticon_svg__b">
25
- <Path fill="#fff" d="M9 9h14v14H9z" />
26
- </ClipPath>
27
- </Defs>
28
- </Svg>
29
- );
30
- export default SvgContenticon;
@@ -1,39 +0,0 @@
1
- import * as React from 'react';
2
- import Svg, {G, Rect, Path, Defs} from 'react-native-svg';
3
- /* SVGR has dropped some elements not supported by react-native-svg: filter */
4
- import type {SvgProps} from 'react-native-svg';
5
- const SvgEnochE = (props: SvgProps) => (
6
- <Svg
7
- width={113}
8
- height={112}
9
- fill="none"
10
- viewBox="0 0 113 112"
11
- {...props}>
12
- <G filter="url(#EnochE_svg__a)">
13
- <Rect
14
- width={64}
15
- height={64}
16
- x={24.5}
17
- y={16}
18
- fill="#fff"
19
- rx={10}
20
- />
21
- <Rect
22
- width={72}
23
- height={72}
24
- x={20.5}
25
- y={12}
26
- stroke="#fff"
27
- strokeOpacity={0.2}
28
- strokeWidth={8}
29
- rx={14}
30
- />
31
- <Path
32
- fill="#000"
33
- d="M46.953 30.788q0-.777-.57-1.242-.569-.465-1.397-.725a8.2 8.2 0 0 0-1.76-.388 43 43 0 0 0-1.656-.155q-.18 0-.336-.026-.156-.052-.155-.285 0-.155.129-.258a.9.9 0 0 1 .31-.156.9.9 0 0 1 .363-.077q.18-.027.31-.026.181 0 .777.026.595 0 1.475.026.88 0 1.94.025h2.252q1.993 0 3.416-.051 1.45-.078 2.614-.156 1.19-.103 2.252-.155a33 33 0 0 1 2.329-.078h1.63q.388 0 .854.026.492 0 1.165.026.698.026 1.682.052 1.008.025 2.432.078.285.025.492.207.207.18.259.465.051 1.786.077 3.416.052 1.605.052 3.416 0 .414-.13.414a.7.7 0 0 1-.154-.025q-.104-.027-.156-.156a48 48 0 0 1-.44-.905q-.233-.492-.491-.984a13 13 0 0 0-.492-.983 7 7 0 0 0-.466-.803 6.4 6.4 0 0 0-.88-1.009 7.6 7.6 0 0 0-1.216-.983 7 7 0 0 0-1.45-.725q-.75-.285-1.5-.336h-.829a9 9 0 0 0-.672-.026H57.46q-1.01 0-2.096.052-1.062.05-2.07.259-.234.051-.466.155-.233.078-.233.414v16.174a.51.51 0 0 0 .362.44 77 77 0 0 1 3.131-.207 52 52 0 0 1 3.158-.104q.724-.052 1.294-.465a4.9 4.9 0 0 0 1.035-1.035q.44-.622.776-1.346.337-.75.595-1.45.26-.698.44-1.242.207-.57.388-.853.078-.13.156-.156.077-.026.44-.026a.7.7 0 0 1 .31.078q.18.051.181.181 0 .931-.077 1.656-.052.725-.13 1.294-.077.57-.155 1.061-.052.466-.052.906v9.679a.5.5 0 0 1-.13.13q-.128.128-.258.129-.207 0-.414-.363-.18-.388-.388-.957-.18-.57-.388-1.268-.182-.699-.414-1.372a9 9 0 0 0-.466-1.216q-.233-.544-.544-.802-.284-.234-.828-.414a7.4 7.4 0 0 0-1.242-.285 17 17 0 0 0-1.45-.155 24 24 0 0 0-1.5-.104 36 36 0 0 0-1.32-.026h-.983q-.57 0-.906.078a.8.8 0 0 0-.492.259q-.154.207-.207.595a9 9 0 0 0-.052 1.06v10.43q0 .75.078 1.32t.259 1.01q.207.413.517.75.337.31.803.595.361.207.802.414.465.18.854.181H60.9l.984-.052a28 28 0 0 0 1.035-.13q.544-.102 1.269-.258.775-.18 1.449-.621a7.3 7.3 0 0 0 1.268-1.061q.621-.621 1.164-1.398a22 22 0 0 0 1.036-1.63q.077-.129.284-.543.207-.44.44-.673.025-.052.13-.052.104 0 .18.181.182.336.182 1.346 0 .31-.181.958-.182.62-.31 1.19a7.6 7.6 0 0 0-.208 1.164q-.077.699-.207 1.372a3.8 3.8 0 0 1-.388 1.113q-.233.465-.647.466-.156 0-.259-.026h-.181Q67.863 65 67.5 65H48.428q-.596 0-1.449.026-.828.051-1.682.078-.855.051-1.63.077-.751.052-1.19.052h-.725q-.285 0-.57-.13-.285-.104-.285-.362 0-.232.052-.466a.64.64 0 0 1 .31-.362 1 1 0 0 1 .234-.052q.206-.026.44-.051.232-.027.44-.026.207-.027.31-.026.622-.052 1.035-.078.414-.05.984-.259 1.112-.336 1.682-.88.57-.57.57-1.785z"
34
- />
35
- </G>
36
- <Defs></Defs>
37
- </Svg>
38
- );
39
- export default SvgEnochE;