@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.
- package/README.md +374 -403
- package/lib/commonjs/api/index.js +1 -75
- package/lib/commonjs/api/index.js.map +1 -1
- package/lib/commonjs/assets/images/email.png +0 -0
- package/lib/commonjs/assets/images/linkedin.png +0 -0
- package/lib/commonjs/assets/images/reddit.png +0 -0
- package/lib/commonjs/assets/images/youtube.png +0 -0
- package/lib/commonjs/components/DataRequestModal.js.map +1 -1
- package/lib/commonjs/components/DataRequestScreen.js.map +1 -1
- package/lib/commonjs/components/EmailVerificationModal.js.map +1 -1
- package/lib/commonjs/components/Onairos.js +3 -1
- package/lib/commonjs/components/Onairos.js.map +1 -1
- package/lib/commonjs/components/OnairosButton.js +190 -171
- package/lib/commonjs/components/OnairosButton.js.map +1 -1
- package/lib/commonjs/components/Overlay.js +5 -5
- package/lib/commonjs/components/Overlay.js.map +1 -1
- package/lib/commonjs/components/PinInput.js +120 -282
- package/lib/commonjs/components/PinInput.js.map +1 -1
- package/lib/commonjs/components/PlatformList.js.map +1 -1
- package/lib/commonjs/components/TrainingModal.js +563 -808
- package/lib/commonjs/components/TrainingModal.js.map +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +1296 -2302
- package/lib/commonjs/components/UniversalOnboarding.js.map +1 -1
- package/lib/commonjs/components/UniversalOnboarding.tsx.new +455 -0
- package/lib/commonjs/components/onboarding/OAuthWebView.js +743 -134
- package/lib/commonjs/components/onboarding/OAuthWebView.js.map +1 -1
- package/lib/commonjs/components/onboarding/OnboardingHeader.js.map +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js.map +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js.map +1 -1
- package/lib/commonjs/components/screens/ConnectorScreen.js.map +1 -1
- package/lib/commonjs/components/screens/LoadingScreen.js.map +1 -1
- package/lib/commonjs/components/screens/PinCreationScreen.js.map +1 -1
- package/lib/commonjs/constants/index.js.map +1 -1
- package/lib/commonjs/hooks/useConnections.js +125 -120
- package/lib/commonjs/hooks/useConnections.js.map +1 -1
- package/lib/commonjs/hooks/useCredentials.js.map +1 -1
- package/lib/commonjs/index.js +27 -157
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +428 -0
- package/lib/commonjs/services/apiKeyService.js +106 -105
- package/lib/commonjs/services/apiKeyService.js.map +1 -1
- package/lib/commonjs/services/oauthService.js.map +1 -1
- package/lib/commonjs/services/platformAuthService.js +722 -956
- package/lib/commonjs/services/platformAuthService.js.map +1 -1
- package/lib/commonjs/types/ambient.d.js.map +1 -1
- package/lib/commonjs/types/declarations.d.js.map +1 -1
- package/lib/commonjs/types/index.d.js.map +1 -1
- package/lib/commonjs/types/index.js.map +1 -1
- package/lib/commonjs/types/node-fix.d.js.map +1 -1
- package/lib/commonjs/types/node-override.d.js.map +1 -1
- package/lib/commonjs/types/opacity.d.js.map +1 -1
- package/lib/commonjs/types/types.d.js.map +1 -1
- package/lib/commonjs/types.js.map +1 -1
- package/lib/commonjs/utils/Portal.js +4 -4
- package/lib/commonjs/utils/Portal.js.map +1 -1
- package/lib/commonjs/utils/api.js +24 -24
- package/lib/commonjs/utils/api.js.map +1 -1
- package/lib/commonjs/utils/auth.js +18 -18
- package/lib/commonjs/utils/auth.js.map +1 -1
- package/lib/commonjs/utils/crypto.js +13 -13
- package/lib/commonjs/utils/crypto.js.map +1 -1
- package/lib/commonjs/utils/debugHelper.js.map +1 -1
- package/lib/commonjs/utils/encryption.js +12 -12
- package/lib/commonjs/utils/encryption.js.map +1 -1
- package/lib/commonjs/utils/onairosApi.js.map +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +16 -16
- package/lib/commonjs/utils/programmaticFlow.js.map +1 -1
- package/lib/commonjs/utils/retryHelper.js +27 -27
- package/lib/commonjs/utils/retryHelper.js.map +1 -1
- package/lib/commonjs/utils/secureStorage.js.map +1 -1
- package/lib/module/api/index.js +0 -72
- package/lib/module/api/index.js.map +1 -1
- package/lib/module/assets/images/email.png +0 -0
- package/lib/module/assets/images/linkedin.png +0 -0
- package/lib/module/assets/images/reddit.png +0 -0
- package/lib/module/assets/images/youtube.png +0 -0
- package/lib/module/components/DataRequestModal.js.map +1 -1
- package/lib/module/components/DataRequestScreen.js.map +1 -1
- package/lib/module/components/EmailVerificationModal.js.map +1 -1
- package/lib/module/components/Onairos.js +3 -1
- package/lib/module/components/Onairos.js.map +1 -1
- package/lib/module/components/OnairosButton.js +192 -172
- package/lib/module/components/OnairosButton.js.map +1 -1
- package/lib/module/components/Overlay.js +5 -5
- package/lib/module/components/Overlay.js.map +1 -1
- package/lib/module/components/PinInput.js +120 -283
- package/lib/module/components/PinInput.js.map +1 -1
- package/lib/module/components/PlatformList.js.map +1 -1
- package/lib/module/components/TrainingModal.js +565 -809
- package/lib/module/components/TrainingModal.js.map +1 -1
- package/lib/module/components/UniversalOnboarding.js +1297 -2305
- package/lib/module/components/UniversalOnboarding.js.map +1 -1
- package/lib/module/components/UniversalOnboarding.tsx.new +455 -0
- package/lib/module/components/onboarding/OAuthWebView.js +744 -136
- package/lib/module/components/onboarding/OAuthWebView.js.map +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js.map +1 -1
- package/lib/module/components/onboarding/PinInput.js.map +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js.map +1 -1
- package/lib/module/components/screens/ConnectorScreen.js.map +1 -1
- package/lib/module/components/screens/LoadingScreen.js.map +1 -1
- package/lib/module/components/screens/PinCreationScreen.js.map +1 -1
- package/lib/module/constants/index.js.map +1 -1
- package/lib/module/hooks/useConnections.js +125 -119
- package/lib/module/hooks/useConnections.js.map +1 -1
- package/lib/module/hooks/useCredentials.js.map +1 -1
- package/lib/module/index.js +17 -55
- package/lib/module/index.js.map +1 -1
- package/lib/module/services/SDK_API_KEY_VALIDATION.md +428 -0
- package/lib/module/services/apiKeyService.js +106 -105
- package/lib/module/services/apiKeyService.js.map +1 -1
- package/lib/module/services/oauthService.js.map +1 -1
- package/lib/module/services/platformAuthService.js +704 -943
- package/lib/module/services/platformAuthService.js.map +1 -1
- package/lib/module/types/ambient.d.js.map +1 -1
- package/lib/module/types/declarations.d.js.map +1 -1
- package/lib/module/types/index.d.js.map +1 -1
- package/lib/module/types/index.js.map +1 -1
- package/lib/module/types/node-fix.d.js.map +1 -1
- package/lib/module/types/node-override.d.js.map +1 -1
- package/lib/module/types/opacity.d.js.map +1 -1
- package/lib/module/types/types.d.js.map +1 -1
- package/lib/module/types.js.map +1 -1
- package/lib/module/utils/Portal.js +4 -4
- package/lib/module/utils/Portal.js.map +1 -1
- package/lib/module/utils/api.js +24 -24
- package/lib/module/utils/api.js.map +1 -1
- package/lib/module/utils/auth.js +18 -18
- package/lib/module/utils/auth.js.map +1 -1
- package/lib/module/utils/crypto.js +13 -13
- package/lib/module/utils/crypto.js.map +1 -1
- package/lib/module/utils/debugHelper.js.map +1 -1
- package/lib/module/utils/encryption.js +12 -12
- package/lib/module/utils/encryption.js.map +1 -1
- package/lib/module/utils/onairosApi.js.map +1 -1
- package/lib/module/utils/programmaticFlow.js +16 -16
- package/lib/module/utils/programmaticFlow.js.map +1 -1
- package/lib/module/utils/retryHelper.js +27 -27
- package/lib/module/utils/retryHelper.js.map +1 -1
- package/lib/module/utils/secureStorage.js.map +1 -1
- package/lib/typescript/api/index.d.ts +7 -15
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/components/DataRequestModal.d.ts +10 -10
- package/lib/typescript/components/DataRequestScreen.d.ts +10 -10
- package/lib/typescript/components/EmailVerificationModal.d.ts +10 -10
- package/lib/typescript/components/Onairos.d.ts +3 -3
- package/lib/typescript/components/Onairos.d.ts.map +1 -1
- package/lib/typescript/components/OnairosButton.d.ts +11 -36
- package/lib/typescript/components/OnairosButton.d.ts.map +1 -1
- package/lib/typescript/components/Overlay.d.ts +3 -3
- package/lib/typescript/components/PinInput.d.ts +3 -13
- package/lib/typescript/components/PinInput.d.ts.map +1 -1
- package/lib/typescript/components/PlatformList.d.ts +3 -3
- package/lib/typescript/components/TrainingModal.d.ts +3 -14
- package/lib/typescript/components/TrainingModal.d.ts.map +1 -1
- package/lib/typescript/components/UniversalOnboarding.d.ts +3 -16
- package/lib/typescript/components/UniversalOnboarding.d.ts.map +1 -1
- package/lib/typescript/components/onboarding/OAuthWebView.d.ts +9 -9
- package/lib/typescript/components/onboarding/OAuthWebView.d.ts.map +1 -1
- package/lib/typescript/components/onboarding/OnboardingHeader.d.ts +10 -10
- package/lib/typescript/components/onboarding/PinInput.d.ts +3 -3
- package/lib/typescript/components/onboarding/PlatformConnector.d.ts +12 -12
- package/lib/typescript/components/screens/ConnectorScreen.d.ts +8 -8
- package/lib/typescript/components/screens/LoadingScreen.d.ts +8 -8
- package/lib/typescript/components/screens/PinCreationScreen.d.ts +9 -9
- package/lib/typescript/constants/index.d.ts +52 -52
- package/lib/typescript/hooks/useConnections.d.ts +8 -13
- package/lib/typescript/hooks/useConnections.d.ts.map +1 -1
- package/lib/typescript/hooks/useCredentials.d.ts +8 -8
- package/lib/typescript/index.d.ts +17 -38
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/services/apiKeyService.d.ts +131 -131
- package/lib/typescript/services/apiKeyService.d.ts.map +1 -1
- package/lib/typescript/services/oauthService.d.ts +49 -49
- package/lib/typescript/services/platformAuthService.d.ts +143 -68
- package/lib/typescript/services/platformAuthService.d.ts.map +1 -1
- package/lib/typescript/types/index.d.ts +228 -264
- package/lib/typescript/types/index.d.ts.map +1 -1
- package/lib/typescript/types.d.ts +268 -266
- package/lib/typescript/types.d.ts.map +1 -1
- package/lib/typescript/utils/Portal.d.ts +13 -13
- package/lib/typescript/utils/api.d.ts +5 -5
- package/lib/typescript/utils/auth.d.ts +5 -5
- package/lib/typescript/utils/crypto.d.ts +3 -3
- package/lib/typescript/utils/debugHelper.d.ts +28 -28
- package/lib/typescript/utils/encryption.d.ts +18 -18
- package/lib/typescript/utils/onairosApi.d.ts +86 -86
- package/lib/typescript/utils/programmaticFlow.d.ts +22 -22
- package/lib/typescript/utils/retryHelper.d.ts +68 -68
- package/lib/typescript/utils/secureStorage.d.ts +93 -93
- package/package.json +149 -145
- package/src/api/index.ts +110 -151
- package/src/assets/images/email.png +0 -0
- package/src/assets/images/linkedin.png +0 -0
- package/src/assets/images/reddit.png +0 -0
- package/src/assets/images/youtube.png +0 -0
- package/src/components/DataRequestScreen.tsx +355 -355
- package/src/components/EmailVerificationModal.tsx +363 -363
- package/src/components/Onairos.tsx +424 -422
- package/src/components/OnairosButton.tsx +359 -339
- package/src/components/Overlay.tsx +506 -506
- package/src/components/PinInput.tsx +343 -555
- package/src/components/PlatformList.tsx +144 -144
- package/src/components/TrainingModal.tsx +737 -1047
- package/src/components/UniversalOnboarding.tsx +1839 -2888
- package/src/components/UniversalOnboarding.tsx.new +455 -0
- package/src/components/onboarding/OAuthWebView.tsx +838 -232
- package/src/hooks/useConnections.ts +163 -161
- package/src/hooks/useCredentials.ts +174 -174
- package/src/index.js +14 -14
- package/src/index.ts +49 -99
- package/src/services/SDK_API_KEY_VALIDATION.md +428 -0
- package/src/services/apiKeyService.ts +921 -919
- package/src/services/platformAuthService.ts +1113 -1346
- package/src/types/ambient.d.ts +28 -28
- package/src/types/index.ts +241 -265
- package/src/types/node-fix.d.ts +18 -18
- package/src/types/node-override.d.ts +23 -23
- package/src/types/opacity.d.ts +15 -15
- package/src/types/types.d.ts +17 -17
- package/src/types.ts +6 -4
- package/src/utils/Portal.tsx +82 -82
- package/src/utils/api.js +111 -111
- package/src/utils/auth.js +103 -103
- package/src/utils/crypto.js +59 -59
- package/src/utils/encryption.ts +68 -68
- package/src/utils/programmaticFlow.ts +112 -112
- package/src/utils/retryHelper.ts +274 -274
- package/types/index.d.ts +213 -213
- package/types/node-env.d.ts +14 -14
- package/lib/commonjs/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
- package/lib/commonjs/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
- package/lib/commonjs/assets/icons/Facebookicon.png +0 -0
- package/lib/commonjs/assets/icons/Gmail.png +0 -0
- package/lib/commonjs/assets/icons/Linkedinicon.png +0 -0
- package/lib/commonjs/assets/icons/Redditicon.png +0 -0
- package/lib/commonjs/assets/icons/YouTubeicon2.png +0 -0
- package/lib/commonjs/assets/icons/YouTubeicon3.png +0 -0
- package/lib/commonjs/assets/icons/farcaster.png +0 -0
- package/lib/commonjs/assets/icons/instagram.png +0 -0
- package/lib/commonjs/assets/icons/pinterest.png +0 -0
- package/lib/commonjs/assets/icons/swerv_logo.png +0 -0
- package/lib/commonjs/assets/icons/twitter.jpg +0 -0
- package/lib/commonjs/assets/images/Checkbox.svg +0 -3
- package/lib/commonjs/assets/images/EnochE.svg +0 -19
- package/lib/commonjs/assets/images/Enochicon1.png +0 -0
- package/lib/commonjs/assets/images/Face_ID_logo.png +0 -0
- package/lib/commonjs/assets/images/Facebookicon.png +0 -0
- package/lib/commonjs/assets/images/Gmail.png +0 -0
- package/lib/commonjs/assets/images/Googlelogo.png +0 -0
- package/lib/commonjs/assets/images/Linkedinicon.png +0 -0
- package/lib/commonjs/assets/images/Onairoslogo.png +0 -0
- package/lib/commonjs/assets/images/Personalityprofile.svg +0 -3
- package/lib/commonjs/assets/images/Personalitytraits.svg +0 -3
- package/lib/commonjs/assets/images/Redditicon.png +0 -0
- package/lib/commonjs/assets/images/Userpreferences.svg +0 -3
- package/lib/commonjs/assets/images/YouTubeicon3.png +0 -0
- package/lib/commonjs/assets/images/arrow.svg +0 -20
- package/lib/commonjs/assets/images/basicproficon.svg +0 -43
- package/lib/commonjs/assets/images/basicprofile.svg +0 -3
- package/lib/commonjs/assets/images/checkmark.svg +0 -4
- package/lib/commonjs/assets/images/contentanalysis.svg +0 -3
- package/lib/commonjs/assets/images/contenticon.svg +0 -23
- package/lib/commonjs/assets/images/persona1.png +0 -0
- package/lib/commonjs/assets/images/persona2.png +0 -0
- package/lib/commonjs/assets/images/persona3.png +0 -0
- package/lib/commonjs/assets/images/persona4.png +0 -0
- package/lib/commonjs/assets/images/persona5.png +0 -0
- package/lib/commonjs/assets/images/personalityicon.svg +0 -18
- package/lib/commonjs/assets/images/x-close.svg +0 -3
- package/lib/commonjs/components/BodyText.js +0 -27
- package/lib/commonjs/components/BodyText.js.map +0 -1
- package/lib/commonjs/components/BrandMark.js +0 -44
- package/lib/commonjs/components/BrandMark.js.map +0 -1
- package/lib/commonjs/components/CodeInput.js +0 -30
- package/lib/commonjs/components/CodeInput.js.map +0 -1
- package/lib/commonjs/components/EmailInput.js +0 -30
- package/lib/commonjs/components/EmailInput.js.map +0 -1
- package/lib/commonjs/components/ExistingUserDataConfirmation.js +0 -474
- package/lib/commonjs/components/ExistingUserDataConfirmation.js.map +0 -1
- package/lib/commonjs/components/GoogleButton.js +0 -55
- package/lib/commonjs/components/GoogleButton.js.map +0 -1
- package/lib/commonjs/components/HeadingGroup.js +0 -43
- package/lib/commonjs/components/HeadingGroup.js.map +0 -1
- package/lib/commonjs/components/ModalHeader.js +0 -99
- package/lib/commonjs/components/ModalHeader.js.map +0 -1
- package/lib/commonjs/components/ModalSheet.js +0 -47
- package/lib/commonjs/components/ModalSheet.js.map +0 -1
- package/lib/commonjs/components/OnairosSignInButton.js +0 -129
- package/lib/commonjs/components/OnairosSignInButton.js.map +0 -1
- package/lib/commonjs/components/PersonaImage.js +0 -60
- package/lib/commonjs/components/PersonaImage.js.map +0 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +0 -156
- package/lib/commonjs/components/PersonaLoadingScreen.js.map +0 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +0 -316
- package/lib/commonjs/components/PersonalizationConsentScreen.js.map +0 -1
- package/lib/commonjs/components/PinCreationScreen.js +0 -393
- package/lib/commonjs/components/PinCreationScreen.js.map +0 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +0 -828
- package/lib/commonjs/components/PlatformConnectorsStep.js.map +0 -1
- package/lib/commonjs/components/PlatformToggle.js +0 -180
- package/lib/commonjs/components/PlatformToggle.js.map +0 -1
- package/lib/commonjs/components/PrimaryButton.js +0 -180
- package/lib/commonjs/components/PrimaryButton.js.map +0 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +0 -197
- package/lib/commonjs/components/SignInMatchAnimation.js.map +0 -1
- package/lib/commonjs/components/SignInStep.js +0 -179
- package/lib/commonjs/components/SignInStep.js.map +0 -1
- package/lib/commonjs/components/VerificationStep.js +0 -154
- package/lib/commonjs/components/VerificationStep.js.map +0 -1
- package/lib/commonjs/components/WelcomeScreen.js +0 -401
- package/lib/commonjs/components/WelcomeScreen.js.map +0 -1
- package/lib/commonjs/components/icons/Basicproficon.js +0 -37
- package/lib/commonjs/components/icons/Basicproficon.js.map +0 -1
- package/lib/commonjs/components/icons/Basicprofile.js +0 -21
- package/lib/commonjs/components/icons/Basicprofile.js.map +0 -1
- package/lib/commonjs/components/icons/Checkbox.js +0 -21
- package/lib/commonjs/components/icons/Checkbox.js.map +0 -1
- package/lib/commonjs/components/icons/Checkmark.js +0 -27
- package/lib/commonjs/components/icons/Checkmark.js.map +0 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +0 -21
- package/lib/commonjs/components/icons/Contentanalysis.js.map +0 -1
- package/lib/commonjs/components/icons/Contenticon.js +0 -39
- package/lib/commonjs/components/icons/Contenticon.js.map +0 -1
- package/lib/commonjs/components/icons/EnochE.js +0 -41
- package/lib/commonjs/components/icons/EnochE.js.map +0 -1
- package/lib/commonjs/components/icons/Personalityicon.js +0 -30
- package/lib/commonjs/components/icons/Personalityicon.js.map +0 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +0 -21
- package/lib/commonjs/components/icons/Personalityprofile.js.map +0 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +0 -21
- package/lib/commonjs/components/icons/Personalitytraits.js.map +0 -1
- package/lib/commonjs/components/icons/Userpreferences.js +0 -21
- package/lib/commonjs/components/icons/Userpreferences.js.map +0 -1
- package/lib/commonjs/components/icons/index.js +0 -84
- package/lib/commonjs/components/icons/index.js.map +0 -1
- package/lib/commonjs/config/api.js +0 -34
- package/lib/commonjs/config/api.js.map +0 -1
- package/lib/commonjs/context/AuthContext.js +0 -345
- package/lib/commonjs/context/AuthContext.js.map +0 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +0 -111
- package/lib/commonjs/hooks/useConnectedAccounts.js.map +0 -1
- package/lib/commonjs/hooks/useUserConnections.js +0 -148
- package/lib/commonjs/hooks/useUserConnections.js.map +0 -1
- package/lib/commonjs/services/apiClient.js +0 -302
- package/lib/commonjs/services/apiClient.js.map +0 -1
- package/lib/commonjs/services/authService.js +0 -935
- package/lib/commonjs/services/authService.js.map +0 -1
- package/lib/commonjs/services/biometricPinService.js +0 -184
- package/lib/commonjs/services/biometricPinService.js.map +0 -1
- package/lib/commonjs/services/connectedAccountsService.js +0 -268
- package/lib/commonjs/services/connectedAccountsService.js.map +0 -1
- package/lib/commonjs/services/googleAuthService.js +0 -268
- package/lib/commonjs/services/googleAuthService.js.map +0 -1
- package/lib/commonjs/services/imageCompressionService.js +0 -260
- package/lib/commonjs/services/imageCompressionService.js.map +0 -1
- package/lib/commonjs/services/jwtStorageService.js +0 -256
- package/lib/commonjs/services/jwtStorageService.js.map +0 -1
- package/lib/commonjs/services/mobileTrainingService.js +0 -185
- package/lib/commonjs/services/mobileTrainingService.js.map +0 -1
- package/lib/commonjs/services/pinEncryptionService.js +0 -84
- package/lib/commonjs/services/pinEncryptionService.js.map +0 -1
- package/lib/commonjs/services/pinStorageUtils.js +0 -105
- package/lib/commonjs/services/pinStorageUtils.js.map +0 -1
- package/lib/commonjs/services/storageService.js +0 -404
- package/lib/commonjs/services/storageService.js.map +0 -1
- package/lib/commonjs/services/trainingApiHelpers.js +0 -73
- package/lib/commonjs/services/trainingApiHelpers.js.map +0 -1
- package/lib/commonjs/services/userConnectionsService.js +0 -486
- package/lib/commonjs/services/userConnectionsService.js.map +0 -1
- package/lib/commonjs/services/youtubeMigrationService.js +0 -415
- package/lib/commonjs/services/youtubeMigrationService.js.map +0 -1
- package/lib/commonjs/theme/index.js +0 -249
- package/lib/commonjs/theme/index.js.map +0 -1
- package/lib/commonjs/utils/eventUtils.js +0 -288
- package/lib/commonjs/utils/eventUtils.js.map +0 -1
- package/lib/commonjs/utils/haptics.js +0 -66
- package/lib/commonjs/utils/haptics.js.map +0 -1
- package/lib/commonjs/utils/imagePreloader.js +0 -6
- package/lib/commonjs/utils/imagePreloader.js.map +0 -1
- package/lib/module/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
- package/lib/module/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
- package/lib/module/assets/icons/Facebookicon.png +0 -0
- package/lib/module/assets/icons/Gmail.png +0 -0
- package/lib/module/assets/icons/Linkedinicon.png +0 -0
- package/lib/module/assets/icons/Redditicon.png +0 -0
- package/lib/module/assets/icons/YouTubeicon2.png +0 -0
- package/lib/module/assets/icons/YouTubeicon3.png +0 -0
- package/lib/module/assets/icons/farcaster.png +0 -0
- package/lib/module/assets/icons/instagram.png +0 -0
- package/lib/module/assets/icons/pinterest.png +0 -0
- package/lib/module/assets/icons/swerv_logo.png +0 -0
- package/lib/module/assets/icons/twitter.jpg +0 -0
- package/lib/module/assets/images/Checkbox.svg +0 -3
- package/lib/module/assets/images/EnochE.svg +0 -19
- package/lib/module/assets/images/Enochicon1.png +0 -0
- package/lib/module/assets/images/Face_ID_logo.png +0 -0
- package/lib/module/assets/images/Facebookicon.png +0 -0
- package/lib/module/assets/images/Gmail.png +0 -0
- package/lib/module/assets/images/Googlelogo.png +0 -0
- package/lib/module/assets/images/Linkedinicon.png +0 -0
- package/lib/module/assets/images/Onairoslogo.png +0 -0
- package/lib/module/assets/images/Personalityprofile.svg +0 -3
- package/lib/module/assets/images/Personalitytraits.svg +0 -3
- package/lib/module/assets/images/Redditicon.png +0 -0
- package/lib/module/assets/images/Userpreferences.svg +0 -3
- package/lib/module/assets/images/YouTubeicon3.png +0 -0
- package/lib/module/assets/images/arrow.svg +0 -20
- package/lib/module/assets/images/basicproficon.svg +0 -43
- package/lib/module/assets/images/basicprofile.svg +0 -3
- package/lib/module/assets/images/checkmark.svg +0 -4
- package/lib/module/assets/images/contentanalysis.svg +0 -3
- package/lib/module/assets/images/contenticon.svg +0 -23
- package/lib/module/assets/images/persona1.png +0 -0
- package/lib/module/assets/images/persona2.png +0 -0
- package/lib/module/assets/images/persona3.png +0 -0
- package/lib/module/assets/images/persona4.png +0 -0
- package/lib/module/assets/images/persona5.png +0 -0
- package/lib/module/assets/images/personalityicon.svg +0 -18
- package/lib/module/assets/images/x-close.svg +0 -3
- package/lib/module/components/BodyText.js +0 -20
- package/lib/module/components/BodyText.js.map +0 -1
- package/lib/module/components/BrandMark.js +0 -37
- package/lib/module/components/BrandMark.js.map +0 -1
- package/lib/module/components/CodeInput.js +0 -23
- package/lib/module/components/CodeInput.js.map +0 -1
- package/lib/module/components/EmailInput.js +0 -23
- package/lib/module/components/EmailInput.js.map +0 -1
- package/lib/module/components/ExistingUserDataConfirmation.js +0 -465
- package/lib/module/components/ExistingUserDataConfirmation.js.map +0 -1
- package/lib/module/components/GoogleButton.js +0 -48
- package/lib/module/components/GoogleButton.js.map +0 -1
- package/lib/module/components/HeadingGroup.js +0 -36
- package/lib/module/components/HeadingGroup.js.map +0 -1
- package/lib/module/components/ModalHeader.js +0 -92
- package/lib/module/components/ModalHeader.js.map +0 -1
- package/lib/module/components/ModalSheet.js +0 -39
- package/lib/module/components/ModalSheet.js.map +0 -1
- package/lib/module/components/OnairosSignInButton.js +0 -120
- package/lib/module/components/OnairosSignInButton.js.map +0 -1
- package/lib/module/components/PersonaImage.js +0 -53
- package/lib/module/components/PersonaImage.js.map +0 -1
- package/lib/module/components/PersonaLoadingScreen.js +0 -148
- package/lib/module/components/PersonaLoadingScreen.js.map +0 -1
- package/lib/module/components/PersonalizationConsentScreen.js +0 -309
- package/lib/module/components/PersonalizationConsentScreen.js.map +0 -1
- package/lib/module/components/PinCreationScreen.js +0 -386
- package/lib/module/components/PinCreationScreen.js.map +0 -1
- package/lib/module/components/PlatformConnectorsStep.js +0 -820
- package/lib/module/components/PlatformConnectorsStep.js.map +0 -1
- package/lib/module/components/PlatformToggle.js +0 -173
- package/lib/module/components/PlatformToggle.js.map +0 -1
- package/lib/module/components/PrimaryButton.js +0 -172
- package/lib/module/components/PrimaryButton.js.map +0 -1
- package/lib/module/components/SignInMatchAnimation.js +0 -189
- package/lib/module/components/SignInMatchAnimation.js.map +0 -1
- package/lib/module/components/SignInStep.js +0 -171
- package/lib/module/components/SignInStep.js.map +0 -1
- package/lib/module/components/VerificationStep.js +0 -146
- package/lib/module/components/VerificationStep.js.map +0 -1
- package/lib/module/components/WelcomeScreen.js +0 -393
- package/lib/module/components/WelcomeScreen.js.map +0 -1
- package/lib/module/components/icons/Basicproficon.js +0 -30
- package/lib/module/components/icons/Basicproficon.js.map +0 -1
- package/lib/module/components/icons/Basicprofile.js +0 -14
- package/lib/module/components/icons/Basicprofile.js.map +0 -1
- package/lib/module/components/icons/Checkbox.js +0 -14
- package/lib/module/components/icons/Checkbox.js.map +0 -1
- package/lib/module/components/icons/Checkmark.js +0 -20
- package/lib/module/components/icons/Checkmark.js.map +0 -1
- package/lib/module/components/icons/Contentanalysis.js +0 -14
- package/lib/module/components/icons/Contentanalysis.js.map +0 -1
- package/lib/module/components/icons/Contenticon.js +0 -32
- package/lib/module/components/icons/Contenticon.js.map +0 -1
- package/lib/module/components/icons/EnochE.js +0 -34
- package/lib/module/components/icons/EnochE.js.map +0 -1
- package/lib/module/components/icons/Personalityicon.js +0 -23
- package/lib/module/components/icons/Personalityicon.js.map +0 -1
- package/lib/module/components/icons/Personalityprofile.js +0 -14
- package/lib/module/components/icons/Personalityprofile.js.map +0 -1
- package/lib/module/components/icons/Personalitytraits.js +0 -14
- package/lib/module/components/icons/Personalitytraits.js.map +0 -1
- package/lib/module/components/icons/Userpreferences.js +0 -14
- package/lib/module/components/icons/Userpreferences.js.map +0 -1
- package/lib/module/components/icons/index.js +0 -13
- package/lib/module/components/icons/index.js.map +0 -1
- package/lib/module/config/api.js +0 -26
- package/lib/module/config/api.js.map +0 -1
- package/lib/module/context/AuthContext.js +0 -335
- package/lib/module/context/AuthContext.js.map +0 -1
- package/lib/module/hooks/useConnectedAccounts.js +0 -106
- package/lib/module/hooks/useConnectedAccounts.js.map +0 -1
- package/lib/module/hooks/useUserConnections.js +0 -140
- package/lib/module/hooks/useUserConnections.js.map +0 -1
- package/lib/module/services/apiClient.js +0 -298
- package/lib/module/services/apiClient.js.map +0 -1
- package/lib/module/services/authService.js +0 -905
- package/lib/module/services/authService.js.map +0 -1
- package/lib/module/services/biometricPinService.js +0 -173
- package/lib/module/services/biometricPinService.js.map +0 -1
- package/lib/module/services/connectedAccountsService.js +0 -255
- package/lib/module/services/connectedAccountsService.js.map +0 -1
- package/lib/module/services/googleAuthService.js +0 -258
- package/lib/module/services/googleAuthService.js.map +0 -1
- package/lib/module/services/imageCompressionService.js +0 -250
- package/lib/module/services/imageCompressionService.js.map +0 -1
- package/lib/module/services/jwtStorageService.js +0 -239
- package/lib/module/services/jwtStorageService.js.map +0 -1
- package/lib/module/services/mobileTrainingService.js +0 -172
- package/lib/module/services/mobileTrainingService.js.map +0 -1
- package/lib/module/services/pinEncryptionService.js +0 -75
- package/lib/module/services/pinEncryptionService.js.map +0 -1
- package/lib/module/services/pinStorageUtils.js +0 -93
- package/lib/module/services/pinStorageUtils.js.map +0 -1
- package/lib/module/services/storageService.js +0 -383
- package/lib/module/services/storageService.js.map +0 -1
- package/lib/module/services/trainingApiHelpers.js +0 -67
- package/lib/module/services/trainingApiHelpers.js.map +0 -1
- package/lib/module/services/userConnectionsService.js +0 -476
- package/lib/module/services/userConnectionsService.js.map +0 -1
- package/lib/module/services/youtubeMigrationService.js +0 -404
- package/lib/module/services/youtubeMigrationService.js.map +0 -1
- package/lib/module/theme/index.js +0 -244
- package/lib/module/theme/index.js.map +0 -1
- package/lib/module/utils/eventUtils.js +0 -270
- package/lib/module/utils/eventUtils.js.map +0 -1
- package/lib/module/utils/haptics.js +0 -59
- package/lib/module/utils/haptics.js.map +0 -1
- package/lib/module/utils/imagePreloader.js +0 -3
- package/lib/module/utils/imagePreloader.js.map +0 -1
- package/lib/typescript/components/BodyText.d.ts +0 -10
- package/lib/typescript/components/BodyText.d.ts.map +0 -1
- package/lib/typescript/components/BrandMark.d.ts +0 -11
- package/lib/typescript/components/BrandMark.d.ts.map +0 -1
- package/lib/typescript/components/CodeInput.d.ts +0 -10
- package/lib/typescript/components/CodeInput.d.ts.map +0 -1
- package/lib/typescript/components/EmailInput.d.ts +0 -8
- package/lib/typescript/components/EmailInput.d.ts.map +0 -1
- package/lib/typescript/components/ExistingUserDataConfirmation.d.ts +0 -12
- package/lib/typescript/components/ExistingUserDataConfirmation.d.ts.map +0 -1
- package/lib/typescript/components/GoogleButton.d.ts +0 -11
- package/lib/typescript/components/GoogleButton.d.ts.map +0 -1
- package/lib/typescript/components/HeadingGroup.d.ts +0 -11
- package/lib/typescript/components/HeadingGroup.d.ts.map +0 -1
- package/lib/typescript/components/ModalHeader.d.ts +0 -11
- package/lib/typescript/components/ModalHeader.d.ts.map +0 -1
- package/lib/typescript/components/ModalSheet.d.ts +0 -13
- package/lib/typescript/components/ModalSheet.d.ts.map +0 -1
- package/lib/typescript/components/OnairosSignInButton.d.ts +0 -13
- package/lib/typescript/components/OnairosSignInButton.d.ts.map +0 -1
- package/lib/typescript/components/PersonaImage.d.ts +0 -8
- package/lib/typescript/components/PersonaImage.d.ts.map +0 -1
- package/lib/typescript/components/PersonaLoadingScreen.d.ts +0 -10
- package/lib/typescript/components/PersonaLoadingScreen.d.ts.map +0 -1
- package/lib/typescript/components/PersonalizationConsentScreen.d.ts +0 -10
- package/lib/typescript/components/PersonalizationConsentScreen.d.ts.map +0 -1
- package/lib/typescript/components/PinCreationScreen.d.ts +0 -10
- package/lib/typescript/components/PinCreationScreen.d.ts.map +0 -1
- package/lib/typescript/components/PlatformConnectorsStep.d.ts +0 -11
- package/lib/typescript/components/PlatformConnectorsStep.d.ts.map +0 -1
- package/lib/typescript/components/PlatformToggle.d.ts +0 -20
- package/lib/typescript/components/PlatformToggle.d.ts.map +0 -1
- package/lib/typescript/components/PrimaryButton.d.ts +0 -22
- package/lib/typescript/components/PrimaryButton.d.ts.map +0 -1
- package/lib/typescript/components/SignInMatchAnimation.d.ts +0 -9
- package/lib/typescript/components/SignInMatchAnimation.d.ts.map +0 -1
- package/lib/typescript/components/SignInStep.d.ts +0 -12
- package/lib/typescript/components/SignInStep.d.ts.map +0 -1
- package/lib/typescript/components/VerificationStep.d.ts +0 -13
- package/lib/typescript/components/VerificationStep.d.ts.map +0 -1
- package/lib/typescript/components/WelcomeScreen.d.ts +0 -9
- package/lib/typescript/components/WelcomeScreen.d.ts.map +0 -1
- package/lib/typescript/components/icons/Basicproficon.d.ts +0 -5
- package/lib/typescript/components/icons/Basicproficon.d.ts.map +0 -1
- package/lib/typescript/components/icons/Basicprofile.d.ts +0 -5
- package/lib/typescript/components/icons/Basicprofile.d.ts.map +0 -1
- package/lib/typescript/components/icons/Checkbox.d.ts +0 -5
- package/lib/typescript/components/icons/Checkbox.d.ts.map +0 -1
- package/lib/typescript/components/icons/Checkmark.d.ts +0 -5
- package/lib/typescript/components/icons/Checkmark.d.ts.map +0 -1
- package/lib/typescript/components/icons/Contentanalysis.d.ts +0 -5
- package/lib/typescript/components/icons/Contentanalysis.d.ts.map +0 -1
- package/lib/typescript/components/icons/Contenticon.d.ts +0 -5
- package/lib/typescript/components/icons/Contenticon.d.ts.map +0 -1
- package/lib/typescript/components/icons/EnochE.d.ts +0 -5
- package/lib/typescript/components/icons/EnochE.d.ts.map +0 -1
- package/lib/typescript/components/icons/Personalityicon.d.ts +0 -5
- package/lib/typescript/components/icons/Personalityicon.d.ts.map +0 -1
- package/lib/typescript/components/icons/Personalityprofile.d.ts +0 -5
- package/lib/typescript/components/icons/Personalityprofile.d.ts.map +0 -1
- package/lib/typescript/components/icons/Personalitytraits.d.ts +0 -5
- package/lib/typescript/components/icons/Personalitytraits.d.ts.map +0 -1
- package/lib/typescript/components/icons/Userpreferences.d.ts +0 -5
- package/lib/typescript/components/icons/Userpreferences.d.ts.map +0 -1
- package/lib/typescript/components/icons/index.d.ts +0 -12
- package/lib/typescript/components/icons/index.d.ts.map +0 -1
- package/lib/typescript/config/api.d.ts +0 -24
- package/lib/typescript/config/api.d.ts.map +0 -1
- package/lib/typescript/context/AuthContext.d.ts +0 -34
- package/lib/typescript/context/AuthContext.d.ts.map +0 -1
- package/lib/typescript/hooks/useConnectedAccounts.d.ts +0 -11
- package/lib/typescript/hooks/useConnectedAccounts.d.ts.map +0 -1
- package/lib/typescript/hooks/useUserConnections.d.ts +0 -12
- package/lib/typescript/hooks/useUserConnections.d.ts.map +0 -1
- package/lib/typescript/services/apiClient.d.ts +0 -91
- package/lib/typescript/services/apiClient.d.ts.map +0 -1
- package/lib/typescript/services/authService.d.ts +0 -216
- package/lib/typescript/services/authService.d.ts.map +0 -1
- package/lib/typescript/services/biometricPinService.d.ts +0 -29
- package/lib/typescript/services/biometricPinService.d.ts.map +0 -1
- package/lib/typescript/services/connectedAccountsService.d.ts +0 -56
- package/lib/typescript/services/connectedAccountsService.d.ts.map +0 -1
- package/lib/typescript/services/googleAuthService.d.ts +0 -63
- package/lib/typescript/services/googleAuthService.d.ts.map +0 -1
- package/lib/typescript/services/imageCompressionService.d.ts +0 -37
- package/lib/typescript/services/imageCompressionService.d.ts.map +0 -1
- package/lib/typescript/services/jwtStorageService.d.ts +0 -86
- package/lib/typescript/services/jwtStorageService.d.ts.map +0 -1
- package/lib/typescript/services/mobileTrainingService.d.ts +0 -45
- package/lib/typescript/services/mobileTrainingService.d.ts.map +0 -1
- package/lib/typescript/services/pinEncryptionService.d.ts +0 -17
- package/lib/typescript/services/pinEncryptionService.d.ts.map +0 -1
- package/lib/typescript/services/pinStorageUtils.d.ts +0 -25
- package/lib/typescript/services/pinStorageUtils.d.ts.map +0 -1
- package/lib/typescript/services/storageService.d.ts +0 -128
- package/lib/typescript/services/storageService.d.ts.map +0 -1
- package/lib/typescript/services/trainingApiHelpers.d.ts +0 -38
- package/lib/typescript/services/trainingApiHelpers.d.ts.map +0 -1
- package/lib/typescript/services/userConnectionsService.d.ts +0 -90
- package/lib/typescript/services/userConnectionsService.d.ts.map +0 -1
- package/lib/typescript/services/youtubeMigrationService.d.ts +0 -12
- package/lib/typescript/services/youtubeMigrationService.d.ts.map +0 -1
- package/lib/typescript/theme/index.d.ts +0 -416
- package/lib/typescript/theme/index.d.ts.map +0 -1
- package/lib/typescript/utils/eventUtils.d.ts +0 -108
- package/lib/typescript/utils/eventUtils.d.ts.map +0 -1
- package/lib/typescript/utils/haptics.d.ts +0 -11
- package/lib/typescript/utils/haptics.d.ts.map +0 -1
- package/lib/typescript/utils/imagePreloader.d.ts +0 -2
- package/lib/typescript/utils/imagePreloader.d.ts.map +0 -1
- package/src/assets/fonts/EBGaramond-VariableFont_wght.ttf +0 -0
- package/src/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf +0 -0
- package/src/assets/icons/Facebookicon.png +0 -0
- package/src/assets/icons/Gmail.png +0 -0
- package/src/assets/icons/Linkedinicon.png +0 -0
- package/src/assets/icons/Redditicon.png +0 -0
- package/src/assets/icons/YouTubeicon2.png +0 -0
- package/src/assets/icons/YouTubeicon3.png +0 -0
- package/src/assets/icons/farcaster.png +0 -0
- package/src/assets/icons/instagram.png +0 -0
- package/src/assets/icons/pinterest.png +0 -0
- package/src/assets/icons/swerv_logo.png +0 -0
- package/src/assets/icons/twitter.jpg +0 -0
- package/src/assets/images/Checkbox.svg +0 -3
- package/src/assets/images/EnochE.svg +0 -19
- package/src/assets/images/Enochicon1.png +0 -0
- package/src/assets/images/Face_ID_logo.png +0 -0
- package/src/assets/images/Facebookicon.png +0 -0
- package/src/assets/images/Gmail.png +0 -0
- package/src/assets/images/Googlelogo.png +0 -0
- package/src/assets/images/Linkedinicon.png +0 -0
- package/src/assets/images/Onairoslogo.png +0 -0
- package/src/assets/images/Personalityprofile.svg +0 -3
- package/src/assets/images/Personalitytraits.svg +0 -3
- package/src/assets/images/Redditicon.png +0 -0
- package/src/assets/images/Userpreferences.svg +0 -3
- package/src/assets/images/YouTubeicon3.png +0 -0
- package/src/assets/images/arrow.svg +0 -20
- package/src/assets/images/basicproficon.svg +0 -43
- package/src/assets/images/basicprofile.svg +0 -3
- package/src/assets/images/checkmark.svg +0 -4
- package/src/assets/images/contentanalysis.svg +0 -3
- package/src/assets/images/contenticon.svg +0 -23
- package/src/assets/images/persona1.png +0 -0
- package/src/assets/images/persona2.png +0 -0
- package/src/assets/images/persona3.png +0 -0
- package/src/assets/images/persona4.png +0 -0
- package/src/assets/images/persona5.png +0 -0
- package/src/assets/images/personalityicon.svg +0 -18
- package/src/assets/images/x-close.svg +0 -3
- package/src/components/BodyText.tsx +0 -33
- package/src/components/BrandMark.tsx +0 -62
- package/src/components/CodeInput.tsx +0 -32
- package/src/components/EmailInput.tsx +0 -31
- package/src/components/ExistingUserDataConfirmation.tsx +0 -507
- package/src/components/GoogleButton.tsx +0 -55
- package/src/components/HeadingGroup.tsx +0 -49
- package/src/components/ModalHeader.tsx +0 -125
- package/src/components/ModalSheet.tsx +0 -59
- package/src/components/OnairosSignInButton.tsx +0 -132
- package/src/components/PersonaImage.tsx +0 -79
- package/src/components/PersonaLoadingScreen.tsx +0 -201
- package/src/components/PersonalizationConsentScreen.tsx +0 -410
- package/src/components/PinCreationScreen.tsx +0 -492
- package/src/components/PlatformConnectorsStep.tsx +0 -892
- package/src/components/PlatformToggle.tsx +0 -226
- package/src/components/PrimaryButton.tsx +0 -214
- package/src/components/SignInMatchAnimation.tsx +0 -225
- package/src/components/SignInStep.tsx +0 -217
- package/src/components/VerificationStep.tsx +0 -198
- package/src/components/WelcomeScreen.tsx +0 -490
- package/src/components/icons/Basicproficon.tsx +0 -30
- package/src/components/icons/Basicprofile.tsx +0 -17
- package/src/components/icons/Checkbox.tsx +0 -17
- package/src/components/icons/Checkmark.tsx +0 -24
- package/src/components/icons/Contentanalysis.tsx +0 -17
- package/src/components/icons/Contenticon.tsx +0 -30
- package/src/components/icons/EnochE.tsx +0 -39
- package/src/components/icons/Personalityicon.tsx +0 -22
- package/src/components/icons/Personalityprofile.tsx +0 -17
- package/src/components/icons/Personalitytraits.tsx +0 -17
- package/src/components/icons/Userpreferences.tsx +0 -17
- package/src/components/icons/index.ts +0 -12
- package/src/config/api.ts +0 -25
- package/src/context/AuthContext.tsx +0 -393
- package/src/hooks/useConnectedAccounts.ts +0 -139
- package/src/hooks/useUserConnections.ts +0 -166
- package/src/services/apiClient.ts +0 -337
- package/src/services/authService.ts +0 -1008
- package/src/services/biometricPinService.ts +0 -193
- package/src/services/connectedAccountsService.ts +0 -290
- package/src/services/googleAuthService.ts +0 -279
- package/src/services/imageCompressionService.ts +0 -303
- package/src/services/jwtStorageService.ts +0 -257
- package/src/services/mobileTrainingService.ts +0 -204
- package/src/services/pinEncryptionService.ts +0 -76
- package/src/services/pinStorageUtils.ts +0 -97
- package/src/services/storageService.ts +0 -452
- package/src/services/trainingApiHelpers.ts +0 -67
- package/src/services/userConnectionsService.ts +0 -557
- package/src/services/youtubeMigrationService.ts +0 -454
- package/src/theme/index.ts +0 -239
- package/src/utils/eventUtils.ts +0 -303
- package/src/utils/haptics.ts +0 -59
- package/src/utils/imagePreloader.ts +0 -2
|
@@ -1,474 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.ExistingUserDataConfirmation = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _reactNativeLinearGradient = _interopRequireDefault(require("react-native-linear-gradient"));
|
|
10
|
-
var _haptics = require("../utils/haptics");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
13
|
-
const {
|
|
14
|
-
width,
|
|
15
|
-
height
|
|
16
|
-
} = _reactNative.Dimensions.get('window');
|
|
17
|
-
const ExistingUserDataConfirmation = ({
|
|
18
|
-
visible,
|
|
19
|
-
onConfirm,
|
|
20
|
-
onCancel,
|
|
21
|
-
onAddMoreData,
|
|
22
|
-
accountInfo,
|
|
23
|
-
userEmail
|
|
24
|
-
}) => {
|
|
25
|
-
const [isLoading, setIsLoading] = (0, _react.useState)(false);
|
|
26
|
-
const [connections, setConnections] = (0, _react.useState)([]);
|
|
27
|
-
const [dataStats, setDataStats] = (0, _react.useState)({
|
|
28
|
-
connectionsCount: 0,
|
|
29
|
-
traitsCount: 0,
|
|
30
|
-
hasPersonalityData: false,
|
|
31
|
-
hasTrainedModel: false,
|
|
32
|
-
hasAvatar: false
|
|
33
|
-
});
|
|
34
|
-
(0, _react.useEffect)(() => {
|
|
35
|
-
if (visible && accountInfo) {
|
|
36
|
-
parseAccountInfo();
|
|
37
|
-
}
|
|
38
|
-
}, [visible, accountInfo]);
|
|
39
|
-
const parseAccountInfo = () => {
|
|
40
|
-
console.log('🔍 Parsing account info for existing user:', accountInfo);
|
|
41
|
-
|
|
42
|
-
// Parse existing user data from backend response
|
|
43
|
-
const existingData = accountInfo.existingUserData || {};
|
|
44
|
-
const summary = existingData.summary || {};
|
|
45
|
-
const connectionsList = existingData.connections || [];
|
|
46
|
-
|
|
47
|
-
// Set data statistics
|
|
48
|
-
setDataStats({
|
|
49
|
-
connectionsCount: summary.connectionsCount || 0,
|
|
50
|
-
traitsCount: summary.traitsCount || 0,
|
|
51
|
-
hasPersonalityData: summary.hasPersonalityData || false,
|
|
52
|
-
hasTrainedModel: summary.hasTrainedModel || false,
|
|
53
|
-
hasAvatar: summary.hasAvatar || false
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
// Parse connections
|
|
57
|
-
const parsedConnections = connectionsList.map(conn => ({
|
|
58
|
-
platform: conn.platform,
|
|
59
|
-
connectedAt: conn.connectedAt,
|
|
60
|
-
status: conn.status,
|
|
61
|
-
hasData: conn.hasData,
|
|
62
|
-
displayName: conn.displayName || conn.platform
|
|
63
|
-
}));
|
|
64
|
-
setConnections(parsedConnections);
|
|
65
|
-
console.log('📊 Parsed data stats:', dataStats);
|
|
66
|
-
console.log('🔗 Parsed connections:', parsedConnections);
|
|
67
|
-
};
|
|
68
|
-
const handleConfirm = async () => {
|
|
69
|
-
setIsLoading(true);
|
|
70
|
-
(0, _haptics.triggerHaptic)(_haptics.HapticType.SUCCESS);
|
|
71
|
-
try {
|
|
72
|
-
// Small delay for better UX
|
|
73
|
-
await new Promise(resolve => setTimeout(() => resolve(), 500));
|
|
74
|
-
onConfirm();
|
|
75
|
-
} finally {
|
|
76
|
-
setIsLoading(false);
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
const handleCancel = () => {
|
|
80
|
-
(0, _haptics.triggerHaptic)(_haptics.HapticType.BUTTON_PRESS);
|
|
81
|
-
onCancel();
|
|
82
|
-
};
|
|
83
|
-
const handleAddMoreData = () => {
|
|
84
|
-
(0, _haptics.triggerHaptic)(_haptics.HapticType.BUTTON_PRESS);
|
|
85
|
-
onAddMoreData();
|
|
86
|
-
};
|
|
87
|
-
const getPlatformEmoji = platform => {
|
|
88
|
-
const emojiMap = {
|
|
89
|
-
'YouTube': '📺',
|
|
90
|
-
'Reddit': '🔴',
|
|
91
|
-
'Instagram': '📸',
|
|
92
|
-
'LinkedIn': '💼',
|
|
93
|
-
'Pinterest': '📌',
|
|
94
|
-
'Facebook': '📘',
|
|
95
|
-
'Gmail': '📧',
|
|
96
|
-
'Email': '✉️'
|
|
97
|
-
};
|
|
98
|
-
return emojiMap[platform] || '🔗';
|
|
99
|
-
};
|
|
100
|
-
const getStatusColor = status => {
|
|
101
|
-
switch (status) {
|
|
102
|
-
case 'active':
|
|
103
|
-
return '#10B981';
|
|
104
|
-
case 'expired':
|
|
105
|
-
return '#F59E0B';
|
|
106
|
-
case 'inactive':
|
|
107
|
-
return '#6B7280';
|
|
108
|
-
default:
|
|
109
|
-
return '#6B7280';
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
|
-
if (!visible) return null;
|
|
113
|
-
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
114
|
-
style: styles.overlay
|
|
115
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
116
|
-
style: styles.container
|
|
117
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.ScrollView, {
|
|
118
|
-
style: styles.scrollView,
|
|
119
|
-
showsVerticalScrollIndicator: false
|
|
120
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
121
|
-
style: styles.header
|
|
122
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
123
|
-
style: styles.headerTitle
|
|
124
|
-
}, "Welcome Back!"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
125
|
-
style: styles.headerSubtitle
|
|
126
|
-
}, "We found your existing Onairos account")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
127
|
-
style: styles.userInfoContainer
|
|
128
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
129
|
-
style: styles.userInfoRow
|
|
130
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
131
|
-
style: styles.userInfoLabel
|
|
132
|
-
}, "Email:"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
133
|
-
style: styles.userInfoValue
|
|
134
|
-
}, userEmail)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
135
|
-
style: styles.userInfoRow
|
|
136
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
137
|
-
style: styles.userInfoLabel
|
|
138
|
-
}, "Account Status:"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
139
|
-
style: [styles.userInfoValue, {
|
|
140
|
-
color: '#10B981'
|
|
141
|
-
}]
|
|
142
|
-
}, "Verified"))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
143
|
-
style: styles.dataSummaryContainer
|
|
144
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
145
|
-
style: styles.sectionTitle
|
|
146
|
-
}, "Your Existing Data"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
147
|
-
style: styles.statsGrid
|
|
148
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
149
|
-
style: styles.statItem
|
|
150
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
151
|
-
style: styles.statNumber
|
|
152
|
-
}, dataStats.connectionsCount), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
153
|
-
style: styles.statLabel
|
|
154
|
-
}, "Connections")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
155
|
-
style: styles.statItem
|
|
156
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
157
|
-
style: styles.statNumber
|
|
158
|
-
}, dataStats.traitsCount), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
159
|
-
style: styles.statLabel
|
|
160
|
-
}, "Traits")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
161
|
-
style: styles.statItem
|
|
162
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
163
|
-
style: styles.statNumber
|
|
164
|
-
}, dataStats.hasTrainedModel ? '✅' : '❌'), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
165
|
-
style: styles.statLabel
|
|
166
|
-
}, "AI Model")))), connections.length > 0 && /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
167
|
-
style: styles.connectionsContainer
|
|
168
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
169
|
-
style: styles.sectionTitle
|
|
170
|
-
}, "Connected Platforms"), connections.map((connection, index) => /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
171
|
-
key: index,
|
|
172
|
-
style: styles.connectionItem
|
|
173
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
174
|
-
style: styles.connectionLeft
|
|
175
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
176
|
-
style: styles.connectionEmoji
|
|
177
|
-
}, getPlatformEmoji(connection.platform)), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
178
|
-
style: styles.connectionInfo
|
|
179
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
180
|
-
style: styles.connectionName
|
|
181
|
-
}, connection.displayName), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
182
|
-
style: styles.connectionDate
|
|
183
|
-
}, "Connected ", new Date(connection.connectedAt).toLocaleDateString()))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
184
|
-
style: styles.connectionRight
|
|
185
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
186
|
-
style: [styles.statusDot, {
|
|
187
|
-
backgroundColor: getStatusColor(connection.status)
|
|
188
|
-
}]
|
|
189
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
190
|
-
style: [styles.statusText, {
|
|
191
|
-
color: getStatusColor(connection.status)
|
|
192
|
-
}]
|
|
193
|
-
}, connection.status))))), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
194
|
-
style: styles.explanationContainer
|
|
195
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
196
|
-
style: styles.explanationTitle
|
|
197
|
-
}, "Share Your Data with Enoch?"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
198
|
-
style: styles.explanationText
|
|
199
|
-
}, "Your existing personality data and connected accounts will be used to:"), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
200
|
-
style: styles.benefitsList
|
|
201
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
202
|
-
style: styles.benefitItem
|
|
203
|
-
}, "\u2022 Create personalized experiences"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
204
|
-
style: styles.benefitItem
|
|
205
|
-
}, "\u2022 Match you with compatible people"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
206
|
-
style: styles.benefitItem
|
|
207
|
-
}, "\u2022 Provide AI-powered insights"), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
208
|
-
style: styles.benefitItem
|
|
209
|
-
}, "\u2022 Enhance your social connections")), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
210
|
-
style: styles.privacyNote
|
|
211
|
-
}, "Your data remains secure and encrypted. You can manage your privacy settings anytime.")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
212
|
-
style: styles.actionButtonsContainer
|
|
213
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
214
|
-
style: styles.addMoreButton,
|
|
215
|
-
onPress: handleAddMoreData,
|
|
216
|
-
activeOpacity: 0.8
|
|
217
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
218
|
-
style: styles.addMoreButtonText
|
|
219
|
-
}, "+ Add More Data")), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
220
|
-
style: styles.mainButtons
|
|
221
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
222
|
-
style: styles.cancelButton,
|
|
223
|
-
onPress: handleCancel,
|
|
224
|
-
activeOpacity: 0.8
|
|
225
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
226
|
-
style: styles.cancelButtonText
|
|
227
|
-
}, "Not Now")), /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
228
|
-
style: styles.confirmButton,
|
|
229
|
-
onPress: handleConfirm,
|
|
230
|
-
activeOpacity: 0.8,
|
|
231
|
-
disabled: isLoading
|
|
232
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNativeLinearGradient.default, {
|
|
233
|
-
colors: ['#D4A536', '#B8941F'],
|
|
234
|
-
style: styles.confirmButtonGradient
|
|
235
|
-
}, isLoading ? /*#__PURE__*/_react.default.createElement(_reactNative.ActivityIndicator, {
|
|
236
|
-
color: "#FFFFFF",
|
|
237
|
-
size: "small"
|
|
238
|
-
}) : /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
239
|
-
style: styles.confirmButtonText
|
|
240
|
-
}, "Share Data"))))))));
|
|
241
|
-
};
|
|
242
|
-
exports.ExistingUserDataConfirmation = ExistingUserDataConfirmation;
|
|
243
|
-
const styles = _reactNative.StyleSheet.create({
|
|
244
|
-
overlay: {
|
|
245
|
-
position: 'absolute',
|
|
246
|
-
top: 0,
|
|
247
|
-
left: 0,
|
|
248
|
-
right: 0,
|
|
249
|
-
bottom: 0,
|
|
250
|
-
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
|
251
|
-
justifyContent: 'center',
|
|
252
|
-
alignItems: 'center',
|
|
253
|
-
zIndex: 1000
|
|
254
|
-
},
|
|
255
|
-
container: {
|
|
256
|
-
backgroundColor: '#FFFFFF',
|
|
257
|
-
borderRadius: 20,
|
|
258
|
-
width: width * 0.9,
|
|
259
|
-
maxHeight: height * 0.8,
|
|
260
|
-
shadowColor: '#000',
|
|
261
|
-
shadowOffset: {
|
|
262
|
-
width: 0,
|
|
263
|
-
height: 4
|
|
264
|
-
},
|
|
265
|
-
shadowOpacity: 0.25,
|
|
266
|
-
shadowRadius: 12,
|
|
267
|
-
elevation: 10
|
|
268
|
-
},
|
|
269
|
-
scrollView: {
|
|
270
|
-
flex: 1
|
|
271
|
-
},
|
|
272
|
-
header: {
|
|
273
|
-
padding: 24,
|
|
274
|
-
alignItems: 'center',
|
|
275
|
-
borderBottomWidth: 1,
|
|
276
|
-
borderBottomColor: '#F3F4F6'
|
|
277
|
-
},
|
|
278
|
-
headerTitle: {
|
|
279
|
-
fontSize: 24,
|
|
280
|
-
fontWeight: '700',
|
|
281
|
-
color: '#1F2937',
|
|
282
|
-
marginBottom: 8
|
|
283
|
-
},
|
|
284
|
-
headerSubtitle: {
|
|
285
|
-
fontSize: 16,
|
|
286
|
-
color: '#6B7280',
|
|
287
|
-
textAlign: 'center'
|
|
288
|
-
},
|
|
289
|
-
userInfoContainer: {
|
|
290
|
-
padding: 20,
|
|
291
|
-
backgroundColor: '#F9FAFB',
|
|
292
|
-
marginHorizontal: 20,
|
|
293
|
-
marginTop: 20,
|
|
294
|
-
borderRadius: 12
|
|
295
|
-
},
|
|
296
|
-
userInfoRow: {
|
|
297
|
-
flexDirection: 'row',
|
|
298
|
-
justifyContent: 'space-between',
|
|
299
|
-
alignItems: 'center',
|
|
300
|
-
marginBottom: 8
|
|
301
|
-
},
|
|
302
|
-
userInfoLabel: {
|
|
303
|
-
fontSize: 14,
|
|
304
|
-
color: '#6B7280',
|
|
305
|
-
fontWeight: '500'
|
|
306
|
-
},
|
|
307
|
-
userInfoValue: {
|
|
308
|
-
fontSize: 14,
|
|
309
|
-
color: '#1F2937',
|
|
310
|
-
fontWeight: '600'
|
|
311
|
-
},
|
|
312
|
-
dataSummaryContainer: {
|
|
313
|
-
padding: 20
|
|
314
|
-
},
|
|
315
|
-
sectionTitle: {
|
|
316
|
-
fontSize: 18,
|
|
317
|
-
fontWeight: '600',
|
|
318
|
-
color: '#1F2937',
|
|
319
|
-
marginBottom: 16
|
|
320
|
-
},
|
|
321
|
-
statsGrid: {
|
|
322
|
-
flexDirection: 'row',
|
|
323
|
-
justifyContent: 'space-around',
|
|
324
|
-
backgroundColor: '#F9FAFB',
|
|
325
|
-
borderRadius: 12,
|
|
326
|
-
padding: 16
|
|
327
|
-
},
|
|
328
|
-
statItem: {
|
|
329
|
-
alignItems: 'center'
|
|
330
|
-
},
|
|
331
|
-
statNumber: {
|
|
332
|
-
fontSize: 24,
|
|
333
|
-
fontWeight: '700',
|
|
334
|
-
color: '#D4A536',
|
|
335
|
-
marginBottom: 4
|
|
336
|
-
},
|
|
337
|
-
statLabel: {
|
|
338
|
-
fontSize: 12,
|
|
339
|
-
color: '#6B7280',
|
|
340
|
-
fontWeight: '500'
|
|
341
|
-
},
|
|
342
|
-
connectionsContainer: {
|
|
343
|
-
padding: 20
|
|
344
|
-
},
|
|
345
|
-
connectionItem: {
|
|
346
|
-
flexDirection: 'row',
|
|
347
|
-
alignItems: 'center',
|
|
348
|
-
justifyContent: 'space-between',
|
|
349
|
-
padding: 16,
|
|
350
|
-
backgroundColor: '#F9FAFB',
|
|
351
|
-
borderRadius: 12,
|
|
352
|
-
marginBottom: 8
|
|
353
|
-
},
|
|
354
|
-
connectionLeft: {
|
|
355
|
-
flexDirection: 'row',
|
|
356
|
-
alignItems: 'center',
|
|
357
|
-
flex: 1
|
|
358
|
-
},
|
|
359
|
-
connectionEmoji: {
|
|
360
|
-
fontSize: 24,
|
|
361
|
-
marginRight: 12
|
|
362
|
-
},
|
|
363
|
-
connectionInfo: {
|
|
364
|
-
flex: 1
|
|
365
|
-
},
|
|
366
|
-
connectionName: {
|
|
367
|
-
fontSize: 16,
|
|
368
|
-
fontWeight: '600',
|
|
369
|
-
color: '#1F2937',
|
|
370
|
-
marginBottom: 2
|
|
371
|
-
},
|
|
372
|
-
connectionDate: {
|
|
373
|
-
fontSize: 12,
|
|
374
|
-
color: '#6B7280'
|
|
375
|
-
},
|
|
376
|
-
connectionRight: {
|
|
377
|
-
flexDirection: 'row',
|
|
378
|
-
alignItems: 'center'
|
|
379
|
-
},
|
|
380
|
-
statusDot: {
|
|
381
|
-
width: 8,
|
|
382
|
-
height: 8,
|
|
383
|
-
borderRadius: 4,
|
|
384
|
-
marginRight: 6
|
|
385
|
-
},
|
|
386
|
-
statusText: {
|
|
387
|
-
fontSize: 12,
|
|
388
|
-
fontWeight: '500',
|
|
389
|
-
textTransform: 'capitalize'
|
|
390
|
-
},
|
|
391
|
-
explanationContainer: {
|
|
392
|
-
padding: 20,
|
|
393
|
-
backgroundColor: '#F0F9FF',
|
|
394
|
-
marginHorizontal: 20,
|
|
395
|
-
borderRadius: 12,
|
|
396
|
-
marginBottom: 20
|
|
397
|
-
},
|
|
398
|
-
explanationTitle: {
|
|
399
|
-
fontSize: 16,
|
|
400
|
-
fontWeight: '600',
|
|
401
|
-
color: '#1F2937',
|
|
402
|
-
marginBottom: 12
|
|
403
|
-
},
|
|
404
|
-
explanationText: {
|
|
405
|
-
fontSize: 14,
|
|
406
|
-
color: '#4B5563',
|
|
407
|
-
marginBottom: 12,
|
|
408
|
-
lineHeight: 20
|
|
409
|
-
},
|
|
410
|
-
benefitsList: {
|
|
411
|
-
marginBottom: 12
|
|
412
|
-
},
|
|
413
|
-
benefitItem: {
|
|
414
|
-
fontSize: 14,
|
|
415
|
-
color: '#4B5563',
|
|
416
|
-
marginBottom: 4,
|
|
417
|
-
lineHeight: 20
|
|
418
|
-
},
|
|
419
|
-
privacyNote: {
|
|
420
|
-
fontSize: 12,
|
|
421
|
-
color: '#6B7280',
|
|
422
|
-
fontStyle: 'italic',
|
|
423
|
-
lineHeight: 16
|
|
424
|
-
},
|
|
425
|
-
actionButtonsContainer: {
|
|
426
|
-
padding: 20
|
|
427
|
-
},
|
|
428
|
-
addMoreButton: {
|
|
429
|
-
backgroundColor: '#F3F4F6',
|
|
430
|
-
borderRadius: 12,
|
|
431
|
-
padding: 16,
|
|
432
|
-
alignItems: 'center',
|
|
433
|
-
marginBottom: 16,
|
|
434
|
-
borderWidth: 1,
|
|
435
|
-
borderColor: '#D1D5DB'
|
|
436
|
-
},
|
|
437
|
-
addMoreButtonText: {
|
|
438
|
-
fontSize: 16,
|
|
439
|
-
color: '#4B5563',
|
|
440
|
-
fontWeight: '600'
|
|
441
|
-
},
|
|
442
|
-
mainButtons: {
|
|
443
|
-
flexDirection: 'row',
|
|
444
|
-
gap: 12
|
|
445
|
-
},
|
|
446
|
-
cancelButton: {
|
|
447
|
-
flex: 1,
|
|
448
|
-
backgroundColor: '#F3F4F6',
|
|
449
|
-
borderRadius: 12,
|
|
450
|
-
padding: 16,
|
|
451
|
-
alignItems: 'center'
|
|
452
|
-
},
|
|
453
|
-
cancelButtonText: {
|
|
454
|
-
fontSize: 16,
|
|
455
|
-
color: '#6B7280',
|
|
456
|
-
fontWeight: '600'
|
|
457
|
-
},
|
|
458
|
-
confirmButton: {
|
|
459
|
-
flex: 2,
|
|
460
|
-
borderRadius: 12,
|
|
461
|
-
overflow: 'hidden'
|
|
462
|
-
},
|
|
463
|
-
confirmButtonGradient: {
|
|
464
|
-
padding: 16,
|
|
465
|
-
alignItems: 'center',
|
|
466
|
-
justifyContent: 'center'
|
|
467
|
-
},
|
|
468
|
-
confirmButtonText: {
|
|
469
|
-
fontSize: 16,
|
|
470
|
-
color: '#FFFFFF',
|
|
471
|
-
fontWeight: '700'
|
|
472
|
-
}
|
|
473
|
-
});
|
|
474
|
-
//# sourceMappingURL=ExistingUserDataConfirmation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeLinearGradient","_interopRequireDefault","_haptics","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","width","height","Dimensions","ExistingUserDataConfirmation","visible","onConfirm","onCancel","onAddMoreData","accountInfo","userEmail","isLoading","setIsLoading","useState","connections","setConnections","dataStats","setDataStats","connectionsCount","traitsCount","hasPersonalityData","hasTrainedModel","hasAvatar","useEffect","parseAccountInfo","console","log","existingData","existingUserData","summary","connectionsList","parsedConnections","map","conn","platform","connectedAt","status","hasData","displayName","handleConfirm","triggerHaptic","HapticType","SUCCESS","Promise","resolve","setTimeout","handleCancel","BUTTON_PRESS","handleAddMoreData","getPlatformEmoji","emojiMap","getStatusColor","createElement","View","style","styles","overlay","container","ScrollView","scrollView","showsVerticalScrollIndicator","header","Text","headerTitle","headerSubtitle","userInfoContainer","userInfoRow","userInfoLabel","userInfoValue","color","dataSummaryContainer","sectionTitle","statsGrid","statItem","statNumber","statLabel","length","connectionsContainer","connection","index","key","connectionItem","connectionLeft","connectionEmoji","connectionInfo","connectionName","connectionDate","Date","toLocaleDateString","connectionRight","statusDot","backgroundColor","statusText","explanationContainer","explanationTitle","explanationText","benefitsList","benefitItem","privacyNote","actionButtonsContainer","TouchableOpacity","addMoreButton","onPress","activeOpacity","addMoreButtonText","mainButtons","cancelButton","cancelButtonText","confirmButton","disabled","colors","confirmButtonGradient","ActivityIndicator","size","confirmButtonText","exports","StyleSheet","create","position","top","left","right","bottom","justifyContent","alignItems","zIndex","borderRadius","maxHeight","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flex","padding","borderBottomWidth","borderBottomColor","fontSize","fontWeight","marginBottom","textAlign","marginHorizontal","marginTop","flexDirection","marginRight","textTransform","lineHeight","fontStyle","borderWidth","borderColor","gap","overflow"],"sourceRoot":"../../../src","sources":["components/ExistingUserDataConfirmation.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAUA,IAAAE,0BAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,QAAA,GAAAJ,OAAA;AAA6D,SAAAG,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAN,wBAAAM,CAAA,EAAAG,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAV,uBAAA,YAAAA,CAAAM,CAAA,EAAAG,CAAA,SAAAA,CAAA,IAAAH,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,MAAAO,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAR,OAAA,EAAAF,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAS,CAAA,MAAAF,CAAA,GAAAJ,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAE,CAAA,CAAAI,GAAA,CAAAX,CAAA,UAAAO,CAAA,CAAAK,GAAA,CAAAZ,CAAA,GAAAO,CAAA,CAAAM,GAAA,CAAAb,CAAA,EAAAS,CAAA,gBAAAN,CAAA,IAAAH,CAAA,gBAAAG,CAAA,OAAAW,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAG,CAAA,OAAAK,CAAA,IAAAD,CAAA,GAAAS,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAG,CAAA,OAAAK,CAAA,CAAAI,GAAA,IAAAJ,CAAA,CAAAK,GAAA,IAAAN,CAAA,CAAAE,CAAA,EAAAN,CAAA,EAAAK,CAAA,IAAAC,CAAA,CAAAN,CAAA,IAAAH,CAAA,CAAAG,CAAA,WAAAM,CAAA,KAAAT,CAAA,EAAAG,CAAA;AAE7D,MAAM;EAAEgB,KAAK;EAAEC;AAAO,CAAC,GAAGC,uBAAU,CAACT,GAAG,CAAC,QAAQ,CAAC;AAmB3C,MAAMU,4BAAyE,GAAGA,CAAC;EACxFC,OAAO;EACPC,SAAS;EACTC,QAAQ;EACRC,aAAa;EACbC,WAAW;EACXC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EACjD,MAAM,CAACC,WAAW,EAAEC,cAAc,CAAC,GAAG,IAAAF,eAAQ,EAAmB,EAAE,CAAC;EACpE,MAAM,CAACG,SAAS,EAAEC,YAAY,CAAC,GAAG,IAAAJ,eAAQ,EAAC;IACzCK,gBAAgB,EAAE,CAAC;IACnBC,WAAW,EAAE,CAAC;IACdC,kBAAkB,EAAE,KAAK;IACzBC,eAAe,EAAE,KAAK;IACtBC,SAAS,EAAE;EACb,CAAC,CAAC;EAEF,IAAAC,gBAAS,EAAC,MAAM;IACd,IAAIlB,OAAO,IAAII,WAAW,EAAE;MAC1Be,gBAAgB,CAAC,CAAC;IACpB;EACF,CAAC,EAAE,CAACnB,OAAO,EAAEI,WAAW,CAAC,CAAC;EAE1B,MAAMe,gBAAgB,GAAGA,CAAA,KAAM;IAC7BC,OAAO,CAACC,GAAG,CAAC,4CAA4C,EAAEjB,WAAW,CAAC;;IAEtE;IACA,MAAMkB,YAAY,GAAGlB,WAAW,CAACmB,gBAAgB,IAAI,CAAC,CAAC;IACvD,MAAMC,OAAO,GAAGF,YAAY,CAACE,OAAO,IAAI,CAAC,CAAC;IAC1C,MAAMC,eAAe,GAAGH,YAAY,CAACb,WAAW,IAAI,EAAE;;IAEtD;IACAG,YAAY,CAAC;MACXC,gBAAgB,EAAEW,OAAO,CAACX,gBAAgB,IAAI,CAAC;MAC/CC,WAAW,EAAEU,OAAO,CAACV,WAAW,IAAI,CAAC;MACrCC,kBAAkB,EAAES,OAAO,CAACT,kBAAkB,IAAI,KAAK;MACvDC,eAAe,EAAEQ,OAAO,CAACR,eAAe,IAAI,KAAK;MACjDC,SAAS,EAAEO,OAAO,CAACP,SAAS,IAAI;IAClC,CAAC,CAAC;;IAEF;IACA,MAAMS,iBAAmC,GAAGD,eAAe,CAACE,GAAG,CAAEC,IAAS,KAAM;MAC9EC,QAAQ,EAAED,IAAI,CAACC,QAAQ;MACvBC,WAAW,EAAEF,IAAI,CAACE,WAAW;MAC7BC,MAAM,EAAEH,IAAI,CAACG,MAAM;MACnBC,OAAO,EAAEJ,IAAI,CAACI,OAAO;MACrBC,WAAW,EAAEL,IAAI,CAACK,WAAW,IAAIL,IAAI,CAACC;IACxC,CAAC,CAAC,CAAC;IAEHnB,cAAc,CAACgB,iBAAiB,CAAC;IAEjCN,OAAO,CAACC,GAAG,CAAC,uBAAuB,EAAEV,SAAS,CAAC;IAC/CS,OAAO,CAACC,GAAG,CAAC,wBAAwB,EAAEK,iBAAiB,CAAC;EAC1D,CAAC;EAED,MAAMQ,aAAa,GAAG,MAAAA,CAAA,KAAY;IAChC3B,YAAY,CAAC,IAAI,CAAC;IAClB,IAAA4B,sBAAa,EAACC,mBAAU,CAACC,OAAO,CAAC;IAEjC,IAAI;MACF;MACA,MAAM,IAAIC,OAAO,CAAOC,OAAO,IAAIC,UAAU,CAAC,MAAMD,OAAO,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;MACpEtC,SAAS,CAAC,CAAC;IACb,CAAC,SAAS;MACRM,YAAY,CAAC,KAAK,CAAC;IACrB;EACF,CAAC;EAED,MAAMkC,YAAY,GAAGA,CAAA,KAAM;IACzB,IAAAN,sBAAa,EAACC,mBAAU,CAACM,YAAY,CAAC;IACtCxC,QAAQ,CAAC,CAAC;EACZ,CAAC;EAED,MAAMyC,iBAAiB,GAAGA,CAAA,KAAM;IAC9B,IAAAR,sBAAa,EAACC,mBAAU,CAACM,YAAY,CAAC;IACtCvC,aAAa,CAAC,CAAC;EACjB,CAAC;EAED,MAAMyC,gBAAgB,GAAIf,QAAgB,IAAa;IACrD,MAAMgB,QAAmC,GAAG;MAC1C,SAAS,EAAE,IAAI;MACf,QAAQ,EAAE,IAAI;MACd,WAAW,EAAE,IAAI;MACjB,UAAU,EAAE,IAAI;MAChB,WAAW,EAAE,IAAI;MACjB,UAAU,EAAE,IAAI;MAChB,OAAO,EAAE,IAAI;MACb,OAAO,EAAE;IACX,CAAC;IACD,OAAOA,QAAQ,CAAChB,QAAQ,CAAC,IAAI,IAAI;EACnC,CAAC;EAED,MAAMiB,cAAc,GAAIf,MAAc,IAAa;IACjD,QAAQA,MAAM;MACZ,KAAK,QAAQ;QAAE,OAAO,SAAS;MAC/B,KAAK,SAAS;QAAE,OAAO,SAAS;MAChC,KAAK,UAAU;QAAE,OAAO,SAAS;MACjC;QAAS,OAAO,SAAS;IAC3B;EACF,CAAC;EAED,IAAI,CAAC/B,OAAO,EAAE,OAAO,IAAI;EAEzB,oBACE9B,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACC;EAAQ,gBAC1BjF,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACE;EAAU,gBAC5BlF,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAgF,UAAU;IAACJ,KAAK,EAAEC,MAAM,CAACI,UAAW;IAACC,4BAA4B,EAAE;EAAM,gBAExErF,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACM;EAAO,gBACzBtF,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACQ;EAAY,GAAC,eAAmB,CAAC,eACrDxF,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACS;EAAe,GAAC,wCAE9B,CACF,CAAC,eAGPzF,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACU;EAAkB,gBACpC1F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACW;EAAY,gBAC9B3F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACY;EAAc,GAAC,QAAY,CAAC,eAChD5F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACa;EAAc,GAAE1D,SAAgB,CAChD,CAAC,eACPnC,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACW;EAAY,gBAC9B3F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACY;EAAc,GAAC,iBAAqB,CAAC,eACzD5F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAE,CAACC,MAAM,CAACa,aAAa,EAAE;MAAEC,KAAK,EAAE;IAAU,CAAC;EAAE,GAAC,UAAc,CACrE,CACF,CAAC,eAGP9F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACe;EAAqB,gBACvC/F,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACgB;EAAa,GAAC,oBAAwB,CAAC,eAE3DhG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACiB;EAAU,gBAC5BjG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACkB;EAAS,gBAC3BlG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACmB;EAAW,GAAE1D,SAAS,CAACE,gBAAuB,CAAC,eACnE3C,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACoB;EAAU,GAAC,aAAiB,CAC5C,CAAC,eACPpG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACkB;EAAS,gBAC3BlG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACmB;EAAW,GAAE1D,SAAS,CAACG,WAAkB,CAAC,eAC9D5C,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACoB;EAAU,GAAC,QAAY,CACvC,CAAC,eACPpG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACkB;EAAS,gBAC3BlG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACmB;EAAW,GAAE1D,SAAS,CAACK,eAAe,GAAG,GAAG,GAAG,GAAU,CAAC,eAC9E9C,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACoB;EAAU,GAAC,UAAc,CACzC,CACF,CACF,CAAC,EAGN7D,WAAW,CAAC8D,MAAM,GAAG,CAAC,iBACrBrG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACsB;EAAqB,gBACvCtG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACgB;EAAa,GAAC,qBAAyB,CAAC,EAE3DzD,WAAW,CAACkB,GAAG,CAAC,CAAC8C,UAAU,EAAEC,KAAK,kBACjCxG,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAAC2B,GAAG,EAAED,KAAM;IAACzB,KAAK,EAAEC,MAAM,CAAC0B;EAAe,gBAC7C1G,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAAC2B;EAAe,gBACjC3G,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC4B;EAAgB,GACjClC,gBAAgB,CAAC6B,UAAU,CAAC5C,QAAQ,CACjC,CAAC,eACP3D,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAAC6B;EAAe,gBACjC7G,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC8B;EAAe,GAAEP,UAAU,CAACxC,WAAkB,CAAC,eACnE/D,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC+B;EAAe,GAAC,YACxB,EAAC,IAAIC,IAAI,CAACT,UAAU,CAAC3C,WAAW,CAAC,CAACqD,kBAAkB,CAAC,CAC3D,CACF,CACF,CAAC,eACPjH,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACkC;EAAgB,gBAClClH,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAE,CACXC,MAAM,CAACmC,SAAS,EAChB;MAAEC,eAAe,EAAExC,cAAc,CAAC2B,UAAU,CAAC1C,MAAM;IAAE,CAAC;EACtD,CAAE,CAAC,eACL7D,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAE,CACXC,MAAM,CAACqC,UAAU,EACjB;MAAEvB,KAAK,EAAElB,cAAc,CAAC2B,UAAU,CAAC1C,MAAM;IAAE,CAAC;EAC5C,GACC0C,UAAU,CAAC1C,MACR,CACF,CACF,CACP,CACG,CACP,eAGD7D,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACsC;EAAqB,gBACvCtH,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACuC;EAAiB,GAAC,6BAAiC,CAAC,eACxEvH,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACwC;EAAgB,GAAC,wEAE/B,CAAC,eACPxH,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACyC;EAAa,gBAC/BzH,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC0C;EAAY,GAAC,wCAAuC,CAAC,eACzE1H,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC0C;EAAY,GAAC,yCAAwC,CAAC,eAC1E1H,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC0C;EAAY,GAAC,oCAAmC,CAAC,eACrE1H,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC0C;EAAY,GAAC,wCAAuC,CACpE,CAAC,eACP1H,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC2C;EAAY,GAAC,uFAE3B,CACF,CAAC,eAGP3H,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAAC4C;EAAuB,gBAEzC5H,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA0H,gBAAgB;IACf9C,KAAK,EAAEC,MAAM,CAAC8C,aAAc;IAC5BC,OAAO,EAAEtD,iBAAkB;IAC3BuD,aAAa,EAAE;EAAI,gBAEnBhI,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACiD;EAAkB,GAAC,iBAAqB,CAC5C,CAAC,eAGnBjI,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA2E,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACkD;EAAY,gBAC9BlI,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA0H,gBAAgB;IACf9C,KAAK,EAAEC,MAAM,CAACmD,YAAa;IAC3BJ,OAAO,EAAExD,YAAa;IACtByD,aAAa,EAAE;EAAI,gBAEnBhI,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAACoD;EAAiB,GAAC,SAAa,CACnC,CAAC,eAEnBpI,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAA0H,gBAAgB;IACf9C,KAAK,EAAEC,MAAM,CAACqD,aAAc;IAC5BN,OAAO,EAAE/D,aAAc;IACvBgE,aAAa,EAAE,GAAI;IACnBM,QAAQ,EAAElG;EAAU,gBAEpBpC,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAACzE,0BAAA,CAAAK,OAAc;IACb8H,MAAM,EAAE,CAAC,SAAS,EAAE,SAAS,CAAE;IAC/BxD,KAAK,EAAEC,MAAM,CAACwD;EAAsB,GAEnCpG,SAAS,gBACRpC,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAsI,iBAAiB;IAAC3C,KAAK,EAAC,SAAS;IAAC4C,IAAI,EAAC;EAAO,CAAE,CAAC,gBAElD1I,MAAA,CAAAS,OAAA,CAAAoE,aAAA,CAAC1E,YAAA,CAAAoF,IAAI;IAACR,KAAK,EAAEC,MAAM,CAAC2D;EAAkB,GAAC,YAAgB,CAE3C,CACA,CACd,CACF,CACI,CACR,CACF,CAAC;AAEX,CAAC;AAACC,OAAA,CAAA/G,4BAAA,GAAAA,4BAAA;AAEF,MAAMmD,MAAM,GAAG6D,uBAAU,CAACC,MAAM,CAAC;EAC/B7D,OAAO,EAAE;IACP8D,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACT/B,eAAe,EAAE,oBAAoB;IACrCgC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,MAAM,EAAE;EACV,CAAC;EACDpE,SAAS,EAAE;IACTkC,eAAe,EAAE,SAAS;IAC1BmC,YAAY,EAAE,EAAE;IAChB7H,KAAK,EAAEA,KAAK,GAAG,GAAG;IAClB8H,SAAS,EAAE7H,MAAM,GAAG,GAAG;IACvB8H,WAAW,EAAE,MAAM;IACnBC,YAAY,EAAE;MAAEhI,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrCgI,aAAa,EAAE,IAAI;IACnBC,YAAY,EAAE,EAAE;IAChBC,SAAS,EAAE;EACb,CAAC;EACDzE,UAAU,EAAE;IACV0E,IAAI,EAAE;EACR,CAAC;EACDxE,MAAM,EAAE;IACNyE,OAAO,EAAE,EAAE;IACXV,UAAU,EAAE,QAAQ;IACpBW,iBAAiB,EAAE,CAAC;IACpBC,iBAAiB,EAAE;EACrB,CAAC;EACDzE,WAAW,EAAE;IACX0E,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBrE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE;EAChB,CAAC;EACD3E,cAAc,EAAE;IACdyE,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBuE,SAAS,EAAE;EACb,CAAC;EACD3E,iBAAiB,EAAE;IACjBqE,OAAO,EAAE,EAAE;IACX3C,eAAe,EAAE,SAAS;IAC1BkD,gBAAgB,EAAE,EAAE;IACpBC,SAAS,EAAE,EAAE;IACbhB,YAAY,EAAE;EAChB,CAAC;EACD5D,WAAW,EAAE;IACX6E,aAAa,EAAE,KAAK;IACpBpB,cAAc,EAAE,eAAe;IAC/BC,UAAU,EAAE,QAAQ;IACpBe,YAAY,EAAE;EAChB,CAAC;EACDxE,aAAa,EAAE;IACbsE,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBqE,UAAU,EAAE;EACd,CAAC;EACDtE,aAAa,EAAE;IACbqE,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBqE,UAAU,EAAE;EACd,CAAC;EACDpE,oBAAoB,EAAE;IACpBgE,OAAO,EAAE;EACX,CAAC;EACD/D,YAAY,EAAE;IACZkE,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBrE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE;EAChB,CAAC;EACDnE,SAAS,EAAE;IACTuE,aAAa,EAAE,KAAK;IACpBpB,cAAc,EAAE,cAAc;IAC9BhC,eAAe,EAAE,SAAS;IAC1BmC,YAAY,EAAE,EAAE;IAChBQ,OAAO,EAAE;EACX,CAAC;EACD7D,QAAQ,EAAE;IACRmD,UAAU,EAAE;EACd,CAAC;EACDlD,UAAU,EAAE;IACV+D,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBrE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE;EAChB,CAAC;EACDhE,SAAS,EAAE;IACT8D,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBqE,UAAU,EAAE;EACd,CAAC;EACD7D,oBAAoB,EAAE;IACpByD,OAAO,EAAE;EACX,CAAC;EACDrD,cAAc,EAAE;IACd8D,aAAa,EAAE,KAAK;IACpBnB,UAAU,EAAE,QAAQ;IACpBD,cAAc,EAAE,eAAe;IAC/BW,OAAO,EAAE,EAAE;IACX3C,eAAe,EAAE,SAAS;IAC1BmC,YAAY,EAAE,EAAE;IAChBa,YAAY,EAAE;EAChB,CAAC;EACDzD,cAAc,EAAE;IACd6D,aAAa,EAAE,KAAK;IACpBnB,UAAU,EAAE,QAAQ;IACpBS,IAAI,EAAE;EACR,CAAC;EACDlD,eAAe,EAAE;IACfsD,QAAQ,EAAE,EAAE;IACZO,WAAW,EAAE;EACf,CAAC;EACD5D,cAAc,EAAE;IACdiD,IAAI,EAAE;EACR,CAAC;EACDhD,cAAc,EAAE;IACdoD,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBrE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE;EAChB,CAAC;EACDrD,cAAc,EAAE;IACdmD,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE;EACT,CAAC;EACDoB,eAAe,EAAE;IACfsD,aAAa,EAAE,KAAK;IACpBnB,UAAU,EAAE;EACd,CAAC;EACDlC,SAAS,EAAE;IACTzF,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACT4H,YAAY,EAAE,CAAC;IACfkB,WAAW,EAAE;EACf,CAAC;EACDpD,UAAU,EAAE;IACV6C,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBO,aAAa,EAAE;EACjB,CAAC;EACDpD,oBAAoB,EAAE;IACpByC,OAAO,EAAE,EAAE;IACX3C,eAAe,EAAE,SAAS;IAC1BkD,gBAAgB,EAAE,EAAE;IACpBf,YAAY,EAAE,EAAE;IAChBa,YAAY,EAAE;EAChB,CAAC;EACD7C,gBAAgB,EAAE;IAChB2C,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBrE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE;EAChB,CAAC;EACD5C,eAAe,EAAE;IACf0C,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE,EAAE;IAChBO,UAAU,EAAE;EACd,CAAC;EACDlD,YAAY,EAAE;IACZ2C,YAAY,EAAE;EAChB,CAAC;EACD1C,WAAW,EAAE;IACXwC,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBsE,YAAY,EAAE,CAAC;IACfO,UAAU,EAAE;EACd,CAAC;EACDhD,WAAW,EAAE;IACXuC,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChB8E,SAAS,EAAE,QAAQ;IACnBD,UAAU,EAAE;EACd,CAAC;EACD/C,sBAAsB,EAAE;IACtBmC,OAAO,EAAE;EACX,CAAC;EACDjC,aAAa,EAAE;IACbV,eAAe,EAAE,SAAS;IAC1BmC,YAAY,EAAE,EAAE;IAChBQ,OAAO,EAAE,EAAE;IACXV,UAAU,EAAE,QAAQ;IACpBe,YAAY,EAAE,EAAE;IAChBS,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE;EACf,CAAC;EACD7C,iBAAiB,EAAE;IACjBiC,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBqE,UAAU,EAAE;EACd,CAAC;EACDjC,WAAW,EAAE;IACXsC,aAAa,EAAE,KAAK;IACpBO,GAAG,EAAE;EACP,CAAC;EACD5C,YAAY,EAAE;IACZ2B,IAAI,EAAE,CAAC;IACP1C,eAAe,EAAE,SAAS;IAC1BmC,YAAY,EAAE,EAAE;IAChBQ,OAAO,EAAE,EAAE;IACXV,UAAU,EAAE;EACd,CAAC;EACDjB,gBAAgB,EAAE;IAChB8B,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBqE,UAAU,EAAE;EACd,CAAC;EACD9B,aAAa,EAAE;IACbyB,IAAI,EAAE,CAAC;IACPP,YAAY,EAAE,EAAE;IAChByB,QAAQ,EAAE;EACZ,CAAC;EACDxC,qBAAqB,EAAE;IACrBuB,OAAO,EAAE,EAAE;IACXV,UAAU,EAAE,QAAQ;IACpBD,cAAc,EAAE;EAClB,CAAC;EACDT,iBAAiB,EAAE;IACjBuB,QAAQ,EAAE,EAAE;IACZpE,KAAK,EAAE,SAAS;IAChBqE,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.GoogleButton = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
const GoogleButton = ({
|
|
11
|
-
onPress,
|
|
12
|
-
style,
|
|
13
|
-
disabled = false
|
|
14
|
-
}) => {
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
16
|
-
style: [styles.button, style, disabled && styles.disabled],
|
|
17
|
-
onPress: onPress,
|
|
18
|
-
disabled: disabled
|
|
19
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
|
|
20
|
-
source: require('../assets/images/Googlelogo.png'),
|
|
21
|
-
style: styles.icon,
|
|
22
|
-
resizeMode: "contain"
|
|
23
|
-
}), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
24
|
-
style: styles.text
|
|
25
|
-
}, "Continue with Google"));
|
|
26
|
-
};
|
|
27
|
-
exports.GoogleButton = GoogleButton;
|
|
28
|
-
const styles = _reactNative.StyleSheet.create({
|
|
29
|
-
button: {
|
|
30
|
-
flexDirection: 'row',
|
|
31
|
-
alignItems: 'center',
|
|
32
|
-
justifyContent: 'center',
|
|
33
|
-
backgroundColor: '#FFFFFF',
|
|
34
|
-
borderWidth: 1,
|
|
35
|
-
borderColor: '#E0E0E0',
|
|
36
|
-
borderRadius: 8,
|
|
37
|
-
paddingVertical: 12,
|
|
38
|
-
paddingHorizontal: 16
|
|
39
|
-
},
|
|
40
|
-
disabled: {
|
|
41
|
-
opacity: 0.5
|
|
42
|
-
},
|
|
43
|
-
icon: {
|
|
44
|
-
width: 20,
|
|
45
|
-
height: 20,
|
|
46
|
-
marginRight: 8
|
|
47
|
-
},
|
|
48
|
-
text: {
|
|
49
|
-
fontSize: 16,
|
|
50
|
-
fontWeight: '500',
|
|
51
|
-
color: '#333333'
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
var _default = exports.default = GoogleButton;
|
|
55
|
-
//# sourceMappingURL=GoogleButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","e","__esModule","default","GoogleButton","onPress","style","disabled","createElement","TouchableOpacity","styles","button","Image","source","icon","resizeMode","Text","text","exports","StyleSheet","create","flexDirection","alignItems","justifyContent","backgroundColor","borderWidth","borderColor","borderRadius","paddingVertical","paddingHorizontal","opacity","width","height","marginRight","fontSize","fontWeight","color","_default"],"sourceRoot":"../../../src","sources":["components/GoogleButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAAoF,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQpF,MAAMG,YAAyC,GAAGA,CAAC;EAAEC,OAAO;EAAEC,KAAK;EAAEC,QAAQ,GAAG;AAAM,CAAC,KAAK;EAC1F,oBACEV,MAAA,CAAAM,OAAA,CAAAK,aAAA,CAACR,YAAA,CAAAS,gBAAgB;IACfH,KAAK,EAAE,CAACI,MAAM,CAACC,MAAM,EAAEL,KAAK,EAAEC,QAAQ,IAAIG,MAAM,CAACH,QAAQ,CAAE;IAC3DF,OAAO,EAAEA,OAAQ;IACjBE,QAAQ,EAAEA;EAAS,gBAEnBV,MAAA,CAAAM,OAAA,CAAAK,aAAA,CAACR,YAAA,CAAAY,KAAK;IACJC,MAAM,EAAEd,OAAO,CAAC,iCAAiC,CAAE;IACnDO,KAAK,EAAEI,MAAM,CAACI,IAAK;IACnBC,UAAU,EAAC;EAAS,CACrB,CAAC,eACFlB,MAAA,CAAAM,OAAA,CAAAK,aAAA,CAACR,YAAA,CAAAgB,IAAI;IAACV,KAAK,EAAEI,MAAM,CAACO;EAAK,GAAC,sBAA0B,CACpC,CAAC;AAEvB,CAAC;AAACC,OAAA,CAAAd,YAAA,GAAAA,YAAA;AAEF,MAAMM,MAAM,GAAGS,uBAAU,CAACC,MAAM,CAAC;EAC/BT,MAAM,EAAE;IACNU,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE,SAAS;IAC1BC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE,SAAS;IACtBC,YAAY,EAAE,CAAC;IACfC,eAAe,EAAE,EAAE;IACnBC,iBAAiB,EAAE;EACrB,CAAC;EACDtB,QAAQ,EAAE;IACRuB,OAAO,EAAE;EACX,CAAC;EACDhB,IAAI,EAAE;IACJiB,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,WAAW,EAAE;EACf,CAAC;EACDhB,IAAI,EAAE;IACJiB,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,KAAK;IACjBC,KAAK,EAAE;EACT;AACF,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAnB,OAAA,CAAAf,OAAA,GAGYC,YAAY","ignoreList":[]}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = exports.HeadingGroup = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _theme = require("../theme");
|
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
-
const HeadingGroup = ({
|
|
12
|
-
kicker = "Welcome to",
|
|
13
|
-
title = "Onairos",
|
|
14
|
-
style
|
|
15
|
-
}) => {
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
|
|
17
|
-
style: [styles.container, style]
|
|
18
|
-
}, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
19
|
-
style: styles.kicker
|
|
20
|
-
}, kicker), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
|
|
21
|
-
style: styles.title
|
|
22
|
-
}, title));
|
|
23
|
-
};
|
|
24
|
-
exports.HeadingGroup = HeadingGroup;
|
|
25
|
-
const styles = _reactNative.StyleSheet.create({
|
|
26
|
-
container: {
|
|
27
|
-
alignItems: 'center'
|
|
28
|
-
},
|
|
29
|
-
kicker: {
|
|
30
|
-
..._theme.TEXT_STYLES.kicker,
|
|
31
|
-
fontFamily: 'IBM Plex Sans',
|
|
32
|
-
fontWeight: '700',
|
|
33
|
-
// Force bold weight
|
|
34
|
-
marginBottom: 4 // Small gap between kicker and title
|
|
35
|
-
},
|
|
36
|
-
title: {
|
|
37
|
-
..._theme.TEXT_STYLES.welcomeTitle,
|
|
38
|
-
fontFamily: 'IBM Plex Sans',
|
|
39
|
-
fontWeight: '700' // Force bold weight
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
var _default = exports.default = HeadingGroup;
|
|
43
|
-
//# sourceMappingURL=HeadingGroup.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_theme","e","__esModule","default","HeadingGroup","kicker","title","style","createElement","View","styles","container","Text","exports","StyleSheet","create","alignItems","TEXT_STYLES","fontFamily","fontWeight","marginBottom","welcomeTitle","_default"],"sourceRoot":"../../../src","sources":["components/HeadingGroup.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAMA,IAAAE,MAAA,GAAAF,OAAA;AAAuC,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAQvC,MAAMG,YAAyC,GAAGA,CAAC;EACjDC,MAAM,GAAG,YAAY;EACrBC,KAAK,GAAG,SAAS;EACjBC;AACF,CAAC,KAAK;EACJ,oBACEX,MAAA,CAAAO,OAAA,CAAAK,aAAA,CAACT,YAAA,CAAAU,IAAI;IAACF,KAAK,EAAE,CAACG,MAAM,CAACC,SAAS,EAAEJ,KAAK;EAAE,gBACrCX,MAAA,CAAAO,OAAA,CAAAK,aAAA,CAACT,YAAA,CAAAa,IAAI;IAACL,KAAK,EAAEG,MAAM,CAACL;EAAO,GAAEA,MAAa,CAAC,eAC3CT,MAAA,CAAAO,OAAA,CAAAK,aAAA,CAACT,YAAA,CAAAa,IAAI;IAACL,KAAK,EAAEG,MAAM,CAACJ;EAAM,GAAEA,KAAY,CACpC,CAAC;AAEX,CAAC;AAACO,OAAA,CAAAT,YAAA,GAAAA,YAAA;AAEF,MAAMM,MAAM,GAAGI,uBAAU,CAACC,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,UAAU,EAAE;EACd,CAAC;EAEDX,MAAM,EAAE;IACN,GAAGY,kBAAW,CAACZ,MAAM;IACrBa,UAAU,EAAE,eAAe;IAC3BC,UAAU,EAAE,KAAK;IAAE;IACnBC,YAAY,EAAE,CAAC,CAAE;EACnB,CAAC;EAEDd,KAAK,EAAE;IACL,GAAGW,kBAAW,CAACI,YAAY;IAC3BH,UAAU,EAAE,eAAe;IAC3BC,UAAU,EAAE,KAAK,CAAE;EACrB;AACF,CAAC,CAAC;AAAC,IAAAG,QAAA,GAAAT,OAAA,CAAAV,OAAA,GAGYC,YAAY","ignoreList":[]}
|