@onairos/react-native 3.1.17 → 3.2.0

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 (729) 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 +1283 -2304
  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 +31 -193
  38. package/lib/commonjs/index.js.map +1 -1
  39. package/lib/commonjs/services/apiKeyService.js +102 -101
  40. package/lib/commonjs/services/apiKeyService.js.map +1 -1
  41. package/lib/commonjs/services/oauthService.js.map +1 -1
  42. package/lib/commonjs/services/platformAuthService.js +722 -956
  43. package/lib/commonjs/services/platformAuthService.js.map +1 -1
  44. package/lib/commonjs/types/ambient.d.js.map +1 -1
  45. package/lib/commonjs/types/declarations.d.js.map +1 -1
  46. package/lib/commonjs/types/index.d.js.map +1 -1
  47. package/lib/commonjs/types/index.js.map +1 -1
  48. package/lib/commonjs/types/node-fix.d.js.map +1 -1
  49. package/lib/commonjs/types/node-override.d.js.map +1 -1
  50. package/lib/commonjs/types/opacity.d.js.map +1 -1
  51. package/lib/commonjs/types/types.d.js.map +1 -1
  52. package/lib/commonjs/types.js.map +1 -1
  53. package/lib/commonjs/utils/Portal.js +4 -4
  54. package/lib/commonjs/utils/Portal.js.map +1 -1
  55. package/lib/commonjs/utils/api.js +24 -24
  56. package/lib/commonjs/utils/api.js.map +1 -1
  57. package/lib/commonjs/utils/auth.js +18 -18
  58. package/lib/commonjs/utils/auth.js.map +1 -1
  59. package/lib/commonjs/utils/crypto.js +13 -13
  60. package/lib/commonjs/utils/crypto.js.map +1 -1
  61. package/lib/commonjs/utils/debugHelper.js.map +1 -1
  62. package/lib/commonjs/utils/encryption.js +12 -12
  63. package/lib/commonjs/utils/encryption.js.map +1 -1
  64. package/lib/commonjs/utils/onairosApi.js.map +1 -1
  65. package/lib/commonjs/utils/programmaticFlow.js +16 -16
  66. package/lib/commonjs/utils/programmaticFlow.js.map +1 -1
  67. package/lib/commonjs/utils/retryHelper.js +27 -27
  68. package/lib/commonjs/utils/retryHelper.js.map +1 -1
  69. package/lib/commonjs/utils/secureStorage.js.map +1 -1
  70. package/lib/module/api/index.js +0 -72
  71. package/lib/module/api/index.js.map +1 -1
  72. package/lib/module/assets/images/email.png +0 -0
  73. package/lib/module/assets/images/linkedin.png +0 -0
  74. package/lib/module/assets/images/reddit.png +0 -0
  75. package/lib/module/assets/images/youtube.png +0 -0
  76. package/lib/module/components/DataRequestModal.js.map +1 -1
  77. package/lib/module/components/DataRequestScreen.js.map +1 -1
  78. package/lib/module/components/EmailVerificationModal.js.map +1 -1
  79. package/lib/module/components/Onairos.js +3 -1
  80. package/lib/module/components/Onairos.js.map +1 -1
  81. package/lib/module/components/OnairosButton.js +192 -172
  82. package/lib/module/components/OnairosButton.js.map +1 -1
  83. package/lib/module/components/Overlay.js +5 -5
  84. package/lib/module/components/Overlay.js.map +1 -1
  85. package/lib/module/components/PinInput.js +120 -283
  86. package/lib/module/components/PinInput.js.map +1 -1
  87. package/lib/module/components/PlatformList.js.map +1 -1
  88. package/lib/module/components/TrainingModal.js +565 -809
  89. package/lib/module/components/TrainingModal.js.map +1 -1
  90. package/lib/module/components/UniversalOnboarding.js +1284 -2307
  91. package/lib/module/components/UniversalOnboarding.js.map +1 -1
  92. package/lib/module/components/UniversalOnboarding.tsx.new +455 -0
  93. package/lib/module/components/onboarding/OAuthWebView.js +744 -136
  94. package/lib/module/components/onboarding/OAuthWebView.js.map +1 -1
  95. package/lib/module/components/onboarding/OnboardingHeader.js.map +1 -1
  96. package/lib/module/components/onboarding/PinInput.js.map +1 -1
  97. package/lib/module/components/onboarding/PlatformConnector.js.map +1 -1
  98. package/lib/module/components/screens/ConnectorScreen.js.map +1 -1
  99. package/lib/module/components/screens/LoadingScreen.js.map +1 -1
  100. package/lib/module/components/screens/PinCreationScreen.js.map +1 -1
  101. package/lib/module/constants/index.js.map +1 -1
  102. package/lib/module/hooks/useConnections.js +125 -119
  103. package/lib/module/hooks/useConnections.js.map +1 -1
  104. package/lib/module/hooks/useCredentials.js.map +1 -1
  105. package/lib/module/index.js +15 -51
  106. package/lib/module/index.js.map +1 -1
  107. package/lib/module/services/apiKeyService.js +102 -101
  108. package/lib/module/services/apiKeyService.js.map +1 -1
  109. package/lib/module/services/oauthService.js.map +1 -1
  110. package/lib/module/services/platformAuthService.js +704 -943
  111. package/lib/module/services/platformAuthService.js.map +1 -1
  112. package/lib/module/types/ambient.d.js.map +1 -1
  113. package/lib/module/types/declarations.d.js.map +1 -1
  114. package/lib/module/types/index.d.js.map +1 -1
  115. package/lib/module/types/index.js.map +1 -1
  116. package/lib/module/types/node-fix.d.js.map +1 -1
  117. package/lib/module/types/node-override.d.js.map +1 -1
  118. package/lib/module/types/opacity.d.js.map +1 -1
  119. package/lib/module/types/types.d.js.map +1 -1
  120. package/lib/module/types.js.map +1 -1
  121. package/lib/module/utils/Portal.js +4 -4
  122. package/lib/module/utils/Portal.js.map +1 -1
  123. package/lib/module/utils/api.js +24 -24
  124. package/lib/module/utils/api.js.map +1 -1
  125. package/lib/module/utils/auth.js +18 -18
  126. package/lib/module/utils/auth.js.map +1 -1
  127. package/lib/module/utils/crypto.js +13 -13
  128. package/lib/module/utils/crypto.js.map +1 -1
  129. package/lib/module/utils/debugHelper.js.map +1 -1
  130. package/lib/module/utils/encryption.js +12 -12
  131. package/lib/module/utils/encryption.js.map +1 -1
  132. package/lib/module/utils/onairosApi.js.map +1 -1
  133. package/lib/module/utils/programmaticFlow.js +16 -16
  134. package/lib/module/utils/programmaticFlow.js.map +1 -1
  135. package/lib/module/utils/retryHelper.js +27 -27
  136. package/lib/module/utils/retryHelper.js.map +1 -1
  137. package/lib/module/utils/secureStorage.js.map +1 -1
  138. package/lib/typescript/api/index.d.ts +7 -15
  139. package/lib/typescript/api/index.d.ts.map +1 -1
  140. package/lib/typescript/components/DataRequestModal.d.ts +10 -10
  141. package/lib/typescript/components/DataRequestScreen.d.ts +10 -10
  142. package/lib/typescript/components/EmailVerificationModal.d.ts +10 -10
  143. package/lib/typescript/components/Onairos.d.ts +3 -3
  144. package/lib/typescript/components/Onairos.d.ts.map +1 -1
  145. package/lib/typescript/components/OnairosButton.d.ts +11 -36
  146. package/lib/typescript/components/OnairosButton.d.ts.map +1 -1
  147. package/lib/typescript/components/Overlay.d.ts +3 -3
  148. package/lib/typescript/components/PinInput.d.ts +3 -13
  149. package/lib/typescript/components/PinInput.d.ts.map +1 -1
  150. package/lib/typescript/components/PlatformList.d.ts +3 -3
  151. package/lib/typescript/components/TrainingModal.d.ts +3 -14
  152. package/lib/typescript/components/TrainingModal.d.ts.map +1 -1
  153. package/lib/typescript/components/UniversalOnboarding.d.ts +3 -16
  154. package/lib/typescript/components/UniversalOnboarding.d.ts.map +1 -1
  155. package/lib/typescript/components/onboarding/OAuthWebView.d.ts +9 -9
  156. package/lib/typescript/components/onboarding/OAuthWebView.d.ts.map +1 -1
  157. package/lib/typescript/components/onboarding/OnboardingHeader.d.ts +10 -10
  158. package/lib/typescript/components/onboarding/PinInput.d.ts +3 -3
  159. package/lib/typescript/components/onboarding/PlatformConnector.d.ts +12 -12
  160. package/lib/typescript/components/screens/ConnectorScreen.d.ts +8 -8
  161. package/lib/typescript/components/screens/LoadingScreen.d.ts +8 -8
  162. package/lib/typescript/components/screens/PinCreationScreen.d.ts +9 -9
  163. package/lib/typescript/constants/index.d.ts +52 -52
  164. package/lib/typescript/hooks/useConnections.d.ts +8 -13
  165. package/lib/typescript/hooks/useConnections.d.ts.map +1 -1
  166. package/lib/typescript/hooks/useCredentials.d.ts +8 -8
  167. package/lib/typescript/index.d.ts +17 -35
  168. package/lib/typescript/index.d.ts.map +1 -1
  169. package/lib/typescript/services/apiKeyService.d.ts +131 -131
  170. package/lib/typescript/services/apiKeyService.d.ts.map +1 -1
  171. package/lib/typescript/services/oauthService.d.ts +49 -49
  172. package/lib/typescript/services/platformAuthService.d.ts +143 -68
  173. package/lib/typescript/services/platformAuthService.d.ts.map +1 -1
  174. package/lib/typescript/types/index.d.ts +225 -264
  175. package/lib/typescript/types/index.d.ts.map +1 -1
  176. package/lib/typescript/types.d.ts +266 -266
  177. package/lib/typescript/utils/Portal.d.ts +13 -13
  178. package/lib/typescript/utils/api.d.ts +5 -5
  179. package/lib/typescript/utils/auth.d.ts +5 -5
  180. package/lib/typescript/utils/crypto.d.ts +3 -3
  181. package/lib/typescript/utils/debugHelper.d.ts +28 -28
  182. package/lib/typescript/utils/encryption.d.ts +18 -18
  183. package/lib/typescript/utils/onairosApi.d.ts +86 -86
  184. package/lib/typescript/utils/programmaticFlow.d.ts +22 -22
  185. package/lib/typescript/utils/retryHelper.d.ts +68 -68
  186. package/lib/typescript/utils/secureStorage.d.ts +93 -93
  187. package/package.json +149 -163
  188. package/src/api/index.ts +110 -151
  189. package/src/assets/images/email.png +0 -0
  190. package/src/assets/images/linkedin.png +0 -0
  191. package/src/assets/images/reddit.png +0 -0
  192. package/src/assets/images/youtube.png +0 -0
  193. package/src/components/DataRequestScreen.tsx +355 -355
  194. package/src/components/EmailVerificationModal.tsx +363 -363
  195. package/src/components/Onairos.tsx +424 -422
  196. package/src/components/OnairosButton.tsx +359 -339
  197. package/src/components/Overlay.tsx +506 -506
  198. package/src/components/PinInput.tsx +343 -555
  199. package/src/components/PlatformList.tsx +144 -144
  200. package/src/components/TrainingModal.tsx +737 -1047
  201. package/src/components/UniversalOnboarding.tsx +1820 -2888
  202. package/src/components/UniversalOnboarding.tsx.new +455 -0
  203. package/src/components/onboarding/OAuthWebView.tsx +838 -232
  204. package/src/hooks/useConnections.ts +163 -161
  205. package/src/hooks/useCredentials.ts +174 -174
  206. package/src/index.js +14 -14
  207. package/src/index.ts +49 -94
  208. package/src/services/apiKeyService.ts +921 -919
  209. package/src/services/platformAuthService.ts +1113 -1346
  210. package/src/types/ambient.d.ts +28 -28
  211. package/src/types/index.ts +238 -265
  212. package/src/types/node-fix.d.ts +18 -18
  213. package/src/types/node-override.d.ts +23 -23
  214. package/src/types/opacity.d.ts +15 -15
  215. package/src/types/types.d.ts +17 -17
  216. package/src/utils/Portal.tsx +82 -82
  217. package/src/utils/api.js +111 -111
  218. package/src/utils/auth.js +103 -103
  219. package/src/utils/crypto.js +59 -59
  220. package/src/utils/encryption.ts +68 -68
  221. package/src/utils/programmaticFlow.ts +112 -112
  222. package/src/utils/retryHelper.ts +274 -274
  223. package/types/index.d.ts +213 -213
  224. package/types/node-env.d.ts +14 -14
  225. package/lib/commonjs/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
  226. package/lib/commonjs/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
  227. package/lib/commonjs/assets/icons/Facebookicon.png +0 -0
  228. package/lib/commonjs/assets/icons/Gmail.png +0 -0
  229. package/lib/commonjs/assets/icons/Linkedinicon.png +0 -0
  230. package/lib/commonjs/assets/icons/Redditicon.png +0 -0
  231. package/lib/commonjs/assets/icons/YouTubeicon2.png +0 -0
  232. package/lib/commonjs/assets/icons/YouTubeicon3.png +0 -0
  233. package/lib/commonjs/assets/icons/farcaster.png +0 -0
  234. package/lib/commonjs/assets/icons/instagram.png +0 -0
  235. package/lib/commonjs/assets/icons/pinterest.png +0 -0
  236. package/lib/commonjs/assets/icons/swerv_logo.png +0 -0
  237. package/lib/commonjs/assets/icons/twitter.jpg +0 -0
  238. package/lib/commonjs/assets/images/Checkbox.svg +0 -3
  239. package/lib/commonjs/assets/images/EnochE.svg +0 -19
  240. package/lib/commonjs/assets/images/Enochicon1.png +0 -0
  241. package/lib/commonjs/assets/images/Face_ID_logo.png +0 -0
  242. package/lib/commonjs/assets/images/Facebookicon.png +0 -0
  243. package/lib/commonjs/assets/images/Gmail.png +0 -0
  244. package/lib/commonjs/assets/images/Googlelogo.png +0 -0
  245. package/lib/commonjs/assets/images/Linkedinicon.png +0 -0
  246. package/lib/commonjs/assets/images/Onairoslogo.png +0 -0
  247. package/lib/commonjs/assets/images/Personalityprofile.svg +0 -3
  248. package/lib/commonjs/assets/images/Personalitytraits.svg +0 -3
  249. package/lib/commonjs/assets/images/Redditicon.png +0 -0
  250. package/lib/commonjs/assets/images/Userpreferences.svg +0 -3
  251. package/lib/commonjs/assets/images/YouTubeicon3.png +0 -0
  252. package/lib/commonjs/assets/images/arrow.svg +0 -20
  253. package/lib/commonjs/assets/images/basicproficon.svg +0 -43
  254. package/lib/commonjs/assets/images/basicprofile.svg +0 -3
  255. package/lib/commonjs/assets/images/checkmark.svg +0 -4
  256. package/lib/commonjs/assets/images/contentanalysis.svg +0 -3
  257. package/lib/commonjs/assets/images/contenticon.svg +0 -23
  258. package/lib/commonjs/assets/images/persona1.png +0 -0
  259. package/lib/commonjs/assets/images/persona2.png +0 -0
  260. package/lib/commonjs/assets/images/persona3.png +0 -0
  261. package/lib/commonjs/assets/images/persona4.png +0 -0
  262. package/lib/commonjs/assets/images/persona5.png +0 -0
  263. package/lib/commonjs/assets/images/personalityicon.svg +0 -18
  264. package/lib/commonjs/assets/images/x-close.svg +0 -3
  265. package/lib/commonjs/components/BodyText.js +0 -27
  266. package/lib/commonjs/components/BodyText.js.map +0 -1
  267. package/lib/commonjs/components/BrandMark.js +0 -44
  268. package/lib/commonjs/components/BrandMark.js.map +0 -1
  269. package/lib/commonjs/components/CodeInput.js +0 -30
  270. package/lib/commonjs/components/CodeInput.js.map +0 -1
  271. package/lib/commonjs/components/EmailInput.js +0 -30
  272. package/lib/commonjs/components/EmailInput.js.map +0 -1
  273. package/lib/commonjs/components/ExistingUserDataConfirmation.js +0 -474
  274. package/lib/commonjs/components/ExistingUserDataConfirmation.js.map +0 -1
  275. package/lib/commonjs/components/GoogleButton.js +0 -55
  276. package/lib/commonjs/components/GoogleButton.js.map +0 -1
  277. package/lib/commonjs/components/HeadingGroup.js +0 -43
  278. package/lib/commonjs/components/HeadingGroup.js.map +0 -1
  279. package/lib/commonjs/components/ModalHeader.js +0 -99
  280. package/lib/commonjs/components/ModalHeader.js.map +0 -1
  281. package/lib/commonjs/components/ModalSheet.js +0 -41
  282. package/lib/commonjs/components/ModalSheet.js.map +0 -1
  283. package/lib/commonjs/components/OnairosSignInButton.js +0 -127
  284. package/lib/commonjs/components/OnairosSignInButton.js.map +0 -1
  285. package/lib/commonjs/components/PersonaImage.js +0 -60
  286. package/lib/commonjs/components/PersonaImage.js.map +0 -1
  287. package/lib/commonjs/components/PersonaLoadingScreen.js +0 -156
  288. package/lib/commonjs/components/PersonaLoadingScreen.js.map +0 -1
  289. package/lib/commonjs/components/PersonalizationConsentScreen.js +0 -316
  290. package/lib/commonjs/components/PersonalizationConsentScreen.js.map +0 -1
  291. package/lib/commonjs/components/PinCreationScreen.js +0 -393
  292. package/lib/commonjs/components/PinCreationScreen.js.map +0 -1
  293. package/lib/commonjs/components/PlatformConnectorsStep.js +0 -828
  294. package/lib/commonjs/components/PlatformConnectorsStep.js.map +0 -1
  295. package/lib/commonjs/components/PlatformToggle.js +0 -180
  296. package/lib/commonjs/components/PlatformToggle.js.map +0 -1
  297. package/lib/commonjs/components/PrimaryButton.js +0 -180
  298. package/lib/commonjs/components/PrimaryButton.js.map +0 -1
  299. package/lib/commonjs/components/SignInMatchAnimation.js +0 -197
  300. package/lib/commonjs/components/SignInMatchAnimation.js.map +0 -1
  301. package/lib/commonjs/components/SignInStep.js +0 -179
  302. package/lib/commonjs/components/SignInStep.js.map +0 -1
  303. package/lib/commonjs/components/VerificationStep.js +0 -154
  304. package/lib/commonjs/components/VerificationStep.js.map +0 -1
  305. package/lib/commonjs/components/WelcomeScreen.js +0 -385
  306. package/lib/commonjs/components/WelcomeScreen.js.map +0 -1
  307. package/lib/commonjs/components/icons/Basicproficon.js +0 -37
  308. package/lib/commonjs/components/icons/Basicproficon.js.map +0 -1
  309. package/lib/commonjs/components/icons/Basicprofile.js +0 -21
  310. package/lib/commonjs/components/icons/Basicprofile.js.map +0 -1
  311. package/lib/commonjs/components/icons/Checkbox.js +0 -21
  312. package/lib/commonjs/components/icons/Checkbox.js.map +0 -1
  313. package/lib/commonjs/components/icons/Checkmark.js +0 -27
  314. package/lib/commonjs/components/icons/Checkmark.js.map +0 -1
  315. package/lib/commonjs/components/icons/Contentanalysis.js +0 -21
  316. package/lib/commonjs/components/icons/Contentanalysis.js.map +0 -1
  317. package/lib/commonjs/components/icons/Contenticon.js +0 -39
  318. package/lib/commonjs/components/icons/Contenticon.js.map +0 -1
  319. package/lib/commonjs/components/icons/EnochE.js +0 -41
  320. package/lib/commonjs/components/icons/EnochE.js.map +0 -1
  321. package/lib/commonjs/components/icons/Personalityicon.js +0 -30
  322. package/lib/commonjs/components/icons/Personalityicon.js.map +0 -1
  323. package/lib/commonjs/components/icons/Personalityprofile.js +0 -21
  324. package/lib/commonjs/components/icons/Personalityprofile.js.map +0 -1
  325. package/lib/commonjs/components/icons/Personalitytraits.js +0 -21
  326. package/lib/commonjs/components/icons/Personalitytraits.js.map +0 -1
  327. package/lib/commonjs/components/icons/Userpreferences.js +0 -21
  328. package/lib/commonjs/components/icons/Userpreferences.js.map +0 -1
  329. package/lib/commonjs/components/icons/index.js +0 -84
  330. package/lib/commonjs/components/icons/index.js.map +0 -1
  331. package/lib/commonjs/config/api.js +0 -34
  332. package/lib/commonjs/config/api.js.map +0 -1
  333. package/lib/commonjs/context/AuthContext.js +0 -345
  334. package/lib/commonjs/context/AuthContext.js.map +0 -1
  335. package/lib/commonjs/hooks/useConnectedAccounts.js +0 -111
  336. package/lib/commonjs/hooks/useConnectedAccounts.js.map +0 -1
  337. package/lib/commonjs/hooks/useUserConnections.js +0 -148
  338. package/lib/commonjs/hooks/useUserConnections.js.map +0 -1
  339. package/lib/commonjs/services/apiClient.js +0 -302
  340. package/lib/commonjs/services/apiClient.js.map +0 -1
  341. package/lib/commonjs/services/authService.js +0 -935
  342. package/lib/commonjs/services/authService.js.map +0 -1
  343. package/lib/commonjs/services/biometricPinService.js +0 -184
  344. package/lib/commonjs/services/biometricPinService.js.map +0 -1
  345. package/lib/commonjs/services/connectedAccountsService.js +0 -268
  346. package/lib/commonjs/services/connectedAccountsService.js.map +0 -1
  347. package/lib/commonjs/services/googleAuthService.js +0 -268
  348. package/lib/commonjs/services/googleAuthService.js.map +0 -1
  349. package/lib/commonjs/services/imageCompressionService.js +0 -260
  350. package/lib/commonjs/services/imageCompressionService.js.map +0 -1
  351. package/lib/commonjs/services/jwtStorageService.js +0 -256
  352. package/lib/commonjs/services/jwtStorageService.js.map +0 -1
  353. package/lib/commonjs/services/mobileTrainingService.js +0 -185
  354. package/lib/commonjs/services/mobileTrainingService.js.map +0 -1
  355. package/lib/commonjs/services/pinEncryptionService.js +0 -84
  356. package/lib/commonjs/services/pinEncryptionService.js.map +0 -1
  357. package/lib/commonjs/services/pinStorageUtils.js +0 -105
  358. package/lib/commonjs/services/pinStorageUtils.js.map +0 -1
  359. package/lib/commonjs/services/storageService.js +0 -404
  360. package/lib/commonjs/services/storageService.js.map +0 -1
  361. package/lib/commonjs/services/trainingApiHelpers.js +0 -73
  362. package/lib/commonjs/services/trainingApiHelpers.js.map +0 -1
  363. package/lib/commonjs/services/userConnectionsService.js +0 -486
  364. package/lib/commonjs/services/userConnectionsService.js.map +0 -1
  365. package/lib/commonjs/services/youtubeMigrationService.js +0 -415
  366. package/lib/commonjs/services/youtubeMigrationService.js.map +0 -1
  367. package/lib/commonjs/theme/index.js +0 -249
  368. package/lib/commonjs/theme/index.js.map +0 -1
  369. package/lib/commonjs/utils/eventUtils.js +0 -288
  370. package/lib/commonjs/utils/eventUtils.js.map +0 -1
  371. package/lib/commonjs/utils/haptics.js +0 -66
  372. package/lib/commonjs/utils/haptics.js.map +0 -1
  373. package/lib/commonjs/utils/imagePreloader.js +0 -6
  374. package/lib/commonjs/utils/imagePreloader.js.map +0 -1
  375. package/lib/module/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
  376. package/lib/module/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
  377. package/lib/module/assets/icons/Facebookicon.png +0 -0
  378. package/lib/module/assets/icons/Gmail.png +0 -0
  379. package/lib/module/assets/icons/Linkedinicon.png +0 -0
  380. package/lib/module/assets/icons/Redditicon.png +0 -0
  381. package/lib/module/assets/icons/YouTubeicon2.png +0 -0
  382. package/lib/module/assets/icons/YouTubeicon3.png +0 -0
  383. package/lib/module/assets/icons/farcaster.png +0 -0
  384. package/lib/module/assets/icons/instagram.png +0 -0
  385. package/lib/module/assets/icons/pinterest.png +0 -0
  386. package/lib/module/assets/icons/swerv_logo.png +0 -0
  387. package/lib/module/assets/icons/twitter.jpg +0 -0
  388. package/lib/module/assets/images/Checkbox.svg +0 -3
  389. package/lib/module/assets/images/EnochE.svg +0 -19
  390. package/lib/module/assets/images/Enochicon1.png +0 -0
  391. package/lib/module/assets/images/Face_ID_logo.png +0 -0
  392. package/lib/module/assets/images/Facebookicon.png +0 -0
  393. package/lib/module/assets/images/Gmail.png +0 -0
  394. package/lib/module/assets/images/Googlelogo.png +0 -0
  395. package/lib/module/assets/images/Linkedinicon.png +0 -0
  396. package/lib/module/assets/images/Onairoslogo.png +0 -0
  397. package/lib/module/assets/images/Personalityprofile.svg +0 -3
  398. package/lib/module/assets/images/Personalitytraits.svg +0 -3
  399. package/lib/module/assets/images/Redditicon.png +0 -0
  400. package/lib/module/assets/images/Userpreferences.svg +0 -3
  401. package/lib/module/assets/images/YouTubeicon3.png +0 -0
  402. package/lib/module/assets/images/arrow.svg +0 -20
  403. package/lib/module/assets/images/basicproficon.svg +0 -43
  404. package/lib/module/assets/images/basicprofile.svg +0 -3
  405. package/lib/module/assets/images/checkmark.svg +0 -4
  406. package/lib/module/assets/images/contentanalysis.svg +0 -3
  407. package/lib/module/assets/images/contenticon.svg +0 -23
  408. package/lib/module/assets/images/persona1.png +0 -0
  409. package/lib/module/assets/images/persona2.png +0 -0
  410. package/lib/module/assets/images/persona3.png +0 -0
  411. package/lib/module/assets/images/persona4.png +0 -0
  412. package/lib/module/assets/images/persona5.png +0 -0
  413. package/lib/module/assets/images/personalityicon.svg +0 -18
  414. package/lib/module/assets/images/x-close.svg +0 -3
  415. package/lib/module/components/BodyText.js +0 -20
  416. package/lib/module/components/BodyText.js.map +0 -1
  417. package/lib/module/components/BrandMark.js +0 -37
  418. package/lib/module/components/BrandMark.js.map +0 -1
  419. package/lib/module/components/CodeInput.js +0 -23
  420. package/lib/module/components/CodeInput.js.map +0 -1
  421. package/lib/module/components/EmailInput.js +0 -23
  422. package/lib/module/components/EmailInput.js.map +0 -1
  423. package/lib/module/components/ExistingUserDataConfirmation.js +0 -465
  424. package/lib/module/components/ExistingUserDataConfirmation.js.map +0 -1
  425. package/lib/module/components/GoogleButton.js +0 -48
  426. package/lib/module/components/GoogleButton.js.map +0 -1
  427. package/lib/module/components/HeadingGroup.js +0 -36
  428. package/lib/module/components/HeadingGroup.js.map +0 -1
  429. package/lib/module/components/ModalHeader.js +0 -92
  430. package/lib/module/components/ModalHeader.js.map +0 -1
  431. package/lib/module/components/ModalSheet.js +0 -34
  432. package/lib/module/components/ModalSheet.js.map +0 -1
  433. package/lib/module/components/OnairosSignInButton.js +0 -118
  434. package/lib/module/components/OnairosSignInButton.js.map +0 -1
  435. package/lib/module/components/PersonaImage.js +0 -53
  436. package/lib/module/components/PersonaImage.js.map +0 -1
  437. package/lib/module/components/PersonaLoadingScreen.js +0 -148
  438. package/lib/module/components/PersonaLoadingScreen.js.map +0 -1
  439. package/lib/module/components/PersonalizationConsentScreen.js +0 -309
  440. package/lib/module/components/PersonalizationConsentScreen.js.map +0 -1
  441. package/lib/module/components/PinCreationScreen.js +0 -386
  442. package/lib/module/components/PinCreationScreen.js.map +0 -1
  443. package/lib/module/components/PlatformConnectorsStep.js +0 -820
  444. package/lib/module/components/PlatformConnectorsStep.js.map +0 -1
  445. package/lib/module/components/PlatformToggle.js +0 -173
  446. package/lib/module/components/PlatformToggle.js.map +0 -1
  447. package/lib/module/components/PrimaryButton.js +0 -172
  448. package/lib/module/components/PrimaryButton.js.map +0 -1
  449. package/lib/module/components/SignInMatchAnimation.js +0 -189
  450. package/lib/module/components/SignInMatchAnimation.js.map +0 -1
  451. package/lib/module/components/SignInStep.js +0 -171
  452. package/lib/module/components/SignInStep.js.map +0 -1
  453. package/lib/module/components/VerificationStep.js +0 -146
  454. package/lib/module/components/VerificationStep.js.map +0 -1
  455. package/lib/module/components/WelcomeScreen.js +0 -378
  456. package/lib/module/components/WelcomeScreen.js.map +0 -1
  457. package/lib/module/components/icons/Basicproficon.js +0 -30
  458. package/lib/module/components/icons/Basicproficon.js.map +0 -1
  459. package/lib/module/components/icons/Basicprofile.js +0 -14
  460. package/lib/module/components/icons/Basicprofile.js.map +0 -1
  461. package/lib/module/components/icons/Checkbox.js +0 -14
  462. package/lib/module/components/icons/Checkbox.js.map +0 -1
  463. package/lib/module/components/icons/Checkmark.js +0 -20
  464. package/lib/module/components/icons/Checkmark.js.map +0 -1
  465. package/lib/module/components/icons/Contentanalysis.js +0 -14
  466. package/lib/module/components/icons/Contentanalysis.js.map +0 -1
  467. package/lib/module/components/icons/Contenticon.js +0 -32
  468. package/lib/module/components/icons/Contenticon.js.map +0 -1
  469. package/lib/module/components/icons/EnochE.js +0 -34
  470. package/lib/module/components/icons/EnochE.js.map +0 -1
  471. package/lib/module/components/icons/Personalityicon.js +0 -23
  472. package/lib/module/components/icons/Personalityicon.js.map +0 -1
  473. package/lib/module/components/icons/Personalityprofile.js +0 -14
  474. package/lib/module/components/icons/Personalityprofile.js.map +0 -1
  475. package/lib/module/components/icons/Personalitytraits.js +0 -14
  476. package/lib/module/components/icons/Personalitytraits.js.map +0 -1
  477. package/lib/module/components/icons/Userpreferences.js +0 -14
  478. package/lib/module/components/icons/Userpreferences.js.map +0 -1
  479. package/lib/module/components/icons/index.js +0 -13
  480. package/lib/module/components/icons/index.js.map +0 -1
  481. package/lib/module/config/api.js +0 -26
  482. package/lib/module/config/api.js.map +0 -1
  483. package/lib/module/context/AuthContext.js +0 -335
  484. package/lib/module/context/AuthContext.js.map +0 -1
  485. package/lib/module/hooks/useConnectedAccounts.js +0 -106
  486. package/lib/module/hooks/useConnectedAccounts.js.map +0 -1
  487. package/lib/module/hooks/useUserConnections.js +0 -140
  488. package/lib/module/hooks/useUserConnections.js.map +0 -1
  489. package/lib/module/services/apiClient.js +0 -298
  490. package/lib/module/services/apiClient.js.map +0 -1
  491. package/lib/module/services/authService.js +0 -905
  492. package/lib/module/services/authService.js.map +0 -1
  493. package/lib/module/services/biometricPinService.js +0 -173
  494. package/lib/module/services/biometricPinService.js.map +0 -1
  495. package/lib/module/services/connectedAccountsService.js +0 -255
  496. package/lib/module/services/connectedAccountsService.js.map +0 -1
  497. package/lib/module/services/googleAuthService.js +0 -258
  498. package/lib/module/services/googleAuthService.js.map +0 -1
  499. package/lib/module/services/imageCompressionService.js +0 -250
  500. package/lib/module/services/imageCompressionService.js.map +0 -1
  501. package/lib/module/services/jwtStorageService.js +0 -239
  502. package/lib/module/services/jwtStorageService.js.map +0 -1
  503. package/lib/module/services/mobileTrainingService.js +0 -172
  504. package/lib/module/services/mobileTrainingService.js.map +0 -1
  505. package/lib/module/services/pinEncryptionService.js +0 -75
  506. package/lib/module/services/pinEncryptionService.js.map +0 -1
  507. package/lib/module/services/pinStorageUtils.js +0 -93
  508. package/lib/module/services/pinStorageUtils.js.map +0 -1
  509. package/lib/module/services/storageService.js +0 -383
  510. package/lib/module/services/storageService.js.map +0 -1
  511. package/lib/module/services/trainingApiHelpers.js +0 -67
  512. package/lib/module/services/trainingApiHelpers.js.map +0 -1
  513. package/lib/module/services/userConnectionsService.js +0 -476
  514. package/lib/module/services/userConnectionsService.js.map +0 -1
  515. package/lib/module/services/youtubeMigrationService.js +0 -404
  516. package/lib/module/services/youtubeMigrationService.js.map +0 -1
  517. package/lib/module/theme/index.js +0 -244
  518. package/lib/module/theme/index.js.map +0 -1
  519. package/lib/module/utils/eventUtils.js +0 -270
  520. package/lib/module/utils/eventUtils.js.map +0 -1
  521. package/lib/module/utils/haptics.js +0 -59
  522. package/lib/module/utils/haptics.js.map +0 -1
  523. package/lib/module/utils/imagePreloader.js +0 -3
  524. package/lib/module/utils/imagePreloader.js.map +0 -1
  525. package/lib/typescript/components/BodyText.d.ts +0 -10
  526. package/lib/typescript/components/BodyText.d.ts.map +0 -1
  527. package/lib/typescript/components/BrandMark.d.ts +0 -11
  528. package/lib/typescript/components/BrandMark.d.ts.map +0 -1
  529. package/lib/typescript/components/CodeInput.d.ts +0 -10
  530. package/lib/typescript/components/CodeInput.d.ts.map +0 -1
  531. package/lib/typescript/components/EmailInput.d.ts +0 -8
  532. package/lib/typescript/components/EmailInput.d.ts.map +0 -1
  533. package/lib/typescript/components/ExistingUserDataConfirmation.d.ts +0 -12
  534. package/lib/typescript/components/ExistingUserDataConfirmation.d.ts.map +0 -1
  535. package/lib/typescript/components/GoogleButton.d.ts +0 -11
  536. package/lib/typescript/components/GoogleButton.d.ts.map +0 -1
  537. package/lib/typescript/components/HeadingGroup.d.ts +0 -11
  538. package/lib/typescript/components/HeadingGroup.d.ts.map +0 -1
  539. package/lib/typescript/components/ModalHeader.d.ts +0 -11
  540. package/lib/typescript/components/ModalHeader.d.ts.map +0 -1
  541. package/lib/typescript/components/ModalSheet.d.ts +0 -13
  542. package/lib/typescript/components/ModalSheet.d.ts.map +0 -1
  543. package/lib/typescript/components/OnairosSignInButton.d.ts +0 -14
  544. package/lib/typescript/components/OnairosSignInButton.d.ts.map +0 -1
  545. package/lib/typescript/components/PersonaImage.d.ts +0 -8
  546. package/lib/typescript/components/PersonaImage.d.ts.map +0 -1
  547. package/lib/typescript/components/PersonaLoadingScreen.d.ts +0 -10
  548. package/lib/typescript/components/PersonaLoadingScreen.d.ts.map +0 -1
  549. package/lib/typescript/components/PersonalizationConsentScreen.d.ts +0 -10
  550. package/lib/typescript/components/PersonalizationConsentScreen.d.ts.map +0 -1
  551. package/lib/typescript/components/PinCreationScreen.d.ts +0 -10
  552. package/lib/typescript/components/PinCreationScreen.d.ts.map +0 -1
  553. package/lib/typescript/components/PlatformConnectorsStep.d.ts +0 -11
  554. package/lib/typescript/components/PlatformConnectorsStep.d.ts.map +0 -1
  555. package/lib/typescript/components/PlatformToggle.d.ts +0 -20
  556. package/lib/typescript/components/PlatformToggle.d.ts.map +0 -1
  557. package/lib/typescript/components/PrimaryButton.d.ts +0 -22
  558. package/lib/typescript/components/PrimaryButton.d.ts.map +0 -1
  559. package/lib/typescript/components/SignInMatchAnimation.d.ts +0 -9
  560. package/lib/typescript/components/SignInMatchAnimation.d.ts.map +0 -1
  561. package/lib/typescript/components/SignInStep.d.ts +0 -12
  562. package/lib/typescript/components/SignInStep.d.ts.map +0 -1
  563. package/lib/typescript/components/VerificationStep.d.ts +0 -13
  564. package/lib/typescript/components/VerificationStep.d.ts.map +0 -1
  565. package/lib/typescript/components/WelcomeScreen.d.ts +0 -9
  566. package/lib/typescript/components/WelcomeScreen.d.ts.map +0 -1
  567. package/lib/typescript/components/icons/Basicproficon.d.ts +0 -5
  568. package/lib/typescript/components/icons/Basicproficon.d.ts.map +0 -1
  569. package/lib/typescript/components/icons/Basicprofile.d.ts +0 -5
  570. package/lib/typescript/components/icons/Basicprofile.d.ts.map +0 -1
  571. package/lib/typescript/components/icons/Checkbox.d.ts +0 -5
  572. package/lib/typescript/components/icons/Checkbox.d.ts.map +0 -1
  573. package/lib/typescript/components/icons/Checkmark.d.ts +0 -5
  574. package/lib/typescript/components/icons/Checkmark.d.ts.map +0 -1
  575. package/lib/typescript/components/icons/Contentanalysis.d.ts +0 -5
  576. package/lib/typescript/components/icons/Contentanalysis.d.ts.map +0 -1
  577. package/lib/typescript/components/icons/Contenticon.d.ts +0 -5
  578. package/lib/typescript/components/icons/Contenticon.d.ts.map +0 -1
  579. package/lib/typescript/components/icons/EnochE.d.ts +0 -5
  580. package/lib/typescript/components/icons/EnochE.d.ts.map +0 -1
  581. package/lib/typescript/components/icons/Personalityicon.d.ts +0 -5
  582. package/lib/typescript/components/icons/Personalityicon.d.ts.map +0 -1
  583. package/lib/typescript/components/icons/Personalityprofile.d.ts +0 -5
  584. package/lib/typescript/components/icons/Personalityprofile.d.ts.map +0 -1
  585. package/lib/typescript/components/icons/Personalitytraits.d.ts +0 -5
  586. package/lib/typescript/components/icons/Personalitytraits.d.ts.map +0 -1
  587. package/lib/typescript/components/icons/Userpreferences.d.ts +0 -5
  588. package/lib/typescript/components/icons/Userpreferences.d.ts.map +0 -1
  589. package/lib/typescript/components/icons/index.d.ts +0 -12
  590. package/lib/typescript/components/icons/index.d.ts.map +0 -1
  591. package/lib/typescript/config/api.d.ts +0 -24
  592. package/lib/typescript/config/api.d.ts.map +0 -1
  593. package/lib/typescript/context/AuthContext.d.ts +0 -34
  594. package/lib/typescript/context/AuthContext.d.ts.map +0 -1
  595. package/lib/typescript/hooks/useConnectedAccounts.d.ts +0 -11
  596. package/lib/typescript/hooks/useConnectedAccounts.d.ts.map +0 -1
  597. package/lib/typescript/hooks/useUserConnections.d.ts +0 -12
  598. package/lib/typescript/hooks/useUserConnections.d.ts.map +0 -1
  599. package/lib/typescript/services/apiClient.d.ts +0 -91
  600. package/lib/typescript/services/apiClient.d.ts.map +0 -1
  601. package/lib/typescript/services/authService.d.ts +0 -216
  602. package/lib/typescript/services/authService.d.ts.map +0 -1
  603. package/lib/typescript/services/biometricPinService.d.ts +0 -29
  604. package/lib/typescript/services/biometricPinService.d.ts.map +0 -1
  605. package/lib/typescript/services/connectedAccountsService.d.ts +0 -56
  606. package/lib/typescript/services/connectedAccountsService.d.ts.map +0 -1
  607. package/lib/typescript/services/googleAuthService.d.ts +0 -63
  608. package/lib/typescript/services/googleAuthService.d.ts.map +0 -1
  609. package/lib/typescript/services/imageCompressionService.d.ts +0 -37
  610. package/lib/typescript/services/imageCompressionService.d.ts.map +0 -1
  611. package/lib/typescript/services/jwtStorageService.d.ts +0 -86
  612. package/lib/typescript/services/jwtStorageService.d.ts.map +0 -1
  613. package/lib/typescript/services/mobileTrainingService.d.ts +0 -45
  614. package/lib/typescript/services/mobileTrainingService.d.ts.map +0 -1
  615. package/lib/typescript/services/pinEncryptionService.d.ts +0 -17
  616. package/lib/typescript/services/pinEncryptionService.d.ts.map +0 -1
  617. package/lib/typescript/services/pinStorageUtils.d.ts +0 -25
  618. package/lib/typescript/services/pinStorageUtils.d.ts.map +0 -1
  619. package/lib/typescript/services/storageService.d.ts +0 -128
  620. package/lib/typescript/services/storageService.d.ts.map +0 -1
  621. package/lib/typescript/services/trainingApiHelpers.d.ts +0 -38
  622. package/lib/typescript/services/trainingApiHelpers.d.ts.map +0 -1
  623. package/lib/typescript/services/userConnectionsService.d.ts +0 -90
  624. package/lib/typescript/services/userConnectionsService.d.ts.map +0 -1
  625. package/lib/typescript/services/youtubeMigrationService.d.ts +0 -12
  626. package/lib/typescript/services/youtubeMigrationService.d.ts.map +0 -1
  627. package/lib/typescript/theme/index.d.ts +0 -416
  628. package/lib/typescript/theme/index.d.ts.map +0 -1
  629. package/lib/typescript/utils/eventUtils.d.ts +0 -108
  630. package/lib/typescript/utils/eventUtils.d.ts.map +0 -1
  631. package/lib/typescript/utils/haptics.d.ts +0 -11
  632. package/lib/typescript/utils/haptics.d.ts.map +0 -1
  633. package/lib/typescript/utils/imagePreloader.d.ts +0 -2
  634. package/lib/typescript/utils/imagePreloader.d.ts.map +0 -1
  635. package/src/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
  636. package/src/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
  637. package/src/assets/icons/Facebookicon.png +0 -0
  638. package/src/assets/icons/Gmail.png +0 -0
  639. package/src/assets/icons/Linkedinicon.png +0 -0
  640. package/src/assets/icons/Redditicon.png +0 -0
  641. package/src/assets/icons/YouTubeicon2.png +0 -0
  642. package/src/assets/icons/YouTubeicon3.png +0 -0
  643. package/src/assets/icons/farcaster.png +0 -0
  644. package/src/assets/icons/instagram.png +0 -0
  645. package/src/assets/icons/pinterest.png +0 -0
  646. package/src/assets/icons/swerv_logo.png +0 -0
  647. package/src/assets/icons/twitter.jpg +0 -0
  648. package/src/assets/images/Checkbox.svg +0 -3
  649. package/src/assets/images/EnochE.svg +0 -19
  650. package/src/assets/images/Enochicon1.png +0 -0
  651. package/src/assets/images/Face_ID_logo.png +0 -0
  652. package/src/assets/images/Facebookicon.png +0 -0
  653. package/src/assets/images/Gmail.png +0 -0
  654. package/src/assets/images/Googlelogo.png +0 -0
  655. package/src/assets/images/Linkedinicon.png +0 -0
  656. package/src/assets/images/Onairoslogo.png +0 -0
  657. package/src/assets/images/Personalityprofile.svg +0 -3
  658. package/src/assets/images/Personalitytraits.svg +0 -3
  659. package/src/assets/images/Redditicon.png +0 -0
  660. package/src/assets/images/Userpreferences.svg +0 -3
  661. package/src/assets/images/YouTubeicon3.png +0 -0
  662. package/src/assets/images/arrow.svg +0 -20
  663. package/src/assets/images/basicproficon.svg +0 -43
  664. package/src/assets/images/basicprofile.svg +0 -3
  665. package/src/assets/images/checkmark.svg +0 -4
  666. package/src/assets/images/contentanalysis.svg +0 -3
  667. package/src/assets/images/contenticon.svg +0 -23
  668. package/src/assets/images/persona1.png +0 -0
  669. package/src/assets/images/persona2.png +0 -0
  670. package/src/assets/images/persona3.png +0 -0
  671. package/src/assets/images/persona4.png +0 -0
  672. package/src/assets/images/persona5.png +0 -0
  673. package/src/assets/images/personalityicon.svg +0 -18
  674. package/src/assets/images/x-close.svg +0 -3
  675. package/src/components/BodyText.tsx +0 -33
  676. package/src/components/BrandMark.tsx +0 -62
  677. package/src/components/CodeInput.tsx +0 -32
  678. package/src/components/EmailInput.tsx +0 -31
  679. package/src/components/ExistingUserDataConfirmation.tsx +0 -507
  680. package/src/components/GoogleButton.tsx +0 -55
  681. package/src/components/HeadingGroup.tsx +0 -49
  682. package/src/components/ModalHeader.tsx +0 -125
  683. package/src/components/ModalSheet.tsx +0 -57
  684. package/src/components/OnairosSignInButton.tsx +0 -130
  685. package/src/components/PersonaImage.tsx +0 -79
  686. package/src/components/PersonaLoadingScreen.tsx +0 -201
  687. package/src/components/PersonalizationConsentScreen.tsx +0 -410
  688. package/src/components/PinCreationScreen.tsx +0 -492
  689. package/src/components/PlatformConnectorsStep.tsx +0 -892
  690. package/src/components/PlatformToggle.tsx +0 -226
  691. package/src/components/PrimaryButton.tsx +0 -214
  692. package/src/components/SignInMatchAnimation.tsx +0 -225
  693. package/src/components/SignInStep.tsx +0 -217
  694. package/src/components/VerificationStep.tsx +0 -198
  695. package/src/components/WelcomeScreen.tsx +0 -473
  696. package/src/components/icons/Basicproficon.tsx +0 -30
  697. package/src/components/icons/Basicprofile.tsx +0 -17
  698. package/src/components/icons/Checkbox.tsx +0 -17
  699. package/src/components/icons/Checkmark.tsx +0 -24
  700. package/src/components/icons/Contentanalysis.tsx +0 -17
  701. package/src/components/icons/Contenticon.tsx +0 -30
  702. package/src/components/icons/EnochE.tsx +0 -39
  703. package/src/components/icons/Personalityicon.tsx +0 -22
  704. package/src/components/icons/Personalityprofile.tsx +0 -17
  705. package/src/components/icons/Personalitytraits.tsx +0 -17
  706. package/src/components/icons/Userpreferences.tsx +0 -17
  707. package/src/components/icons/index.ts +0 -12
  708. package/src/config/api.ts +0 -25
  709. package/src/context/AuthContext.tsx +0 -393
  710. package/src/hooks/useConnectedAccounts.ts +0 -139
  711. package/src/hooks/useUserConnections.ts +0 -166
  712. package/src/services/apiClient.ts +0 -337
  713. package/src/services/authService.ts +0 -1008
  714. package/src/services/biometricPinService.ts +0 -193
  715. package/src/services/connectedAccountsService.ts +0 -290
  716. package/src/services/googleAuthService.ts +0 -279
  717. package/src/services/imageCompressionService.ts +0 -303
  718. package/src/services/jwtStorageService.ts +0 -257
  719. package/src/services/mobileTrainingService.ts +0 -204
  720. package/src/services/pinEncryptionService.ts +0 -76
  721. package/src/services/pinStorageUtils.ts +0 -97
  722. package/src/services/storageService.ts +0 -452
  723. package/src/services/trainingApiHelpers.ts +0 -67
  724. package/src/services/userConnectionsService.ts +0 -557
  725. package/src/services/youtubeMigrationService.ts +0 -454
  726. package/src/theme/index.ts +0 -239
  727. package/src/utils/eventUtils.ts +0 -303
  728. package/src/utils/haptics.ts +0 -59
  729. package/src/utils/imagePreloader.ts +0 -2
