@onairos/react-native 3.1.12 → 3.1.14
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 +403 -374
- package/lib/commonjs/api/index.js +75 -1
- package/lib/commonjs/api/index.js.map +1 -1
- 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 +3 -0
- package/lib/commonjs/assets/images/EnochE.svg +19 -0
- 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 +3 -0
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -0
- package/lib/commonjs/assets/images/Redditicon.png +0 -0
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -0
- package/lib/commonjs/assets/images/YouTubeicon3.png +0 -0
- package/lib/commonjs/assets/images/arrow.svg +20 -0
- package/lib/commonjs/assets/images/basicproficon.svg +43 -0
- package/lib/commonjs/assets/images/basicprofile.svg +3 -0
- package/lib/commonjs/assets/images/checkmark.svg +4 -0
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -0
- package/lib/commonjs/assets/images/contenticon.svg +23 -0
- 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 +18 -0
- package/lib/commonjs/assets/images/x-close.svg +3 -0
- package/lib/commonjs/components/BodyText.js +27 -0
- package/lib/commonjs/components/BodyText.js.map +1 -0
- package/lib/commonjs/components/BrandMark.js +44 -0
- package/lib/commonjs/components/BrandMark.js.map +1 -0
- package/lib/commonjs/components/CodeInput.js +30 -0
- package/lib/commonjs/components/CodeInput.js.map +1 -0
- package/lib/commonjs/components/EmailInput.js +30 -0
- package/lib/commonjs/components/EmailInput.js.map +1 -0
- package/lib/commonjs/components/ExistingUserDataConfirmation.js +474 -0
- package/lib/commonjs/components/ExistingUserDataConfirmation.js.map +1 -0
- package/lib/commonjs/components/GoogleButton.js +55 -0
- package/lib/commonjs/components/GoogleButton.js.map +1 -0
- package/lib/commonjs/components/HeadingGroup.js +43 -0
- package/lib/commonjs/components/HeadingGroup.js.map +1 -0
- package/lib/commonjs/components/ModalHeader.js +99 -0
- package/lib/commonjs/components/ModalHeader.js.map +1 -0
- package/lib/commonjs/components/ModalSheet.js +41 -0
- package/lib/commonjs/components/ModalSheet.js.map +1 -0
- package/lib/commonjs/components/Onairos.js +1 -3
- package/lib/commonjs/components/Onairos.js.map +1 -1
- package/lib/commonjs/components/OnairosButton.js +171 -190
- package/lib/commonjs/components/OnairosButton.js.map +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +169 -0
- package/lib/commonjs/components/OnairosSignInButton.js.map +1 -0
- package/lib/commonjs/components/Overlay.js +5 -5
- package/lib/commonjs/components/Overlay.js.map +1 -1
- package/lib/commonjs/components/PersonaImage.js +60 -0
- package/lib/commonjs/components/PersonaImage.js.map +1 -0
- package/lib/commonjs/components/PersonaLoadingScreen.js +156 -0
- package/lib/commonjs/components/PersonaLoadingScreen.js.map +1 -0
- package/lib/commonjs/components/PersonalizationConsentScreen.js +316 -0
- package/lib/commonjs/components/PersonalizationConsentScreen.js.map +1 -0
- package/lib/commonjs/components/PinCreationScreen.js +393 -0
- package/lib/commonjs/components/PinCreationScreen.js.map +1 -0
- package/lib/commonjs/components/PinInput.js +282 -120
- package/lib/commonjs/components/PinInput.js.map +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +828 -0
- package/lib/commonjs/components/PlatformConnectorsStep.js.map +1 -0
- package/lib/commonjs/components/PlatformToggle.js +180 -0
- package/lib/commonjs/components/PlatformToggle.js.map +1 -0
- package/lib/commonjs/components/PrimaryButton.js +180 -0
- package/lib/commonjs/components/PrimaryButton.js.map +1 -0
- package/lib/commonjs/components/SignInMatchAnimation.js +197 -0
- package/lib/commonjs/components/SignInMatchAnimation.js.map +1 -0
- package/lib/commonjs/components/SignInStep.js +179 -0
- package/lib/commonjs/components/SignInStep.js.map +1 -0
- package/lib/commonjs/components/TrainingModal.js +808 -563
- package/lib/commonjs/components/TrainingModal.js.map +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +2304 -1283
- package/lib/commonjs/components/UniversalOnboarding.js.map +1 -1
- package/lib/commonjs/components/VerificationStep.js +154 -0
- package/lib/commonjs/components/VerificationStep.js.map +1 -0
- package/lib/commonjs/components/WelcomeScreen.js +385 -0
- package/lib/commonjs/components/WelcomeScreen.js.map +1 -0
- package/lib/commonjs/components/icons/Basicproficon.js +37 -0
- package/lib/commonjs/components/icons/Basicproficon.js.map +1 -0
- package/lib/commonjs/components/icons/Basicprofile.js +21 -0
- package/lib/commonjs/components/icons/Basicprofile.js.map +1 -0
- package/lib/commonjs/components/icons/Checkbox.js +21 -0
- package/lib/commonjs/components/icons/Checkbox.js.map +1 -0
- package/lib/commonjs/components/icons/Checkmark.js +27 -0
- package/lib/commonjs/components/icons/Checkmark.js.map +1 -0
- package/lib/commonjs/components/icons/Contentanalysis.js +21 -0
- package/lib/commonjs/components/icons/Contentanalysis.js.map +1 -0
- package/lib/commonjs/components/icons/Contenticon.js +39 -0
- package/lib/commonjs/components/icons/Contenticon.js.map +1 -0
- package/lib/commonjs/components/icons/EnochE.js +41 -0
- package/lib/commonjs/components/icons/EnochE.js.map +1 -0
- package/lib/commonjs/components/icons/Personalityicon.js +30 -0
- package/lib/commonjs/components/icons/Personalityicon.js.map +1 -0
- package/lib/commonjs/components/icons/Personalityprofile.js +21 -0
- package/lib/commonjs/components/icons/Personalityprofile.js.map +1 -0
- package/lib/commonjs/components/icons/Personalitytraits.js +21 -0
- package/lib/commonjs/components/icons/Personalitytraits.js.map +1 -0
- package/lib/commonjs/components/icons/Userpreferences.js +21 -0
- package/lib/commonjs/components/icons/Userpreferences.js.map +1 -0
- package/lib/commonjs/components/icons/index.js +84 -0
- package/lib/commonjs/components/icons/index.js.map +1 -0
- package/lib/commonjs/components/onboarding/OAuthWebView.js +134 -743
- package/lib/commonjs/components/onboarding/OAuthWebView.js.map +1 -1
- package/lib/commonjs/config/api.js +34 -0
- package/lib/commonjs/config/api.js.map +1 -0
- package/lib/commonjs/context/AuthContext.js +345 -0
- package/lib/commonjs/context/AuthContext.js.map +1 -0
- package/lib/commonjs/hooks/useConnectedAccounts.js +111 -0
- package/lib/commonjs/hooks/useConnectedAccounts.js.map +1 -0
- package/lib/commonjs/hooks/useConnections.js +120 -125
- package/lib/commonjs/hooks/useConnections.js.map +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +148 -0
- package/lib/commonjs/hooks/useUserConnections.js.map +1 -0
- package/lib/commonjs/index.js +12 -100
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/services/apiClient.js +302 -0
- package/lib/commonjs/services/apiClient.js.map +1 -0
- package/lib/commonjs/services/apiKeyService.js +8 -9
- package/lib/commonjs/services/apiKeyService.js.map +1 -1
- package/lib/commonjs/services/authService.js +935 -0
- package/lib/commonjs/services/authService.js.map +1 -0
- package/lib/commonjs/services/biometricPinService.js +184 -0
- package/lib/commonjs/services/biometricPinService.js.map +1 -0
- package/lib/commonjs/services/connectedAccountsService.js +268 -0
- package/lib/commonjs/services/connectedAccountsService.js.map +1 -0
- package/lib/commonjs/services/googleAuthService.js +268 -0
- package/lib/commonjs/services/googleAuthService.js.map +1 -0
- package/lib/commonjs/services/imageCompressionService.js +260 -0
- package/lib/commonjs/services/imageCompressionService.js.map +1 -0
- package/lib/commonjs/services/jwtStorageService.js +256 -0
- package/lib/commonjs/services/jwtStorageService.js.map +1 -0
- package/lib/commonjs/services/mobileTrainingService.js +185 -0
- package/lib/commonjs/services/mobileTrainingService.js.map +1 -0
- package/lib/commonjs/services/pinEncryptionService.js +84 -0
- package/lib/commonjs/services/pinEncryptionService.js.map +1 -0
- package/lib/commonjs/services/pinStorageUtils.js +105 -0
- package/lib/commonjs/services/pinStorageUtils.js.map +1 -0
- package/lib/commonjs/services/platformAuthService.js +956 -722
- package/lib/commonjs/services/platformAuthService.js.map +1 -1
- package/lib/commonjs/services/storageService.js +404 -0
- package/lib/commonjs/services/storageService.js.map +1 -0
- package/lib/commonjs/services/trainingApiHelpers.js +73 -0
- package/lib/commonjs/services/trainingApiHelpers.js.map +1 -0
- package/lib/commonjs/services/userConnectionsService.js +486 -0
- package/lib/commonjs/services/userConnectionsService.js.map +1 -0
- package/lib/commonjs/services/youtubeMigrationService.js +415 -0
- package/lib/commonjs/services/youtubeMigrationService.js.map +1 -0
- package/lib/commonjs/theme/index.js +249 -0
- package/lib/commonjs/theme/index.js.map +1 -0
- package/lib/commonjs/utils/eventUtils.js +288 -0
- package/lib/commonjs/utils/eventUtils.js.map +1 -0
- package/lib/commonjs/utils/haptics.js +66 -0
- package/lib/commonjs/utils/haptics.js.map +1 -0
- package/lib/commonjs/utils/imagePreloader.js +6 -0
- package/lib/commonjs/utils/imagePreloader.js.map +1 -0
- package/lib/module/api/index.js +72 -0
- package/lib/module/api/index.js.map +1 -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 +3 -0
- package/lib/module/assets/images/EnochE.svg +19 -0
- 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 +3 -0
- package/lib/module/assets/images/Personalitytraits.svg +3 -0
- package/lib/module/assets/images/Redditicon.png +0 -0
- package/lib/module/assets/images/Userpreferences.svg +3 -0
- package/lib/module/assets/images/YouTubeicon3.png +0 -0
- package/lib/module/assets/images/arrow.svg +20 -0
- package/lib/module/assets/images/basicproficon.svg +43 -0
- package/lib/module/assets/images/basicprofile.svg +3 -0
- package/lib/module/assets/images/checkmark.svg +4 -0
- package/lib/module/assets/images/contentanalysis.svg +3 -0
- package/lib/module/assets/images/contenticon.svg +23 -0
- 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 +18 -0
- package/lib/module/assets/images/x-close.svg +3 -0
- package/lib/module/components/BodyText.js +20 -0
- package/lib/module/components/BodyText.js.map +1 -0
- package/lib/module/components/BrandMark.js +37 -0
- package/lib/module/components/BrandMark.js.map +1 -0
- package/lib/module/components/CodeInput.js +23 -0
- package/lib/module/components/CodeInput.js.map +1 -0
- package/lib/module/components/EmailInput.js +23 -0
- package/lib/module/components/EmailInput.js.map +1 -0
- package/lib/module/components/ExistingUserDataConfirmation.js +465 -0
- package/lib/module/components/ExistingUserDataConfirmation.js.map +1 -0
- package/lib/module/components/GoogleButton.js +48 -0
- package/lib/module/components/GoogleButton.js.map +1 -0
- package/lib/module/components/HeadingGroup.js +36 -0
- package/lib/module/components/HeadingGroup.js.map +1 -0
- package/lib/module/components/ModalHeader.js +92 -0
- package/lib/module/components/ModalHeader.js.map +1 -0
- package/lib/module/components/ModalSheet.js +34 -0
- package/lib/module/components/ModalSheet.js.map +1 -0
- package/lib/module/components/Onairos.js +1 -3
- package/lib/module/components/Onairos.js.map +1 -1
- package/lib/module/components/OnairosButton.js +172 -192
- package/lib/module/components/OnairosButton.js.map +1 -1
- package/lib/module/components/OnairosSignInButton.js +160 -0
- package/lib/module/components/OnairosSignInButton.js.map +1 -0
- package/lib/module/components/Overlay.js +5 -5
- package/lib/module/components/Overlay.js.map +1 -1
- package/lib/module/components/PersonaImage.js +53 -0
- package/lib/module/components/PersonaImage.js.map +1 -0
- package/lib/module/components/PersonaLoadingScreen.js +148 -0
- package/lib/module/components/PersonaLoadingScreen.js.map +1 -0
- package/lib/module/components/PersonalizationConsentScreen.js +309 -0
- package/lib/module/components/PersonalizationConsentScreen.js.map +1 -0
- package/lib/module/components/PinCreationScreen.js +386 -0
- package/lib/module/components/PinCreationScreen.js.map +1 -0
- package/lib/module/components/PinInput.js +283 -120
- package/lib/module/components/PinInput.js.map +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +820 -0
- package/lib/module/components/PlatformConnectorsStep.js.map +1 -0
- package/lib/module/components/PlatformToggle.js +173 -0
- package/lib/module/components/PlatformToggle.js.map +1 -0
- package/lib/module/components/PrimaryButton.js +172 -0
- package/lib/module/components/PrimaryButton.js.map +1 -0
- package/lib/module/components/SignInMatchAnimation.js +189 -0
- package/lib/module/components/SignInMatchAnimation.js.map +1 -0
- package/lib/module/components/SignInStep.js +171 -0
- package/lib/module/components/SignInStep.js.map +1 -0
- package/lib/module/components/TrainingModal.js +809 -565
- package/lib/module/components/TrainingModal.js.map +1 -1
- package/lib/module/components/UniversalOnboarding.js +2307 -1284
- package/lib/module/components/UniversalOnboarding.js.map +1 -1
- package/lib/module/components/VerificationStep.js +146 -0
- package/lib/module/components/VerificationStep.js.map +1 -0
- package/lib/module/components/WelcomeScreen.js +378 -0
- package/lib/module/components/WelcomeScreen.js.map +1 -0
- package/lib/module/components/icons/Basicproficon.js +30 -0
- package/lib/module/components/icons/Basicproficon.js.map +1 -0
- package/lib/module/components/icons/Basicprofile.js +14 -0
- package/lib/module/components/icons/Basicprofile.js.map +1 -0
- package/lib/module/components/icons/Checkbox.js +14 -0
- package/lib/module/components/icons/Checkbox.js.map +1 -0
- package/lib/module/components/icons/Checkmark.js +20 -0
- package/lib/module/components/icons/Checkmark.js.map +1 -0
- package/lib/module/components/icons/Contentanalysis.js +14 -0
- package/lib/module/components/icons/Contentanalysis.js.map +1 -0
- package/lib/module/components/icons/Contenticon.js +32 -0
- package/lib/module/components/icons/Contenticon.js.map +1 -0
- package/lib/module/components/icons/EnochE.js +34 -0
- package/lib/module/components/icons/EnochE.js.map +1 -0
- package/lib/module/components/icons/Personalityicon.js +23 -0
- package/lib/module/components/icons/Personalityicon.js.map +1 -0
- package/lib/module/components/icons/Personalityprofile.js +14 -0
- package/lib/module/components/icons/Personalityprofile.js.map +1 -0
- package/lib/module/components/icons/Personalitytraits.js +14 -0
- package/lib/module/components/icons/Personalitytraits.js.map +1 -0
- package/lib/module/components/icons/Userpreferences.js +14 -0
- package/lib/module/components/icons/Userpreferences.js.map +1 -0
- package/lib/module/components/icons/index.js +13 -0
- package/lib/module/components/icons/index.js.map +1 -0
- package/lib/module/components/onboarding/OAuthWebView.js +136 -744
- package/lib/module/components/onboarding/OAuthWebView.js.map +1 -1
- package/lib/module/config/api.js +26 -0
- package/lib/module/config/api.js.map +1 -0
- package/lib/module/context/AuthContext.js +335 -0
- package/lib/module/context/AuthContext.js.map +1 -0
- package/lib/module/hooks/useConnectedAccounts.js +106 -0
- package/lib/module/hooks/useConnectedAccounts.js.map +1 -0
- package/lib/module/hooks/useConnections.js +119 -125
- package/lib/module/hooks/useConnections.js.map +1 -1
- package/lib/module/hooks/useUserConnections.js +140 -0
- package/lib/module/hooks/useUserConnections.js.map +1 -0
- package/lib/module/index.js +51 -15
- package/lib/module/index.js.map +1 -1
- package/lib/module/services/apiClient.js +298 -0
- package/lib/module/services/apiClient.js.map +1 -0
- package/lib/module/services/apiKeyService.js +8 -9
- package/lib/module/services/apiKeyService.js.map +1 -1
- package/lib/module/services/authService.js +905 -0
- package/lib/module/services/authService.js.map +1 -0
- package/lib/module/services/biometricPinService.js +173 -0
- package/lib/module/services/biometricPinService.js.map +1 -0
- package/lib/module/services/connectedAccountsService.js +255 -0
- package/lib/module/services/connectedAccountsService.js.map +1 -0
- package/lib/module/services/googleAuthService.js +258 -0
- package/lib/module/services/googleAuthService.js.map +1 -0
- package/lib/module/services/imageCompressionService.js +250 -0
- package/lib/module/services/imageCompressionService.js.map +1 -0
- package/lib/module/services/jwtStorageService.js +239 -0
- package/lib/module/services/jwtStorageService.js.map +1 -0
- package/lib/module/services/mobileTrainingService.js +172 -0
- package/lib/module/services/mobileTrainingService.js.map +1 -0
- package/lib/module/services/pinEncryptionService.js +75 -0
- package/lib/module/services/pinEncryptionService.js.map +1 -0
- package/lib/module/services/pinStorageUtils.js +93 -0
- package/lib/module/services/pinStorageUtils.js.map +1 -0
- package/lib/module/services/platformAuthService.js +943 -704
- package/lib/module/services/platformAuthService.js.map +1 -1
- package/lib/module/services/storageService.js +383 -0
- package/lib/module/services/storageService.js.map +1 -0
- package/lib/module/services/trainingApiHelpers.js +67 -0
- package/lib/module/services/trainingApiHelpers.js.map +1 -0
- package/lib/module/services/userConnectionsService.js +476 -0
- package/lib/module/services/userConnectionsService.js.map +1 -0
- package/lib/module/services/youtubeMigrationService.js +404 -0
- package/lib/module/services/youtubeMigrationService.js.map +1 -0
- package/lib/module/theme/index.js +244 -0
- package/lib/module/theme/index.js.map +1 -0
- package/lib/module/utils/eventUtils.js +270 -0
- package/lib/module/utils/eventUtils.js.map +1 -0
- package/lib/module/utils/haptics.js +59 -0
- package/lib/module/utils/haptics.js.map +1 -0
- package/lib/module/utils/imagePreloader.js +3 -0
- package/lib/module/utils/imagePreloader.js.map +1 -0
- package/lib/typescript/api/index.d.ts +8 -0
- package/lib/typescript/api/index.d.ts.map +1 -1
- package/lib/typescript/components/BodyText.d.ts +10 -0
- package/lib/typescript/components/BodyText.d.ts.map +1 -0
- package/lib/typescript/components/BrandMark.d.ts +11 -0
- package/lib/typescript/components/BrandMark.d.ts.map +1 -0
- package/lib/typescript/components/CodeInput.d.ts +10 -0
- package/lib/typescript/components/CodeInput.d.ts.map +1 -0
- package/lib/typescript/components/EmailInput.d.ts +8 -0
- package/lib/typescript/components/EmailInput.d.ts.map +1 -0
- package/lib/typescript/components/ExistingUserDataConfirmation.d.ts +12 -0
- package/lib/typescript/components/ExistingUserDataConfirmation.d.ts.map +1 -0
- package/lib/typescript/components/GoogleButton.d.ts +11 -0
- package/lib/typescript/components/GoogleButton.d.ts.map +1 -0
- package/lib/typescript/components/HeadingGroup.d.ts +11 -0
- package/lib/typescript/components/HeadingGroup.d.ts.map +1 -0
- package/lib/typescript/components/ModalHeader.d.ts +11 -0
- package/lib/typescript/components/ModalHeader.d.ts.map +1 -0
- package/lib/typescript/components/ModalSheet.d.ts +13 -0
- package/lib/typescript/components/ModalSheet.d.ts.map +1 -0
- package/lib/typescript/components/Onairos.d.ts.map +1 -1
- package/lib/typescript/components/OnairosButton.d.ts +29 -4
- package/lib/typescript/components/OnairosButton.d.ts.map +1 -1
- package/lib/typescript/components/OnairosSignInButton.d.ts +14 -0
- package/lib/typescript/components/OnairosSignInButton.d.ts.map +1 -0
- package/lib/typescript/components/PersonaImage.d.ts +8 -0
- package/lib/typescript/components/PersonaImage.d.ts.map +1 -0
- package/lib/typescript/components/PersonaLoadingScreen.d.ts +10 -0
- package/lib/typescript/components/PersonaLoadingScreen.d.ts.map +1 -0
- package/lib/typescript/components/PersonalizationConsentScreen.d.ts +10 -0
- package/lib/typescript/components/PersonalizationConsentScreen.d.ts.map +1 -0
- package/lib/typescript/components/PinCreationScreen.d.ts +10 -0
- package/lib/typescript/components/PinCreationScreen.d.ts.map +1 -0
- package/lib/typescript/components/PinInput.d.ts +11 -1
- package/lib/typescript/components/PinInput.d.ts.map +1 -1
- package/lib/typescript/components/PlatformConnectorsStep.d.ts +11 -0
- package/lib/typescript/components/PlatformConnectorsStep.d.ts.map +1 -0
- package/lib/typescript/components/PlatformToggle.d.ts +20 -0
- package/lib/typescript/components/PlatformToggle.d.ts.map +1 -0
- package/lib/typescript/components/PrimaryButton.d.ts +22 -0
- package/lib/typescript/components/PrimaryButton.d.ts.map +1 -0
- package/lib/typescript/components/SignInMatchAnimation.d.ts +9 -0
- package/lib/typescript/components/SignInMatchAnimation.d.ts.map +1 -0
- package/lib/typescript/components/SignInStep.d.ts +12 -0
- package/lib/typescript/components/SignInStep.d.ts.map +1 -0
- package/lib/typescript/components/TrainingModal.d.ts +12 -1
- package/lib/typescript/components/TrainingModal.d.ts.map +1 -1
- package/lib/typescript/components/UniversalOnboarding.d.ts +14 -1
- package/lib/typescript/components/UniversalOnboarding.d.ts.map +1 -1
- package/lib/typescript/components/VerificationStep.d.ts +13 -0
- package/lib/typescript/components/VerificationStep.d.ts.map +1 -0
- package/lib/typescript/components/WelcomeScreen.d.ts +9 -0
- package/lib/typescript/components/WelcomeScreen.d.ts.map +1 -0
- package/lib/typescript/components/icons/Basicproficon.d.ts +5 -0
- package/lib/typescript/components/icons/Basicproficon.d.ts.map +1 -0
- package/lib/typescript/components/icons/Basicprofile.d.ts +5 -0
- package/lib/typescript/components/icons/Basicprofile.d.ts.map +1 -0
- package/lib/typescript/components/icons/Checkbox.d.ts +5 -0
- package/lib/typescript/components/icons/Checkbox.d.ts.map +1 -0
- package/lib/typescript/components/icons/Checkmark.d.ts +5 -0
- package/lib/typescript/components/icons/Checkmark.d.ts.map +1 -0
- package/lib/typescript/components/icons/Contentanalysis.d.ts +5 -0
- package/lib/typescript/components/icons/Contentanalysis.d.ts.map +1 -0
- package/lib/typescript/components/icons/Contenticon.d.ts +5 -0
- package/lib/typescript/components/icons/Contenticon.d.ts.map +1 -0
- package/lib/typescript/components/icons/EnochE.d.ts +5 -0
- package/lib/typescript/components/icons/EnochE.d.ts.map +1 -0
- package/lib/typescript/components/icons/Personalityicon.d.ts +5 -0
- package/lib/typescript/components/icons/Personalityicon.d.ts.map +1 -0
- package/lib/typescript/components/icons/Personalityprofile.d.ts +5 -0
- package/lib/typescript/components/icons/Personalityprofile.d.ts.map +1 -0
- package/lib/typescript/components/icons/Personalitytraits.d.ts +5 -0
- package/lib/typescript/components/icons/Personalitytraits.d.ts.map +1 -0
- package/lib/typescript/components/icons/Userpreferences.d.ts +5 -0
- package/lib/typescript/components/icons/Userpreferences.d.ts.map +1 -0
- package/lib/typescript/components/icons/index.d.ts +12 -0
- package/lib/typescript/components/icons/index.d.ts.map +1 -0
- package/lib/typescript/components/onboarding/OAuthWebView.d.ts.map +1 -1
- package/lib/typescript/config/api.d.ts +24 -0
- package/lib/typescript/config/api.d.ts.map +1 -0
- package/lib/typescript/context/AuthContext.d.ts +34 -0
- package/lib/typescript/context/AuthContext.d.ts.map +1 -0
- package/lib/typescript/hooks/useConnectedAccounts.d.ts +11 -0
- package/lib/typescript/hooks/useConnectedAccounts.d.ts.map +1 -0
- package/lib/typescript/hooks/useConnections.d.ts +10 -5
- package/lib/typescript/hooks/useConnections.d.ts.map +1 -1
- package/lib/typescript/hooks/useUserConnections.d.ts +12 -0
- package/lib/typescript/hooks/useUserConnections.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +24 -6
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/services/apiClient.d.ts +91 -0
- package/lib/typescript/services/apiClient.d.ts.map +1 -0
- package/lib/typescript/services/apiKeyService.d.ts.map +1 -1
- package/lib/typescript/services/authService.d.ts +216 -0
- package/lib/typescript/services/authService.d.ts.map +1 -0
- package/lib/typescript/services/biometricPinService.d.ts +29 -0
- package/lib/typescript/services/biometricPinService.d.ts.map +1 -0
- package/lib/typescript/services/connectedAccountsService.d.ts +56 -0
- package/lib/typescript/services/connectedAccountsService.d.ts.map +1 -0
- package/lib/typescript/services/googleAuthService.d.ts +63 -0
- package/lib/typescript/services/googleAuthService.d.ts.map +1 -0
- package/lib/typescript/services/imageCompressionService.d.ts +37 -0
- package/lib/typescript/services/imageCompressionService.d.ts.map +1 -0
- package/lib/typescript/services/jwtStorageService.d.ts +86 -0
- package/lib/typescript/services/jwtStorageService.d.ts.map +1 -0
- package/lib/typescript/services/mobileTrainingService.d.ts +45 -0
- package/lib/typescript/services/mobileTrainingService.d.ts.map +1 -0
- package/lib/typescript/services/pinEncryptionService.d.ts +17 -0
- package/lib/typescript/services/pinEncryptionService.d.ts.map +1 -0
- package/lib/typescript/services/pinStorageUtils.d.ts +25 -0
- package/lib/typescript/services/pinStorageUtils.d.ts.map +1 -0
- package/lib/typescript/services/platformAuthService.d.ts +34 -109
- package/lib/typescript/services/platformAuthService.d.ts.map +1 -1
- package/lib/typescript/services/storageService.d.ts +128 -0
- package/lib/typescript/services/storageService.d.ts.map +1 -0
- package/lib/typescript/services/trainingApiHelpers.d.ts +38 -0
- package/lib/typescript/services/trainingApiHelpers.d.ts.map +1 -0
- package/lib/typescript/services/userConnectionsService.d.ts +90 -0
- package/lib/typescript/services/userConnectionsService.d.ts.map +1 -0
- package/lib/typescript/services/youtubeMigrationService.d.ts +12 -0
- package/lib/typescript/services/youtubeMigrationService.d.ts.map +1 -0
- package/lib/typescript/theme/index.d.ts +416 -0
- package/lib/typescript/theme/index.d.ts.map +1 -0
- package/lib/typescript/types/index.d.ts +39 -0
- package/lib/typescript/types/index.d.ts.map +1 -1
- package/lib/typescript/utils/eventUtils.d.ts +108 -0
- package/lib/typescript/utils/eventUtils.d.ts.map +1 -0
- package/lib/typescript/utils/haptics.d.ts +11 -0
- package/lib/typescript/utils/haptics.d.ts.map +1 -0
- package/lib/typescript/utils/imagePreloader.d.ts +2 -0
- package/lib/typescript/utils/imagePreloader.d.ts.map +1 -0
- package/package.json +163 -145
- package/src/api/index.ts +41 -0
- 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 +3 -0
- package/src/assets/images/EnochE.svg +19 -0
- 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 +3 -0
- package/src/assets/images/Personalitytraits.svg +3 -0
- package/src/assets/images/Redditicon.png +0 -0
- package/src/assets/images/Userpreferences.svg +3 -0
- package/src/assets/images/YouTubeicon3.png +0 -0
- package/src/assets/images/arrow.svg +20 -0
- package/src/assets/images/basicproficon.svg +43 -0
- package/src/assets/images/basicprofile.svg +3 -0
- package/src/assets/images/checkmark.svg +4 -0
- package/src/assets/images/contentanalysis.svg +3 -0
- package/src/assets/images/contenticon.svg +23 -0
- 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 +18 -0
- package/src/assets/images/x-close.svg +3 -0
- package/src/components/BodyText.tsx +33 -0
- package/src/components/BrandMark.tsx +62 -0
- package/src/components/CodeInput.tsx +32 -0
- package/src/components/EmailInput.tsx +31 -0
- package/src/components/ExistingUserDataConfirmation.tsx +507 -0
- package/src/components/GoogleButton.tsx +55 -0
- package/src/components/HeadingGroup.tsx +49 -0
- package/src/components/ModalHeader.tsx +125 -0
- package/src/components/ModalSheet.tsx +57 -0
- package/src/components/Onairos.tsx +422 -424
- package/src/components/OnairosButton.tsx +339 -359
- package/src/components/OnairosSignInButton.tsx +166 -0
- package/src/components/Overlay.tsx +506 -506
- package/src/components/PersonaImage.tsx +79 -0
- package/src/components/PersonaLoadingScreen.tsx +201 -0
- package/src/components/PersonalizationConsentScreen.tsx +410 -0
- package/src/components/PinCreationScreen.tsx +492 -0
- package/src/components/PinInput.tsx +555 -343
- package/src/components/PlatformConnectorsStep.tsx +892 -0
- package/src/components/PlatformToggle.tsx +226 -0
- package/src/components/PrimaryButton.tsx +214 -0
- package/src/components/SignInMatchAnimation.tsx +225 -0
- package/src/components/SignInStep.tsx +217 -0
- package/src/components/TrainingModal.tsx +1047 -737
- package/src/components/UniversalOnboarding.tsx +2888 -1820
- package/src/components/VerificationStep.tsx +198 -0
- package/src/components/WelcomeScreen.tsx +473 -0
- package/src/components/icons/Basicproficon.tsx +30 -0
- package/src/components/icons/Basicprofile.tsx +17 -0
- package/src/components/icons/Checkbox.tsx +17 -0
- package/src/components/icons/Checkmark.tsx +24 -0
- package/src/components/icons/Contentanalysis.tsx +17 -0
- package/src/components/icons/Contenticon.tsx +30 -0
- package/src/components/icons/EnochE.tsx +39 -0
- package/src/components/icons/Personalityicon.tsx +22 -0
- package/src/components/icons/Personalityprofile.tsx +17 -0
- package/src/components/icons/Personalitytraits.tsx +17 -0
- package/src/components/icons/Userpreferences.tsx +17 -0
- package/src/components/icons/index.ts +12 -0
- package/src/components/onboarding/OAuthWebView.tsx +232 -838
- package/src/config/api.ts +25 -0
- package/src/context/AuthContext.tsx +393 -0
- package/src/hooks/useConnectedAccounts.ts +139 -0
- package/src/hooks/useConnections.ts +129 -131
- package/src/hooks/useUserConnections.ts +166 -0
- package/src/index.ts +94 -49
- package/src/services/apiClient.ts +337 -0
- package/src/services/apiKeyService.ts +9 -11
- package/src/services/authService.ts +1008 -0
- package/src/services/biometricPinService.ts +193 -0
- package/src/services/connectedAccountsService.ts +290 -0
- package/src/services/googleAuthService.ts +279 -0
- package/src/services/imageCompressionService.ts +303 -0
- package/src/services/jwtStorageService.ts +257 -0
- package/src/services/mobileTrainingService.ts +204 -0
- package/src/services/pinEncryptionService.ts +76 -0
- package/src/services/pinStorageUtils.ts +97 -0
- package/src/services/platformAuthService.ts +1346 -1113
- package/src/services/storageService.ts +452 -0
- package/src/services/trainingApiHelpers.ts +67 -0
- package/src/services/userConnectionsService.ts +557 -0
- package/src/services/youtubeMigrationService.ts +454 -0
- package/src/theme/index.ts +239 -0
- package/src/types/index.ts +265 -238
- package/src/utils/eventUtils.ts +303 -0
- package/src/utils/haptics.ts +59 -0
- package/src/utils/imagePreloader.ts +2 -0
- 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/UniversalOnboarding.tsx.new +0 -455
- 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/UniversalOnboarding.tsx.new +0 -455
- 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/UniversalOnboarding.tsx.new +0 -455
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React, { useState, useCallback } from 'react';
|
|
2
|
-
import { View, Text, StyleSheet, TextInput, TouchableOpacity, Dimensions,
|
|
3
|
-
import
|
|
4
|
-
import { COLORS } from '../constants';
|
|
2
|
+
import { View, Text, StyleSheet, TextInput, TouchableOpacity, Dimensions, Keyboard, ActivityIndicator } from 'react-native';
|
|
3
|
+
import { biometricPinService } from '../services/biometricPinService';
|
|
5
4
|
const {
|
|
6
5
|
width
|
|
7
6
|
} = Dimensions.get('window');
|
|
@@ -10,12 +9,34 @@ export const PinInput = ({
|
|
|
10
9
|
minLength = 8,
|
|
11
10
|
requireSpecialChar = true,
|
|
12
11
|
requireNumber = true,
|
|
13
|
-
onBack
|
|
12
|
+
onBack,
|
|
13
|
+
enableBiometricStorage = true,
|
|
14
|
+
// ✅ NEW: Background training optimization props
|
|
15
|
+
onBackgroundTrainingStart,
|
|
16
|
+
showBackgroundProgress = false,
|
|
17
|
+
backgroundProgressText = "Training is starting in the background..."
|
|
14
18
|
}) => {
|
|
15
19
|
const [pin, setPin] = useState('');
|
|
16
20
|
const [error, setError] = useState(null);
|
|
17
21
|
const [showPin, setShowPin] = useState(false);
|
|
18
|
-
const [
|
|
22
|
+
const [isStoringPin, setIsStoringPin] = useState(false);
|
|
23
|
+
const [infoStatus, setInfoStatus] = useState('default');
|
|
24
|
+
// ✅ NEW: Background training state
|
|
25
|
+
const [isBackgroundTrainingStarted, setIsBackgroundTrainingStarted] = useState(false);
|
|
26
|
+
|
|
27
|
+
// ✅ UPDATED: Make background training conditional, not automatic on mount
|
|
28
|
+
React.useEffect(() => {
|
|
29
|
+
// Only start background training if explicitly requested and not already started
|
|
30
|
+
// This prevents automatic training on component mount
|
|
31
|
+
if (onBackgroundTrainingStart && !isBackgroundTrainingStarted && showBackgroundProgress) {
|
|
32
|
+
console.log('🚀 [PIN INPUT] Background training explicitly requested...');
|
|
33
|
+
setIsBackgroundTrainingStarted(true);
|
|
34
|
+
onBackgroundTrainingStart().catch(error => {
|
|
35
|
+
console.error('❌ [PIN INPUT] Background training failed:', error);
|
|
36
|
+
setIsBackgroundTrainingStarted(false);
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}, [onBackgroundTrainingStart, isBackgroundTrainingStarted, showBackgroundProgress]);
|
|
19
40
|
const validatePin = useCallback(value => {
|
|
20
41
|
if (value.length < minLength) {
|
|
21
42
|
return `PIN must be at least ${minLength} characters`;
|
|
@@ -28,60 +49,170 @@ export const PinInput = ({
|
|
|
28
49
|
}
|
|
29
50
|
return null;
|
|
30
51
|
}, [minLength, requireSpecialChar, requireNumber]);
|
|
31
|
-
const handleSubmit = useCallback(() => {
|
|
52
|
+
const handleSubmit = useCallback(async () => {
|
|
53
|
+
console.log('🔍 [PIN INPUT] handleSubmit called with PIN length:', pin.length);
|
|
32
54
|
const validationError = validatePin(pin);
|
|
33
55
|
if (validationError) {
|
|
56
|
+
console.log('❌ [PIN INPUT] Validation failed:', validationError);
|
|
34
57
|
setError(validationError);
|
|
35
58
|
return;
|
|
36
59
|
}
|
|
37
|
-
|
|
38
|
-
|
|
60
|
+
console.log('✅ [PIN INPUT] PIN validation passed');
|
|
61
|
+
|
|
62
|
+
// If biometric storage is enabled, store PIN securely
|
|
63
|
+
if (enableBiometricStorage) {
|
|
64
|
+
console.log('🔐 [PIN INPUT] Biometric storage enabled, starting biometric flow...');
|
|
65
|
+
setIsStoringPin(true);
|
|
66
|
+
setInfoStatus('authenticating');
|
|
67
|
+
try {
|
|
68
|
+
// Check if biometric is available
|
|
69
|
+
const biometricAvailable = await biometricPinService.isBiometricAvailable();
|
|
70
|
+
console.log('📱 [PIN INPUT] Biometric available:', biometricAvailable);
|
|
71
|
+
if (!biometricAvailable) {
|
|
72
|
+
console.error('❌ [PIN INPUT] Face ID not available on this device');
|
|
73
|
+
setInfoStatus('biometric-unavailable');
|
|
74
|
+
setIsStoringPin(false);
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// Immediately attempt to store PIN with biometric authentication
|
|
79
|
+
console.log('🔐 [PIN INPUT] Triggering biometric authentication for PIN storage...');
|
|
80
|
+
const stored = await biometricPinService.storePinWithBiometric(pin);
|
|
81
|
+
if (stored) {
|
|
82
|
+
console.log('✅ [PIN INPUT] PIN stored successfully with biometric protection');
|
|
83
|
+
|
|
84
|
+
// Verify the PIN was actually stored by checking if it can be retrieved
|
|
85
|
+
const isStored = await biometricPinService.isPinStored();
|
|
86
|
+
if (isStored) {
|
|
87
|
+
console.log('✅ [PIN INPUT] PIN storage verified - proceeding with onboarding');
|
|
88
|
+
onSubmit(pin);
|
|
89
|
+
} else {
|
|
90
|
+
console.error('❌ [PIN INPUT] PIN storage verification failed');
|
|
91
|
+
setInfoStatus('storage-error');
|
|
92
|
+
setIsStoringPin(false);
|
|
93
|
+
}
|
|
94
|
+
} else {
|
|
95
|
+
// Biometric authentication was cancelled or failed
|
|
96
|
+
console.warn('⚠️ [PIN INPUT] Biometric authentication failed or was cancelled');
|
|
97
|
+
setInfoStatus('biometric-failed');
|
|
98
|
+
setIsStoringPin(false);
|
|
99
|
+
}
|
|
100
|
+
} catch (error) {
|
|
101
|
+
console.error('❌ [PIN INPUT] Error handling biometric PIN storage:', error);
|
|
102
|
+
setInfoStatus('storage-error');
|
|
103
|
+
setIsStoringPin(false);
|
|
104
|
+
}
|
|
105
|
+
} else {
|
|
106
|
+
// Biometric storage disabled, proceed normally
|
|
107
|
+
console.log('🔐 [PIN INPUT] Biometric storage disabled, proceeding normally');
|
|
108
|
+
onSubmit(pin);
|
|
109
|
+
}
|
|
110
|
+
}, [pin, validatePin, onSubmit, enableBiometricStorage]);
|
|
39
111
|
const handlePinChange = useCallback(value => {
|
|
40
112
|
setPin(value);
|
|
41
113
|
setError(null);
|
|
42
|
-
|
|
114
|
+
setInfoStatus('default');
|
|
115
|
+
|
|
116
|
+
// Debug logging to help troubleshoot
|
|
117
|
+
console.log('🔍 [PIN INPUT] PIN changed:', {
|
|
118
|
+
length: value.length,
|
|
119
|
+
hasSpecialChar: /[!@#$%^&*(),.?":{}|<>]/.test(value),
|
|
120
|
+
hasNumber: /\d/.test(value),
|
|
121
|
+
isValid: !validatePin(value)
|
|
122
|
+
});
|
|
123
|
+
}, [validatePin]);
|
|
124
|
+
const handleContinueWithoutBiometric = useCallback(() => {
|
|
125
|
+
console.warn('⚠️ [PIN INPUT] User chose to continue without biometric security');
|
|
126
|
+
onSubmit(pin);
|
|
127
|
+
}, [pin, onSubmit]);
|
|
128
|
+
const handleRetry = useCallback(() => {
|
|
129
|
+
setInfoStatus('default');
|
|
130
|
+
handleSubmit();
|
|
131
|
+
}, [handleSubmit]);
|
|
132
|
+
const getInfoMessage = () => {
|
|
133
|
+
switch (infoStatus) {
|
|
134
|
+
case 'biometric-unavailable':
|
|
135
|
+
return {
|
|
136
|
+
title: 'Biometric Authentication Not Available',
|
|
137
|
+
message: 'This device does not support Face ID or Touch ID. Please enable biometric authentication in your device settings to secure your PIN.',
|
|
138
|
+
type: 'warning',
|
|
139
|
+
showActions: true
|
|
140
|
+
};
|
|
141
|
+
case 'biometric-failed':
|
|
142
|
+
return {
|
|
143
|
+
title: 'Biometric Authentication Failed',
|
|
144
|
+
message: 'Biometric authentication was cancelled or failed. Your PIN needs to be secured with biometric authentication to proceed.',
|
|
145
|
+
type: 'warning',
|
|
146
|
+
showActions: true
|
|
147
|
+
};
|
|
148
|
+
case 'storage-error':
|
|
149
|
+
return {
|
|
150
|
+
title: 'Storage Error',
|
|
151
|
+
message: 'An error occurred while securing your PIN. Would you like to try again?',
|
|
152
|
+
type: 'error',
|
|
153
|
+
showActions: true
|
|
154
|
+
};
|
|
155
|
+
case 'authenticating':
|
|
156
|
+
return {
|
|
157
|
+
title: 'Authenticating...',
|
|
158
|
+
message: 'Please complete biometric authentication to secure your PIN.',
|
|
159
|
+
type: 'info',
|
|
160
|
+
showActions: false
|
|
161
|
+
};
|
|
162
|
+
default:
|
|
163
|
+
return {
|
|
164
|
+
title: 'Secure PIN Storage',
|
|
165
|
+
message: 'Your PIN will be securely stored locally on your device using biometric authentication (Face ID or Touch ID) for enhanced security.',
|
|
166
|
+
type: 'info',
|
|
167
|
+
showActions: false
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
};
|
|
171
|
+
const infoMessage = getInfoMessage();
|
|
43
172
|
return /*#__PURE__*/React.createElement(View, {
|
|
44
173
|
style: styles.container
|
|
174
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
175
|
+
style: styles.inputSection
|
|
45
176
|
}, /*#__PURE__*/React.createElement(View, {
|
|
46
177
|
style: styles.header
|
|
47
178
|
}, onBack && /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
48
179
|
style: styles.backButton,
|
|
49
180
|
onPress: onBack
|
|
50
|
-
}, /*#__PURE__*/React.createElement(
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
})), /*#__PURE__*/React.createElement(Text, {
|
|
181
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
182
|
+
style: {
|
|
183
|
+
fontSize: 24
|
|
184
|
+
}
|
|
185
|
+
}, "\u2190")), /*#__PURE__*/React.createElement(Text, {
|
|
55
186
|
style: styles.title
|
|
56
|
-
}, "Create
|
|
57
|
-
style: styles.helpButton,
|
|
58
|
-
onPress: () => setShowTooltip(true)
|
|
59
|
-
}, /*#__PURE__*/React.createElement(Icon, {
|
|
60
|
-
name: "help",
|
|
61
|
-
size: 24,
|
|
62
|
-
color: COLORS.text.primary
|
|
63
|
-
}))), /*#__PURE__*/React.createElement(Text, {
|
|
187
|
+
}, "Create a PIN")), /*#__PURE__*/React.createElement(Text, {
|
|
64
188
|
style: styles.subtitle
|
|
65
|
-
}, "
|
|
189
|
+
}, "A PIN so only you have access to your data"), showBackgroundProgress && isBackgroundTrainingStarted && /*#__PURE__*/React.createElement(View, {
|
|
190
|
+
style: styles.backgroundProgressContainer
|
|
191
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
192
|
+
style: styles.backgroundProgressText
|
|
193
|
+
}, backgroundProgressText), /*#__PURE__*/React.createElement(View, {
|
|
194
|
+
style: styles.backgroundProgressIndicator
|
|
195
|
+
}, /*#__PURE__*/React.createElement(ActivityIndicator, {
|
|
196
|
+
size: "small",
|
|
197
|
+
color: "#007AFF"
|
|
198
|
+
}))), /*#__PURE__*/React.createElement(View, {
|
|
66
199
|
style: styles.inputContainer
|
|
67
200
|
}, /*#__PURE__*/React.createElement(TextInput, {
|
|
68
201
|
style: styles.input,
|
|
69
202
|
value: pin,
|
|
70
203
|
onChangeText: handlePinChange,
|
|
71
204
|
secureTextEntry: !showPin,
|
|
72
|
-
placeholder: "
|
|
205
|
+
placeholder: "e.g. MyPin123!",
|
|
73
206
|
keyboardType: "default",
|
|
74
207
|
maxLength: 20,
|
|
75
208
|
autoCapitalize: "none",
|
|
76
|
-
autoCorrect: false
|
|
209
|
+
autoCorrect: false,
|
|
210
|
+
returnKeyType: "done",
|
|
211
|
+
onSubmitEditing: () => Keyboard.dismiss()
|
|
77
212
|
}), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
78
213
|
style: styles.visibilityButton,
|
|
79
214
|
onPress: () => setShowPin(!showPin)
|
|
80
|
-
}, /*#__PURE__*/React.createElement(
|
|
81
|
-
name: showPin ? 'visibility-off' : 'visibility',
|
|
82
|
-
size: 24,
|
|
83
|
-
color: COLORS.text.secondary
|
|
84
|
-
}))), error && /*#__PURE__*/React.createElement(Text, {
|
|
215
|
+
}, /*#__PURE__*/React.createElement(Text, null, showPin ? '👁️' : '👁️🗨️')))), error && /*#__PURE__*/React.createElement(Text, {
|
|
85
216
|
style: styles.error
|
|
86
217
|
}, error), /*#__PURE__*/React.createElement(View, {
|
|
87
218
|
style: styles.requirements
|
|
@@ -94,6 +225,24 @@ export const PinInput = ({
|
|
|
94
225
|
}, "\u2022 Include a special character"), requireNumber && /*#__PURE__*/React.createElement(Text, {
|
|
95
226
|
style: [styles.requirement, /\d/.test(pin) && styles.requirementMet]
|
|
96
227
|
}, "\u2022 Include a number")), /*#__PURE__*/React.createElement(View, {
|
|
228
|
+
style: [styles.infoContainer, infoMessage.type === 'info' && styles.infoContainerInfo, infoMessage.type === 'warning' && styles.infoContainerWarning, infoMessage.type === 'error' && styles.infoContainerError]
|
|
229
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
230
|
+
style: [styles.infoTitle, infoMessage.type === 'info' && styles.infoTitleInfo, infoMessage.type === 'warning' && styles.infoTitleWarning, infoMessage.type === 'error' && styles.infoTitleError]
|
|
231
|
+
}, infoMessage.title), /*#__PURE__*/React.createElement(Text, {
|
|
232
|
+
style: [styles.infoMessage, infoMessage.type === 'info' && styles.infoMessageInfo, infoMessage.type === 'warning' && styles.infoMessageWarning, infoMessage.type === 'error' && styles.infoMessageError]
|
|
233
|
+
}, infoMessage.message), infoMessage.showActions && /*#__PURE__*/React.createElement(View, {
|
|
234
|
+
style: styles.infoActions
|
|
235
|
+
}, /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
236
|
+
style: styles.infoActionButton,
|
|
237
|
+
onPress: handleRetry
|
|
238
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
239
|
+
style: styles.infoActionButtonText
|
|
240
|
+
}, "Try Again")), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
241
|
+
style: [styles.infoActionButton, styles.infoActionButtonSecondary],
|
|
242
|
+
onPress: handleContinueWithoutBiometric
|
|
243
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
244
|
+
style: [styles.infoActionButtonText, styles.infoActionButtonSecondaryText]
|
|
245
|
+
}, "Continue Without Biometric")))), /*#__PURE__*/React.createElement(View, {
|
|
97
246
|
style: styles.footer
|
|
98
247
|
}, onBack && /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
99
248
|
style: styles.cancelButton,
|
|
@@ -101,49 +250,25 @@ export const PinInput = ({
|
|
|
101
250
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
102
251
|
style: styles.cancelButtonText
|
|
103
252
|
}, "Back")), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
104
|
-
style: [styles.submitButton, !pin && styles.submitButtonDisabled],
|
|
253
|
+
style: [styles.submitButton, (!pin || isStoringPin || validatePin(pin)) && styles.submitButtonDisabled],
|
|
105
254
|
onPress: handleSubmit,
|
|
106
|
-
disabled: !pin
|
|
255
|
+
disabled: !pin || isStoringPin || !!validatePin(pin)
|
|
107
256
|
}, /*#__PURE__*/React.createElement(Text, {
|
|
108
257
|
style: styles.submitButtonText
|
|
109
|
-
},
|
|
110
|
-
visible: showTooltip,
|
|
111
|
-
transparent: true,
|
|
112
|
-
animationType: "fade",
|
|
113
|
-
onRequestClose: () => setShowTooltip(false)
|
|
114
|
-
}, /*#__PURE__*/React.createElement(TouchableWithoutFeedback, {
|
|
115
|
-
onPress: () => setShowTooltip(false)
|
|
116
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
117
|
-
style: styles.tooltipOverlay
|
|
118
|
-
}, /*#__PURE__*/React.createElement(View, {
|
|
119
|
-
style: styles.tooltipContainer
|
|
120
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
121
|
-
style: styles.tooltipTitle
|
|
122
|
-
}, "About Your PIN"), /*#__PURE__*/React.createElement(Text, {
|
|
123
|
-
style: styles.tooltipText
|
|
124
|
-
}, "Your PIN is used to secure your account and protect your data. It will be required whenever you access sensitive information or perform important actions."), /*#__PURE__*/React.createElement(Text, {
|
|
125
|
-
style: styles.tooltipText
|
|
126
|
-
}, "For maximum security, your PIN should:"), /*#__PURE__*/React.createElement(Text, {
|
|
127
|
-
style: styles.tooltipBullet
|
|
128
|
-
}, "\u2022 Be at least ", minLength, " characters"), requireSpecialChar && /*#__PURE__*/React.createElement(Text, {
|
|
129
|
-
style: styles.tooltipBullet
|
|
130
|
-
}, "\u2022 Include special characters like !@#$%^&*()"), requireNumber && /*#__PURE__*/React.createElement(Text, {
|
|
131
|
-
style: styles.tooltipBullet
|
|
132
|
-
}, "\u2022 Include at least one number"), /*#__PURE__*/React.createElement(Text, {
|
|
133
|
-
style: styles.tooltipText
|
|
134
|
-
}, "Your PIN is stored securely and encrypted on your device."), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
135
|
-
style: styles.tooltipButton,
|
|
136
|
-
onPress: () => setShowTooltip(false)
|
|
137
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
138
|
-
style: styles.tooltipButtonText
|
|
139
|
-
}, "Got it")))))));
|
|
258
|
+
}, isStoringPin ? 'Authenticating...' : 'Continue'))));
|
|
140
259
|
};
|
|
141
260
|
const styles = StyleSheet.create({
|
|
142
261
|
container: {
|
|
143
262
|
flex: 1,
|
|
144
263
|
padding: 16,
|
|
145
264
|
width: width,
|
|
146
|
-
backgroundColor: '#fff'
|
|
265
|
+
backgroundColor: '#fff',
|
|
266
|
+
justifyContent: 'flex-start'
|
|
267
|
+
},
|
|
268
|
+
inputSection: {
|
|
269
|
+
width: '100%',
|
|
270
|
+
marginTop: 0,
|
|
271
|
+
paddingTop: 0
|
|
147
272
|
},
|
|
148
273
|
header: {
|
|
149
274
|
flexDirection: 'row',
|
|
@@ -155,21 +280,17 @@ const styles = StyleSheet.create({
|
|
|
155
280
|
backButton: {
|
|
156
281
|
padding: 8
|
|
157
282
|
},
|
|
158
|
-
helpButton: {
|
|
159
|
-
padding: 8,
|
|
160
|
-
width: 40,
|
|
161
|
-
alignItems: 'center'
|
|
162
|
-
},
|
|
163
283
|
title: {
|
|
164
284
|
fontSize: 20,
|
|
165
285
|
fontWeight: '600',
|
|
166
|
-
color:
|
|
286
|
+
color: '#333',
|
|
167
287
|
textAlign: 'center',
|
|
168
|
-
flex: 1
|
|
288
|
+
flex: 1,
|
|
289
|
+
marginBottom: 8
|
|
169
290
|
},
|
|
170
291
|
subtitle: {
|
|
171
292
|
fontSize: 14,
|
|
172
|
-
color:
|
|
293
|
+
color: '#666',
|
|
173
294
|
marginBottom: 24,
|
|
174
295
|
textAlign: 'center'
|
|
175
296
|
},
|
|
@@ -177,7 +298,7 @@ const styles = StyleSheet.create({
|
|
|
177
298
|
flexDirection: 'row',
|
|
178
299
|
alignItems: 'center',
|
|
179
300
|
borderWidth: 1,
|
|
180
|
-
borderColor:
|
|
301
|
+
borderColor: '#CCCCCC',
|
|
181
302
|
borderRadius: 8,
|
|
182
303
|
marginBottom: 16
|
|
183
304
|
},
|
|
@@ -189,8 +310,82 @@ const styles = StyleSheet.create({
|
|
|
189
310
|
visibilityButton: {
|
|
190
311
|
padding: 12
|
|
191
312
|
},
|
|
313
|
+
// Info Container Styles
|
|
314
|
+
infoContainer: {
|
|
315
|
+
padding: 16,
|
|
316
|
+
borderRadius: 12,
|
|
317
|
+
marginBottom: 16,
|
|
318
|
+
borderWidth: 1
|
|
319
|
+
},
|
|
320
|
+
infoContainerInfo: {
|
|
321
|
+
backgroundColor: '#E3F2FD',
|
|
322
|
+
borderColor: '#2196F3'
|
|
323
|
+
},
|
|
324
|
+
infoContainerWarning: {
|
|
325
|
+
backgroundColor: '#FFF3E0',
|
|
326
|
+
borderColor: '#FF9800'
|
|
327
|
+
},
|
|
328
|
+
infoContainerError: {
|
|
329
|
+
backgroundColor: '#FFEBEE',
|
|
330
|
+
borderColor: '#F44336'
|
|
331
|
+
},
|
|
332
|
+
infoTitle: {
|
|
333
|
+
fontSize: 16,
|
|
334
|
+
fontWeight: '600',
|
|
335
|
+
marginBottom: 8
|
|
336
|
+
},
|
|
337
|
+
infoTitleInfo: {
|
|
338
|
+
color: '#1976D2'
|
|
339
|
+
},
|
|
340
|
+
infoTitleWarning: {
|
|
341
|
+
color: '#F57C00'
|
|
342
|
+
},
|
|
343
|
+
infoTitleError: {
|
|
344
|
+
color: '#D32F2F'
|
|
345
|
+
},
|
|
346
|
+
infoMessage: {
|
|
347
|
+
fontSize: 14,
|
|
348
|
+
lineHeight: 20,
|
|
349
|
+
marginBottom: 12
|
|
350
|
+
},
|
|
351
|
+
infoMessageInfo: {
|
|
352
|
+
color: '#1565C0'
|
|
353
|
+
},
|
|
354
|
+
infoMessageWarning: {
|
|
355
|
+
color: '#E65100'
|
|
356
|
+
},
|
|
357
|
+
infoMessageError: {
|
|
358
|
+
color: '#C62828'
|
|
359
|
+
},
|
|
360
|
+
infoActions: {
|
|
361
|
+
flexDirection: 'row',
|
|
362
|
+
justifyContent: 'space-between',
|
|
363
|
+
marginTop: 8
|
|
364
|
+
},
|
|
365
|
+
infoActionButton: {
|
|
366
|
+
flex: 1,
|
|
367
|
+
paddingVertical: 10,
|
|
368
|
+
paddingHorizontal: 16,
|
|
369
|
+
borderRadius: 8,
|
|
370
|
+
backgroundColor: '#007AFF',
|
|
371
|
+
marginHorizontal: 4,
|
|
372
|
+
alignItems: 'center'
|
|
373
|
+
},
|
|
374
|
+
infoActionButtonSecondary: {
|
|
375
|
+
backgroundColor: 'transparent',
|
|
376
|
+
borderWidth: 1,
|
|
377
|
+
borderColor: '#007AFF'
|
|
378
|
+
},
|
|
379
|
+
infoActionButtonText: {
|
|
380
|
+
color: '#fff',
|
|
381
|
+
fontSize: 14,
|
|
382
|
+
fontWeight: '600'
|
|
383
|
+
},
|
|
384
|
+
infoActionButtonSecondaryText: {
|
|
385
|
+
color: '#007AFF'
|
|
386
|
+
},
|
|
192
387
|
error: {
|
|
193
|
-
color:
|
|
388
|
+
color: '#FF3B30',
|
|
194
389
|
marginBottom: 16
|
|
195
390
|
},
|
|
196
391
|
requirements: {
|
|
@@ -200,15 +395,15 @@ const styles = StyleSheet.create({
|
|
|
200
395
|
fontSize: 14,
|
|
201
396
|
fontWeight: '600',
|
|
202
397
|
marginBottom: 8,
|
|
203
|
-
color:
|
|
398
|
+
color: '#333'
|
|
204
399
|
},
|
|
205
400
|
requirement: {
|
|
206
401
|
fontSize: 14,
|
|
207
|
-
color:
|
|
402
|
+
color: '#666',
|
|
208
403
|
marginBottom: 4
|
|
209
404
|
},
|
|
210
405
|
requirementMet: {
|
|
211
|
-
color:
|
|
406
|
+
color: '#34C759'
|
|
212
407
|
},
|
|
213
408
|
footer: {
|
|
214
409
|
flexDirection: 'row',
|
|
@@ -231,9 +426,7 @@ const styles = StyleSheet.create({
|
|
|
231
426
|
paddingVertical: 16,
|
|
232
427
|
paddingHorizontal: 32,
|
|
233
428
|
borderRadius: 16,
|
|
234
|
-
backgroundColor:
|
|
235
|
-
borderWidth: 1,
|
|
236
|
-
borderColor: COLORS.primary,
|
|
429
|
+
backgroundColor: '#000000',
|
|
237
430
|
alignItems: 'center'
|
|
238
431
|
},
|
|
239
432
|
submitButtonDisabled: {
|
|
@@ -244,50 +437,20 @@ const styles = StyleSheet.create({
|
|
|
244
437
|
fontSize: 16,
|
|
245
438
|
fontWeight: '600'
|
|
246
439
|
},
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
justifyContent: 'center',
|
|
440
|
+
// ✅ NEW: Background training progress styles
|
|
441
|
+
backgroundProgressContainer: {
|
|
442
|
+
flexDirection: 'row',
|
|
251
443
|
alignItems: 'center',
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
tooltipContainer: {
|
|
255
|
-
backgroundColor: '#fff',
|
|
256
|
-
borderRadius: 16,
|
|
257
|
-
padding: 20,
|
|
258
|
-
width: '90%',
|
|
259
|
-
maxWidth: 400
|
|
260
|
-
},
|
|
261
|
-
tooltipTitle: {
|
|
262
|
-
fontSize: 18,
|
|
263
|
-
fontWeight: '600',
|
|
264
|
-
marginBottom: 12,
|
|
265
|
-
color: COLORS.text.primary,
|
|
266
|
-
textAlign: 'center'
|
|
267
|
-
},
|
|
268
|
-
tooltipText: {
|
|
269
|
-
fontSize: 14,
|
|
270
|
-
color: COLORS.text.secondary,
|
|
271
|
-
marginBottom: 12
|
|
444
|
+
justifyContent: 'center',
|
|
445
|
+
marginBottom: 16
|
|
272
446
|
},
|
|
273
|
-
|
|
447
|
+
backgroundProgressText: {
|
|
274
448
|
fontSize: 14,
|
|
275
|
-
color:
|
|
276
|
-
|
|
277
|
-
marginLeft: 10
|
|
278
|
-
},
|
|
279
|
-
tooltipButton: {
|
|
280
|
-
backgroundColor: COLORS.primary,
|
|
281
|
-
paddingVertical: 12,
|
|
282
|
-
paddingHorizontal: 24,
|
|
283
|
-
borderRadius: 8,
|
|
284
|
-
alignSelf: 'center',
|
|
285
|
-
marginTop: 12
|
|
449
|
+
color: '#666',
|
|
450
|
+
marginRight: 10
|
|
286
451
|
},
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
fontSize: 16,
|
|
290
|
-
fontWeight: '600'
|
|
452
|
+
backgroundProgressIndicator: {
|
|
453
|
+
padding: 5
|
|
291
454
|
}
|
|
292
455
|
});
|
|
293
456
|
//# sourceMappingURL=PinInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","useCallback","View","Text","StyleSheet","TextInput","TouchableOpacity","Dimensions","Modal","TouchableWithoutFeedback","Icon","COLORS","width","get","PinInput","onSubmit","minLength","requireSpecialChar","requireNumber","onBack","pin","setPin","error","setError","showPin","setShowPin","showTooltip","setShowTooltip","validatePin","value","length","test","handleSubmit","validationError","handlePinChange","createElement","style","styles","container","header","backButton","onPress","name","size","color","text","primary","title","helpButton","subtitle","inputContainer","input","onChangeText","secureTextEntry","placeholder","keyboardType","maxLength","autoCapitalize","autoCorrect","visibilityButton","secondary","requirements","requirementTitle","requirement","requirementMet","footer","cancelButton","cancelButtonText","submitButton","submitButtonDisabled","disabled","submitButtonText","visible","transparent","animationType","onRequestClose","tooltipOverlay","tooltipContainer","tooltipTitle","tooltipText","tooltipBullet","tooltipButton","tooltipButtonText","create","flex","padding","backgroundColor","flexDirection","alignItems","justifyContent","marginBottom","paddingVertical","fontSize","fontWeight","textAlign","borderWidth","borderColor","border","borderRadius","success","marginTop","borderTopWidth","borderTopColor","paddingTop","paddingHorizontal","opacity","maxWidth","marginLeft","alignSelf"],"sourceRoot":"..\\..\\..\\src","sources":["components/PinInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","useState","useCallback","View","Text","StyleSheet","TextInput","TouchableOpacity","Dimensions","Keyboard","ActivityIndicator","biometricPinService","width","get","PinInput","onSubmit","minLength","requireSpecialChar","requireNumber","onBack","enableBiometricStorage","onBackgroundTrainingStart","showBackgroundProgress","backgroundProgressText","pin","setPin","error","setError","showPin","setShowPin","isStoringPin","setIsStoringPin","infoStatus","setInfoStatus","isBackgroundTrainingStarted","setIsBackgroundTrainingStarted","useEffect","console","log","catch","validatePin","value","length","test","handleSubmit","validationError","biometricAvailable","isBiometricAvailable","stored","storePinWithBiometric","isStored","isPinStored","warn","handlePinChange","hasSpecialChar","hasNumber","isValid","handleContinueWithoutBiometric","handleRetry","getInfoMessage","title","message","type","showActions","infoMessage","createElement","style","styles","container","inputSection","header","backButton","onPress","fontSize","subtitle","backgroundProgressContainer","backgroundProgressIndicator","size","color","inputContainer","input","onChangeText","secureTextEntry","placeholder","keyboardType","maxLength","autoCapitalize","autoCorrect","returnKeyType","onSubmitEditing","dismiss","visibilityButton","requirements","requirementTitle","requirement","requirementMet","infoContainer","infoContainerInfo","infoContainerWarning","infoContainerError","infoTitle","infoTitleInfo","infoTitleWarning","infoTitleError","infoMessageInfo","infoMessageWarning","infoMessageError","infoActions","infoActionButton","infoActionButtonText","infoActionButtonSecondary","infoActionButtonSecondaryText","footer","cancelButton","cancelButtonText","submitButton","submitButtonDisabled","disabled","submitButtonText","create","flex","padding","backgroundColor","justifyContent","marginTop","paddingTop","flexDirection","alignItems","marginBottom","paddingVertical","fontWeight","textAlign","borderWidth","borderColor","borderRadius","lineHeight","paddingHorizontal","marginHorizontal","borderTopWidth","borderTopColor","opacity","marginRight"],"sourceRoot":"..\\..\\..\\src","sources":["components/PinInput.tsx"],"mappings":"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","ignoreList":[]}
|