@@ -1,473 +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 { SafeAreaProvider } from 'react-native-safe-area-context';
12
- import { triggerHaptic, HapticType } from '../utils/haptics';
13
- import { sendEmailVerificationCode, confirmEmailVerificationCode } from '../api';
14
- import { signInWithGoogle } from '../services/googleAuthService';
15
- import AsyncStorage from '@react-native-async-storage/async-storage';
16
-
17
- // Import our new components
18
- import ModalSheet from './ModalSheet';
19
- import ModalHeader from './ModalHeader';
20
- import BrandMark from './BrandMark';
21
- import HeadingGroup from './HeadingGroup';
22
- import BodyText from './BodyText';
23
- import PrimaryButton from './PrimaryButton';
24
- import SignInStep from './SignInStep';
25
- import VerificationStep from './VerificationStep';
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
- if (visible) {
54
- Animated.parallel([
55
- Animated.timing(slideAnim, {
56
- toValue: 0,
57
- duration: 400,
58
- easing: Easing.out(Easing.cubic),
59
- useNativeDriver: true,
60
- }),
61
- Animated.timing(fadeAnim, {
62
- toValue: 1,
63
- duration: 300,
64
- useNativeDriver: true,
65
- }),
66
- ]).start();
67
- } else {
68
- slideAnim.setValue(1);
69
- fadeAnim.setValue(0);
70
- }
71
- }, [visible]);
72
-
73
- const handleClose = () => {
74
- triggerHaptic(HapticType.BUTTON_PRESS);
75
-
76
- // Reset to welcome step
77
- setCurrentStep('welcome');
78
-
79
- Animated.parallel([
80
- Animated.timing(slideAnim, {
81
- toValue: 1,
82
- duration: 300,
83
- easing: Easing.in(Easing.cubic),
84
- useNativeDriver: true,
85
- }),
86
- Animated.timing(fadeAnim, {
87
- toValue: 0,
88
- duration: 250,
89
- useNativeDriver: true,
90
- }),
91
- ]).start(() => {
92
- onClose();
93
- });
94
- };
95
-
96
- const handleGetStarted = () => {
97
- triggerHaptic(HapticType.BUTTON_PRESS);
98
- // Move to sign-in step instead of closing modal
99
- setCurrentStep('signin');
100
- };
101
-
102
- const handleEmailSubmit = async (email: string) => {
103
- triggerHaptic(HapticType.BUTTON_PRESS);
104
- setLoading(true);
105
- setError('');
106
-
107
- try {
108
- // Check for reviewer bypass
109
- if (email === 'reviewer@bypass.com') {
110
- console.log('🔍 Reviewer bypass detected in WelcomeScreen');
111
-
112
- try {
113
- // Store the same markers as the old UI
114
- await AsyncStorage.setItem('onairos_user', 'true');
115
- await AsyncStorage.setItem('onairos_jwt_token', 'reviewer-bypass-token');
116
- console.log('✅ Stored reviewer bypass markers for email bypass');
117
-
118
- // Store the reviewer email and skip directly to platforms
119
- setUserEmail(email);
120
- setCurrentStep('platforms');
121
- } catch (error) {
122
- console.error('❌ Failed to store reviewer bypass markers:', error);
123
- // Continue to platforms even if storage fails
124
- setUserEmail(email);
125
- setCurrentStep('platforms');
126
- }
127
-
128
- setLoading(false);
129
- return;
130
- }
131
-
132
- console.log('📧 Sending verification code to:', email);
133
-
134
- // Send verification code using the existing API
135
- const result = await sendEmailVerificationCode(email);
136
-
137
- if (result.success) {
138
- console.log('✅ Verification code sent successfully');
139
- // Store the email and move to verification
140
- setUserEmail(email);
141
- setCurrentStep('verification');
142
- } else {
143
- console.log('❌ Failed to send verification code:', result.message);
144
- setError(result.message || 'Failed to send verification code. Please try again.');
145
- }
146
- } catch (error) {
147
- console.error('❌ Error sending verification code:', error);
148
- setError('Network error. Please check your connection and try again.');
149
- } finally {
150
- setLoading(false);
151
- }
152
- };
153
-
154
- const handleGoogleSignIn = async () => {
155
- triggerHaptic(HapticType.BUTTON_PRESS);
156
- setLoading(true);
157
- setError('');
158
-
159
- try {
160
- console.log('🔗 Initiating Google Sign-In');
161
-
162
- const result = await signInWithGoogle();
163
-
164
- if (result.success && result.user) {
165
- console.log('✅ Google Sign-In successful:', result.user.email);
166
-
167
- // Store user information
168
- setUserEmail(result.user.email);
169
-
170
- // Skip to platform connectors (user is already authenticated)
171
- setCurrentStep('platforms');
172
- } else if (result.cancelled) {
173
- console.log('ℹ️ Google Sign-In cancelled by user');
174
- // Don't show error for cancellation, just reset loading
175
- } else {
176
- console.log('❌ Google Sign-In failed:', result.message);
177
- setError(result.message || 'Google Sign-In failed. Please try again.');
178
- }
179
- } catch (error) {
180
- console.error('❌ Unexpected Google Sign-In error:', error);
181
- setError('Google Sign-In failed. Please try again.');
182
- } finally {
183
- setLoading(false);
184
- }
185
- };
186
-
187
- const handleContinue = () => {
188
- triggerHaptic(HapticType.BUTTON_PRESS);
189
- // Move to verification step
190
- setCurrentStep('verification');
191
- };
192
-
193
- const handleCodeSubmit = async (code: string) => {
194
- triggerHaptic(HapticType.BUTTON_PRESS);
195
- setLoading(true);
196
- setError('');
197
-
198
- try {
199
- console.log('🔍 Verifying email code:', userEmail, code);
200
-
201
- // Verify the email code using the existing API
202
- const result = await confirmEmailVerificationCode(userEmail, code);
203
-
204
- if (result.success) {
205
- console.log('✅ Email verification successful');
206
- // Move to platform connectors step
207
- setCurrentStep('platforms');
208
- } else {
209
- console.log('❌ Email verification failed:', result.message);
210
- setError(result.message || 'Invalid verification code. Please try again.');
211
- }
212
- } catch (error) {
213
- console.error('❌ Error verifying email code:', error);
214
- setError('Verification failed. Please try again.');
215
- } finally {
216
- setLoading(false);
217
- }
218
- };
219
-
220
- const handleBackToSignIn = () => {
221
- triggerHaptic(HapticType.BUTTON_PRESS);
222
- setError(''); // Clear any errors when going back
223
- setCurrentStep('signin');
224
- };
225
-
226
- const handleBackToVerification = () => {
227
- triggerHaptic(HapticType.BUTTON_PRESS);
228
- setCurrentStep('verification');
229
- };
230
-
231
- const handleResendCode = async () => {
232
- triggerHaptic(HapticType.BUTTON_PRESS);
233
- setLoading(true);
234
- setError('');
235
-
236
- try {
237
- console.log('🔄 Resending verification code to:', userEmail);
238
-
239
- // Resend verification code using the existing API
240
- const result = await sendEmailVerificationCode(userEmail);
241
-
242
- if (result.success) {
243
- console.log('✅ Verification code resent successfully');
244
- // Could show a success message here if needed
245
- } else {
246
- console.log('❌ Failed to resend verification code:', result.message);
247
- setError(result.message || 'Failed to resend verification code. Please try again.');
248
- }
249
- } catch (error) {
250
- console.error('❌ Error resending verification code:', error);
251
- setError('Network error. Please check your connection and try again.');
252
- } finally {
253
- setLoading(false);
254
- }
255
- };
256
-
257
- const handlePlatformUpdate = (connectedPlatforms: string[]) => {
258
- triggerHaptic(HapticType.BUTTON_PRESS);
259
- console.log('Connected platforms:', connectedPlatforms);
260
-
261
- // Complete the onboarding flow
262
- if (onComplete) {
263
- // Return the stored token and email
264
- AsyncStorage.getItem('onairos_jwt_token').then(token => {
265
- onComplete(token || 'onboarding-complete-token', userEmail);
266
- });
267
- } else {
268
- onClose();
269
- }
270
- };
271
-
272
- const handlePlatformSkip = () => {
273
- triggerHaptic(HapticType.BUTTON_PRESS);
274
- // Skip platform connections and complete onboarding
275
- if (onComplete) {
276
- // Return a skip token
277
- onComplete('onboarding-skipped-token', userEmail);
278
- } else {
279
- onClose();
280
- }
281
- };
282
-
283
- const handleReviewerBypass = async () => {
284
- console.log('🔍 Reviewer bypass triggered from platforms screen');
285
- triggerHaptic(HapticType.BUTTON_PRESS);
286
-
287
- try {
288
- // Store the same markers as the old UI
289
- await AsyncStorage.setItem('onairos_user', 'true');
290
- await AsyncStorage.setItem('onairos_jwt_token', 'reviewer-bypass-token');
291
- console.log('✅ Stored reviewer bypass markers for new UI');
292
-
293
- // Complete the onboarding with bypass token
294
- if (onComplete) {
295
- onComplete('reviewer-bypass-token', 'reviewer@apple.com');
296
- } else {
297
- onClose();
298
- }
299
- } catch (error) {
300
- console.error('❌ Failed to store reviewer bypass markers:', error);
301
- // Still complete the onboarding even if storage fails
302
- if (onComplete) {
303
- onComplete('reviewer-bypass-token', 'reviewer@apple.com');
304
- } else {
305
- onClose();
306
- }
307
- }
308
- };
309
-
310
- const handleBackdropPress = () => {
311
- // Optional: allow closing by tapping backdrop
312
- handleClose();
313
- };
314
-
315
- if (!visible) {
316
- return null;
317
- }
318
-
319
- return (
320
- <Modal
321
- visible={visible}
322
- transparent
323
- animationType="slide" // Use built-in slide animation like existing modal
324
- onRequestClose={handleClose}
325
- statusBarTranslucent
326
- >
327
- <StatusBar backgroundColor="rgba(0,0,0,0.5)" barStyle="light-content" />
328
-
329
- {/* Backdrop */}
330
- <Animated.View style={[styles.backdrop, { opacity: fadeAnim }]}>
331
- <TouchableWithoutFeedback onPress={handleBackdropPress}>
332
- <View style={styles.backdropTouchable} />
333
- </TouchableWithoutFeedback>
334
- </Animated.View>
335
-
336
- {/* Modal Content */}
337
- <Animated.View
338
- style={[
339
- styles.modalContainer,
340
- {
341
- transform: [{
342
- translateY: slideAnim.interpolate({
343
- inputRange: [0, 1],
344
- outputRange: [0, 600], // Slide from bottom
345
- })
346
- }]
347
- }
348
- ]}
349
- >
350
- <SafeAreaProvider>
351
- <ModalSheet topPadding={0}>
352
- <ModalHeader
353
- onClose={handleClose}
354
- onBack={currentStep === 'verification' ? handleBackToSignIn : handleBackToVerification}
355
- showBackButton={currentStep === 'verification' || currentStep === 'platforms'}
356
- />
357
-
358
- {currentStep === 'welcome' && (
359
- <View style={styles.content}>
360
- {/* Brand Mark */}
361
- <View style={styles.brandMarkContainer}>
362
- <BrandMark />
363
- </View>
364
-
365
- {/* Heading Group */}
366
- <View style={styles.headingContainer}>
367
- <HeadingGroup />
368
- </View>
369
-
370
- {/* Body Text */}
371
- <View style={styles.bodyContainer}>
372
- <BodyText />
373
- </View>
374
-
375
- {/* Flexible Spacer */}
376
- <View style={styles.spacer} />
377
-
378
- {/* Primary Button */}
379
- <View style={styles.buttonContainer}>
380
- <PrimaryButton
381
- label="Get Started"
382
- onPress={handleGetStarted}
383
- testID="welcome-get-started-button"
384
- />
385
- </View>
386
- </View>
387
- )}
388
-
389
- {currentStep === 'signin' && (
390
- <SignInStep
391
- onEmailSubmit={handleEmailSubmit}
392
- onGoogleSignIn={handleGoogleSignIn}
393
- onContinue={handleContinue}
394
- loading={loading}
395
- error={error}
396
- />
397
- )}
398
-
399
- {currentStep === 'verification' && (
400
- <VerificationStep
401
- email={userEmail}
402
- onCodeSubmit={handleCodeSubmit}
403
- onBack={handleBackToSignIn}
404
- loading={loading}
405
- error={error}
406
- onResendCode={handleResendCode}
407
- />
408
- )}
409
-
410
- {currentStep === 'platforms' && (
411
- <PlatformConnectorsStep
412
- onUpdate={handlePlatformUpdate}
413
- onSkip={handlePlatformSkip}
414
- onReviewerBypass={handleReviewerBypass}
415
- />
416
- )}
417
- </ModalSheet>
418
- </SafeAreaProvider>
419
- </Animated.View>
420
- </Modal>
421
- );
422
- };
423
-
424
- const styles = StyleSheet.create({
425
- backdrop: {
426
- ...StyleSheet.absoluteFillObject,
427
- backgroundColor: 'transparent', // Remove grey overlay
428
- },
429
-
430
- backdropTouchable: {
431
- flex: 1,
432
- },
433
-
434
- modalContainer: {
435
- position: 'absolute',
436
- bottom: 0,
437
- left: 0,
438
- right: 0,
439
- height: '85%', // Take most of the screen
440
- },
441
-
442
- content: {
443
- flex: 1,
444
- alignItems: 'center',
445
- paddingTop: 20,
446
- },
447
-
448
- brandMarkContainer: {
449
- marginBottom: 32,
450
- },
451
-
452
- headingContainer: {
453
- marginBottom: 24,
454
- },
455
-
456
- bodyContainer: {
457
- marginBottom: 32,
458
- width: '100%',
459
- },
460
-
461
- spacer: {
462
- flex: 1,
463
- minHeight: 20, // Ensure some minimum space
464
- },
465
-
466
- buttonContainer: {
467
- width: '100%',
468
- paddingHorizontal: 24,
469
- paddingBottom: 20,
470
- },
471
- });
472
-
473
- 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;