@onairos/react-native 3.5.4 → 3.6.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 +423 -423
- package/lib/commonjs/api/index.js +1 -1
- package/lib/commonjs/assets/images/Checkbox.svg +3 -3
- package/lib/commonjs/assets/images/EnochE.svg +19 -19
- package/lib/commonjs/assets/images/OnairosNewLogo.png +0 -0
- package/lib/commonjs/assets/images/Personalityprofile.svg +3 -3
- package/lib/commonjs/assets/images/Personalitytraits.svg +3 -3
- package/lib/commonjs/assets/images/Userpreferences.svg +3 -3
- package/lib/commonjs/assets/images/arrow.svg +20 -20
- package/lib/commonjs/assets/images/basicproficon.svg +43 -43
- package/lib/commonjs/assets/images/basicprofile.svg +3 -3
- package/lib/commonjs/assets/images/checkmark.svg +4 -4
- package/lib/commonjs/assets/images/contentanalysis.svg +3 -3
- package/lib/commonjs/assets/images/contenticon.svg +23 -23
- package/lib/commonjs/assets/images/personalityicon.svg +18 -18
- package/lib/commonjs/assets/images/x-close.svg +3 -3
- package/lib/commonjs/components/BodyText.js +1 -1
- package/lib/commonjs/components/BrandMark.js +1 -1
- package/lib/commonjs/components/CodeInput.js +1 -1
- package/lib/commonjs/components/EmailInput.js +1 -1
- package/lib/commonjs/components/GoogleButton.js +1 -1
- package/lib/commonjs/components/HeadingGroup.js +1 -1
- package/lib/commonjs/components/LLMDataInputModal.js +1 -1
- package/lib/commonjs/components/ModalHeader.js +1 -1
- package/lib/commonjs/components/ModalSheet.js +1 -1
- package/lib/commonjs/components/Onairos.js +1 -1
- package/lib/commonjs/components/OnairosButton.js +1 -1
- package/lib/commonjs/components/OnairosSignInButton.js +1 -1
- package/lib/commonjs/components/Overlay.js +1 -1
- package/lib/commonjs/components/PersonaImage.js +1 -1
- package/lib/commonjs/components/PersonaLoadingScreen.js +1 -1
- package/lib/commonjs/components/PersonalizationConsentScreen.js +1 -1
- package/lib/commonjs/components/PinCreationScreen.js +1 -1
- package/lib/commonjs/components/PinInput.js +1 -1
- package/lib/commonjs/components/PlatformConnectorsStep.js +3 -2
- package/lib/commonjs/components/PlatformList.js +1 -1
- package/lib/commonjs/components/PlatformToggle.js +1 -1
- package/lib/commonjs/components/PrimaryButton.js +1 -1
- package/lib/commonjs/components/SignInMatchAnimation.js +1 -1
- package/lib/commonjs/components/SignInStep.js +1 -1
- package/lib/commonjs/components/UniversalOnboarding.js +2 -1
- package/lib/commonjs/components/VerificationStep.js +1 -1
- package/lib/commonjs/components/WelcomeScreen.js +2 -1
- package/lib/commonjs/components/icons/Basicproficon.js +1 -1
- package/lib/commonjs/components/icons/Basicprofile.js +1 -1
- package/lib/commonjs/components/icons/Checkbox.js +1 -1
- package/lib/commonjs/components/icons/Checkmark.js +1 -1
- package/lib/commonjs/components/icons/Contentanalysis.js +1 -1
- package/lib/commonjs/components/icons/Contenticon.js +1 -1
- package/lib/commonjs/components/icons/EnochE.js +1 -1
- package/lib/commonjs/components/icons/Personalityicon.js +1 -1
- package/lib/commonjs/components/icons/Personalityprofile.js +1 -1
- package/lib/commonjs/components/icons/Personalitytraits.js +1 -1
- package/lib/commonjs/components/icons/Userpreferences.js +1 -1
- package/lib/commonjs/components/icons/index.js +1 -1
- package/lib/commonjs/components/onboarding/OAuthWebView.js +6 -2
- package/lib/commonjs/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/commonjs/components/onboarding/PinInput.js +1 -1
- package/lib/commonjs/components/onboarding/PlatformConnector.js +1 -1
- package/lib/commonjs/config/api.js +1 -1
- package/lib/commonjs/constants/index.js +1 -1
- package/lib/commonjs/context/AuthContext.js +1 -1
- package/lib/commonjs/hooks/useConnectedAccounts.js +1 -1
- package/lib/commonjs/hooks/useConnections.js +1 -1
- package/lib/commonjs/hooks/useCredentials.js +1 -1
- package/lib/commonjs/hooks/useUserConnections.js +1 -1
- package/lib/commonjs/index.js +5 -6
- package/lib/commonjs/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/commonjs/services/apiClient.js +1 -1
- package/lib/commonjs/services/apiKeyService.js +1 -1
- package/lib/commonjs/services/authService.js +1 -1
- package/lib/commonjs/services/biometricPinService.js +1 -1
- package/lib/commonjs/services/chatGPTConversationExtractor.js +1 -1
- package/lib/commonjs/services/chatGPTConversationService.js +1 -1
- package/lib/commonjs/services/claudeConversationExtractor.js +1 -1
- package/lib/commonjs/services/claudeConversationService.js +1 -1
- package/lib/commonjs/services/connectedAccountsService.js +1 -1
- package/lib/commonjs/services/googleAuthService.js +1 -1
- package/lib/commonjs/services/hingeDataExtractor.js +8 -0
- package/lib/commonjs/services/hingeDataService.js +9 -0
- package/lib/commonjs/services/imageCompressionService.js +1 -1
- package/lib/commonjs/services/instagramDataExtractor.js +8 -0
- package/lib/commonjs/services/instagramDataService.js +9 -0
- package/lib/commonjs/services/jwtStorageService.js +1 -1
- package/lib/commonjs/services/linkedinDOMExtractor.js +1 -1
- package/lib/commonjs/services/linkedinProfileService.js +1 -1
- package/lib/commonjs/services/linkedinScrapingService.js +1 -1
- package/lib/commonjs/services/llmDataStorage.js +1 -1
- package/lib/commonjs/services/mobileTrainingService.js +1 -1
- package/lib/commonjs/services/oauthService.js +1 -1
- package/lib/commonjs/services/pinEncryptionService.js +1 -1
- package/lib/commonjs/services/pinStorageUtils.js +1 -1
- package/lib/commonjs/services/platformAuthService.js +1 -1
- package/lib/commonjs/services/sephoraDataExtractor.js +8 -0
- package/lib/commonjs/services/sephoraDataService.js +9 -0
- package/lib/commonjs/services/storageService.js +1 -1
- package/lib/commonjs/services/telegramDataExtractor.js +8 -0
- package/lib/commonjs/services/telegramDataService.js +9 -0
- package/lib/commonjs/services/trainingApiHelpers.js +1 -1
- package/lib/commonjs/services/userConnectionsService.js +1 -1
- package/lib/commonjs/services/youtubeMigrationService.js +1 -1
- package/lib/commonjs/theme/index.js +1 -1
- package/lib/commonjs/types/index.js +1 -1
- package/lib/commonjs/types.js +1 -1
- package/lib/commonjs/utils/Portal.js +1 -1
- package/lib/commonjs/utils/api.js +1 -1
- package/lib/commonjs/utils/assetRegistry.js +2 -2
- package/lib/commonjs/utils/auth.js +1 -1
- package/lib/commonjs/utils/connectorTests.js +29 -0
- package/lib/commonjs/utils/crypto.js +1 -1
- package/lib/commonjs/utils/debugHelper.js +1 -1
- package/lib/commonjs/utils/encryption.js +1 -1
- package/lib/commonjs/utils/eventUtils.js +1 -1
- package/lib/commonjs/utils/haptics.js +1 -1
- package/lib/commonjs/utils/imagePreloader.js +1 -1
- package/lib/commonjs/utils/networkDiagnostics.js +1 -1
- package/lib/commonjs/utils/onairosApi.js +1 -1
- package/lib/commonjs/utils/programmaticFlow.js +1 -1
- package/lib/commonjs/utils/retryHelper.js +1 -1
- package/lib/commonjs/utils/secureStorage.js +1 -1
- package/lib/commonjs/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/commonjs/utils/webviewScripts/claude.js +1 -1
- package/lib/commonjs/utils/webviewScripts/hinge.js +1 -0
- package/lib/commonjs/utils/webviewScripts/index.js +6 -2
- package/lib/commonjs/utils/webviewScripts/instagram.js +1 -0
- package/lib/commonjs/utils/webviewScripts/linkedin.js +1 -1
- package/lib/commonjs/utils/webviewScripts/sephora.js +1 -0
- package/lib/commonjs/utils/webviewScripts/telegram.js +1 -0
- package/lib/module/api/index.js +1 -1
- package/lib/module/assets/images/Checkbox.svg +3 -3
- package/lib/module/assets/images/EnochE.svg +19 -19
- package/lib/module/assets/images/OnairosNewLogo.png +0 -0
- package/lib/module/assets/images/Personalityprofile.svg +3 -3
- package/lib/module/assets/images/Personalitytraits.svg +3 -3
- package/lib/module/assets/images/Userpreferences.svg +3 -3
- package/lib/module/assets/images/arrow.svg +20 -20
- package/lib/module/assets/images/basicproficon.svg +43 -43
- package/lib/module/assets/images/basicprofile.svg +3 -3
- package/lib/module/assets/images/checkmark.svg +4 -4
- package/lib/module/assets/images/contentanalysis.svg +3 -3
- package/lib/module/assets/images/contenticon.svg +23 -23
- package/lib/module/assets/images/personalityicon.svg +18 -18
- package/lib/module/assets/images/x-close.svg +3 -3
- package/lib/module/components/BodyText.js +1 -1
- package/lib/module/components/BrandMark.js +1 -1
- package/lib/module/components/CodeInput.js +1 -1
- package/lib/module/components/EmailInput.js +1 -1
- package/lib/module/components/GoogleButton.js +1 -1
- package/lib/module/components/HeadingGroup.js +1 -1
- package/lib/module/components/LLMDataInputModal.js +1 -1
- package/lib/module/components/ModalHeader.js +1 -1
- package/lib/module/components/ModalSheet.js +1 -1
- package/lib/module/components/Onairos.js +1 -1
- package/lib/module/components/OnairosButton.js +1 -1
- package/lib/module/components/OnairosSignInButton.js +1 -1
- package/lib/module/components/Overlay.js +1 -1
- package/lib/module/components/PersonaImage.js +1 -1
- package/lib/module/components/PersonaLoadingScreen.js +1 -1
- package/lib/module/components/PersonalizationConsentScreen.js +1 -1
- package/lib/module/components/PinCreationScreen.js +1 -1
- package/lib/module/components/PinInput.js +1 -1
- package/lib/module/components/PlatformConnectorsStep.js +7 -1
- package/lib/module/components/PlatformList.js +1 -1
- package/lib/module/components/PlatformToggle.js +1 -1
- package/lib/module/components/PrimaryButton.js +1 -1
- package/lib/module/components/SignInMatchAnimation.js +1 -1
- package/lib/module/components/SignInStep.js +1 -1
- package/lib/module/components/UniversalOnboarding.js +1 -1
- package/lib/module/components/VerificationStep.js +1 -1
- package/lib/module/components/WelcomeScreen.js +1 -1
- package/lib/module/components/icons/Basicproficon.js +1 -1
- package/lib/module/components/icons/Basicprofile.js +1 -1
- package/lib/module/components/icons/Checkbox.js +1 -1
- package/lib/module/components/icons/Checkmark.js +1 -1
- package/lib/module/components/icons/Contentanalysis.js +1 -1
- package/lib/module/components/icons/Contenticon.js +1 -1
- package/lib/module/components/icons/EnochE.js +1 -1
- package/lib/module/components/icons/Personalityicon.js +1 -1
- package/lib/module/components/icons/Personalityprofile.js +1 -1
- package/lib/module/components/icons/Personalitytraits.js +1 -1
- package/lib/module/components/icons/Userpreferences.js +1 -1
- package/lib/module/components/onboarding/OAuthWebView.js +1 -1
- package/lib/module/components/onboarding/OnboardingHeader.js +1 -1
- package/lib/module/components/onboarding/PinInput.js +1 -1
- package/lib/module/components/onboarding/PlatformConnector.js +1 -1
- package/lib/module/config/api.js +1 -1
- package/lib/module/constants/index.js +1 -1
- package/lib/module/context/AuthContext.js +1 -1
- package/lib/module/hooks/useConnectedAccounts.js +1 -1
- package/lib/module/hooks/useConnections.js +1 -1
- package/lib/module/hooks/useCredentials.js +1 -1
- package/lib/module/hooks/useUserConnections.js +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/services/SDK_API_KEY_VALIDATION.md +421 -421
- package/lib/module/services/apiClient.js +1 -1
- package/lib/module/services/apiKeyService.js +1 -1
- package/lib/module/services/authService.js +1 -1
- package/lib/module/services/biometricPinService.js +1 -1
- package/lib/module/services/chatGPTConversationExtractor.js +1 -1
- package/lib/module/services/chatGPTConversationService.js +1 -1
- package/lib/module/services/claudeConversationExtractor.js +1 -1
- package/lib/module/services/claudeConversationService.js +1 -1
- package/lib/module/services/connectedAccountsService.js +1 -1
- package/lib/module/services/googleAuthService.js +1 -1
- package/lib/module/services/hingeDataExtractor.js +1 -0
- package/lib/module/services/hingeDataService.js +1 -0
- package/lib/module/services/imageCompressionService.js +1 -1
- package/lib/module/services/instagramDataExtractor.js +1 -0
- package/lib/module/services/instagramDataService.js +1 -0
- package/lib/module/services/jwtStorageService.js +1 -1
- package/lib/module/services/linkedinDOMExtractor.js +1 -1
- package/lib/module/services/linkedinProfileService.js +1 -1
- package/lib/module/services/linkedinScrapingService.js +1 -1
- package/lib/module/services/llmDataStorage.js +1 -1
- package/lib/module/services/mobileTrainingService.js +1 -1
- package/lib/module/services/oauthService.js +1 -1
- package/lib/module/services/pinEncryptionService.js +1 -1
- package/lib/module/services/pinStorageUtils.js +1 -1
- package/lib/module/services/platformAuthService.js +1 -1
- package/lib/module/services/sephoraDataExtractor.js +1 -0
- package/lib/module/services/sephoraDataService.js +1 -0
- package/lib/module/services/storageService.js +1 -1
- package/lib/module/services/telegramDataExtractor.js +1 -0
- package/lib/module/services/telegramDataService.js +1 -0
- package/lib/module/services/trainingApiHelpers.js +1 -1
- package/lib/module/services/userConnectionsService.js +1 -1
- package/lib/module/services/youtubeMigrationService.js +1 -1
- package/lib/module/theme/index.js +1 -1
- package/lib/module/types.js +1 -1
- package/lib/module/utils/Portal.js +1 -1
- package/lib/module/utils/api.js +1 -1
- package/lib/module/utils/assetRegistry.js +2 -2
- package/lib/module/utils/auth.js +1 -1
- package/lib/module/utils/connectorTests.js +28 -0
- package/lib/module/utils/crypto.js +1 -1
- package/lib/module/utils/debugHelper.js +1 -1
- package/lib/module/utils/encryption.js +1 -1
- package/lib/module/utils/eventUtils.js +1 -1
- package/lib/module/utils/haptics.js +1 -1
- package/lib/module/utils/networkDiagnostics.js +1 -1
- package/lib/module/utils/onairosApi.js +1 -1
- package/lib/module/utils/programmaticFlow.js +1 -1
- package/lib/module/utils/retryHelper.js +1 -1
- package/lib/module/utils/secureStorage.js +1 -1
- package/lib/module/utils/webviewScripts/chatgpt.js +1 -1
- package/lib/module/utils/webviewScripts/claude.js +1 -1
- package/lib/module/utils/webviewScripts/hinge.js +1 -0
- package/lib/module/utils/webviewScripts/index.js +1 -1
- package/lib/module/utils/webviewScripts/instagram.js +1 -0
- package/lib/module/utils/webviewScripts/linkedin.js +1 -1
- package/lib/module/utils/webviewScripts/sephora.js +1 -0
- package/lib/module/utils/webviewScripts/telegram.js +1 -0
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.71946 9.25355H7.86009C7.80706 8.94863 7.70928 8.6785 7.56676 8.44318C7.42424 8.20455 7.24692 8.00237 7.0348 7.83665C6.82268 7.67093 6.58073 7.54664 6.30895 7.46378C6.04048 7.3776 5.75047 7.33452 5.43892 7.33452C4.88542 7.33452 4.39489 7.47372 3.96733 7.75213C3.53977 8.02722 3.20502 8.43158 2.96307 8.9652C2.72112 9.4955 2.60014 10.1435 2.60014 10.9091C2.60014 11.688 2.72112 12.3442 2.96307 12.8778C3.20833 13.4081 3.54309 13.8092 3.96733 14.081C4.39489 14.3494 4.88376 14.4837 5.43395 14.4837C5.73887 14.4837 6.02391 14.4439 6.28906 14.3643C6.55753 14.2815 6.79782 14.1605 7.00994 14.0014C7.22538 13.8423 7.40601 13.6468 7.55185 13.4148C7.70099 13.1828 7.80374 12.9176 7.86009 12.6193L9.71946 12.6293C9.64986 13.1132 9.49905 13.5672 9.26705 13.9915C9.03835 14.4157 8.7384 14.7902 8.36719 15.1151C7.99598 15.4366 7.56179 15.6884 7.06463 15.8707C6.56747 16.0497 6.01563 16.1392 5.40909 16.1392C4.5142 16.1392 3.71544 15.9321 3.01278 15.5178C2.31013 15.1035 1.75663 14.5052 1.35227 13.723C0.947917 12.9408 0.745739 12.0028 0.745739 10.9091C0.745739 9.81203 0.949574 8.87405 1.35724 8.09517C1.76491 7.31297 2.32008 6.71473 3.02273 6.30043C3.72538 5.88613 4.52083 5.67898 5.40909 5.67898C5.97585 5.67898 6.50284 5.75852 6.99006 5.91761C7.47727 6.0767 7.91146 6.31037 8.29261 6.61861C8.67377 6.92353 8.98698 7.29806 9.23224 7.74219C9.48082 8.183 9.64323 8.68679 9.71946 9.25355ZM14.42 16.1491C13.6742 16.1491 13.0279 15.9851 12.4811 15.657C11.9342 15.3288 11.5099 14.8698 11.2083 14.2798C10.91 13.6899 10.7609 13.0005 10.7609 12.2116C10.7609 11.4228 10.91 10.7318 11.2083 10.1385C11.5099 9.54522 11.9342 9.08452 12.4811 8.75639C13.0279 8.42827 13.6742 8.2642 14.42 8.2642C15.1657 8.2642 15.812 8.42827 16.3589 8.75639C16.9058 9.08452 17.3284 9.54522 17.6267 10.1385C17.9283 10.7318 18.0791 11.4228 18.0791 12.2116C18.0791 13.0005 17.9283 13.6899 17.6267 14.2798C17.3284 14.8698 16.9058 15.3288 16.3589 15.657C15.812 15.9851 15.1657 16.1491 14.42 16.1491ZM14.4299 14.7074C14.8343 14.7074 15.1723 14.5964 15.4441 14.3743C15.7159 14.1489 15.9181 13.8473 16.0507 13.4695C16.1866 13.0916 16.2545 12.6707 16.2545 12.2067C16.2545 11.7393 16.1866 11.3168 16.0507 10.9389C15.9181 10.5578 15.7159 10.2545 15.4441 10.0291C15.1723 9.80374 14.8343 9.69105 14.4299 9.69105C14.0156 9.69105 13.6709 9.80374 13.3958 10.0291C13.1241 10.2545 12.9202 10.5578 12.7843 10.9389C12.6517 11.3168 12.5855 11.7393 12.5855 12.2067C12.5855 12.6707 12.6517 13.0916 12.7843 13.4695C12.9202 13.8473 13.1241 14.1489 13.3958 14.3743C13.6709 14.5964 14.0156 14.7074 14.4299 14.7074ZM21.1663 11.5256V16H19.3666V8.36364H21.0868V9.66122H21.1763C21.3519 9.23366 21.632 8.89394 22.0164 8.64205C22.4042 8.39015 22.8832 8.2642 23.4532 8.2642C23.9802 8.2642 24.4393 8.37689 24.8304 8.60227C25.2248 8.82765 25.5297 9.15412 25.7451 9.58168C25.9639 10.0092 26.0716 10.5279 26.0683 11.1378V16H24.2686V11.4162C24.2686 10.9058 24.136 10.5064 23.8709 10.218C23.609 9.92969 23.2461 9.78551 22.7821 9.78551C22.4672 9.78551 22.1871 9.85511 21.9419 9.99432C21.6999 10.1302 21.5093 10.3274 21.3701 10.5859C21.2343 10.8445 21.1663 11.1577 21.1663 11.5256ZM31.4711 8.36364V9.75568H27.0811V8.36364H31.4711ZM28.1649 6.53409H29.9647V13.7031C29.9647 13.9451 30.0011 14.1307 30.074 14.2599C30.1503 14.3859 30.2497 14.4721 30.3723 14.5185C30.495 14.5649 30.6309 14.5881 30.78 14.5881C30.8927 14.5881 30.9954 14.5798 31.0882 14.5632C31.1844 14.5466 31.2573 14.5317 31.307 14.5185L31.6103 15.9254C31.5141 15.9586 31.3766 15.995 31.1976 16.0348C31.022 16.0746 30.8065 16.0978 30.5513 16.1044C30.1006 16.1177 29.6945 16.0497 29.3333 15.9006C28.972 15.7481 28.6853 15.5128 28.4732 15.1946C28.2644 14.8764 28.1616 14.4787 28.1649 14.0014V6.53409ZM36.0349 16.1491C35.2692 16.1491 34.608 15.9901 34.0512 15.6719C33.4977 15.3504 33.0718 14.8963 32.7735 14.3097C32.4752 13.7197 32.326 13.0253 32.326 12.2266C32.326 11.4411 32.4752 10.7517 32.7735 10.1584C33.0751 9.56179 33.496 9.09777 34.0363 8.76633C34.5765 8.43158 35.2112 8.2642 35.9404 8.2642C36.411 8.2642 36.8552 8.34044 37.2728 8.4929C37.6937 8.64205 38.0649 8.87405 38.3864 9.18892C38.7112 9.50379 38.9664 9.90483 39.152 10.392C39.3376 10.8759 39.4304 11.4527 39.4304 12.1222V12.674H33.1712V11.4609H37.7053C37.702 11.1162 37.6274 10.8097 37.4816 10.5412C37.3358 10.2694 37.1319 10.0556 36.8701 9.89986C36.6116 9.74408 36.3099 9.66619 35.9652 9.66619C35.5974 9.66619 35.2742 9.75568 34.9958 9.93466C34.7174 10.1103 34.5003 10.3423 34.3445 10.6307C34.192 10.9157 34.1142 11.2289 34.1108 11.5703V12.6293C34.1108 13.0734 34.192 13.4545 34.3545 13.7727C34.5169 14.0876 34.7439 14.3295 35.0356 14.4986C35.3272 14.6643 35.6686 14.7472 36.0597 14.7472C36.3215 14.7472 36.5585 14.7107 36.7706 14.6378C36.9828 14.5616 37.1667 14.4505 37.3225 14.3047C37.4783 14.1589 37.5959 13.9782 37.6755 13.7628L39.3559 13.9517C39.2498 14.3958 39.0476 14.7836 38.7493 15.1151C38.4544 15.4432 38.0765 15.6984 37.6158 15.8807C37.1551 16.0597 36.6281 16.1491 36.0349 16.1491ZM42.5127 11.5256V16H40.713V8.36364H42.4332V9.66122H42.5227C42.6983 9.23366 42.9784 8.89394 43.3629 8.64205C43.7506 8.39015 44.2296 8.2642 44.7996 8.2642C45.3266 8.2642 45.7857 8.37689 46.1768 8.60227C46.5712 8.82765 46.8761 9.15412 47.0915 9.58168C47.3103 10.0092 47.418 10.5279 47.4147 11.1378V16H45.615V11.4162C45.615 10.9058 45.4824 10.5064 45.2173 10.218C44.9554 9.92969 44.5925 9.78551 44.1285 9.78551C43.8136 9.78551 43.5335 9.85511 43.2883 9.99432C43.0463 10.1302 42.8558 10.3274 42.7165 10.5859C42.5807 10.8445 42.5127 11.1577 42.5127 11.5256ZM52.8175 8.36364V9.75568H48.4275V8.36364H52.8175ZM49.5114 6.53409H51.3111V13.7031C51.3111 13.9451 51.3475 14.1307 51.4204 14.2599C51.4967 14.3859 51.5961 14.4721 51.7187 14.5185C51.8414 14.5649 51.9773 14.5881 52.1264 14.5881C52.2391 14.5881 52.3418 14.5798 52.4346 14.5632C52.5308 14.5466 52.6037 14.5317 52.6534 14.5185L52.9567 15.9254C52.8605 15.9586 52.723 15.995 52.544 16.0348C52.3684 16.0746 52.1529 16.0978 51.8977 16.1044C51.447 16.1177 51.0409 16.0497 50.6797 15.9006C50.3184 15.7481 50.0317 15.5128 49.8196 15.1946C49.6108 14.8764 49.508 14.4787 49.5114 14.0014V6.53409ZM58.7023 16H56.7336L60.3181 5.81818H62.5951L66.1846 16H64.2158L61.4964 7.90625H61.4168L58.7023 16ZM58.767 12.0078H64.1363V13.4893H58.767V12.0078ZM69.0058 11.5256V16H67.2061V8.36364H68.9263V9.66122H69.0158C69.1914 9.23366 69.4715 8.89394 69.856 8.64205C70.2438 8.39015 70.7227 8.2642 71.2928 8.2642C71.8198 8.2642 72.2788 8.37689 72.6699 8.60227C73.0643 8.82765 73.3692 9.15412 73.5847 9.58168C73.8034 10.0092 73.9111 10.5279 73.9078 11.1378V16H72.1081V11.4162C72.1081 10.9058 71.9755 10.5064 71.7104 10.218C71.4485 9.92969 71.0856 9.78551 70.6216 9.78551C70.3067 9.78551 70.0267 9.85511 69.7814 9.99432C69.5395 10.1302 69.3489 10.3274 69.2097 10.5859C69.0738 10.8445 69.0058 11.1577 69.0058 11.5256ZM77.6948 16.1541C77.2109 16.1541 76.7751 16.0679 76.3873 15.8956C76.0028 15.7199 75.6979 15.4614 75.4725 15.12C75.2504 14.7786 75.1394 14.3577 75.1394 13.8572C75.1394 13.4264 75.219 13.0701 75.3781 12.7884C75.5371 12.5066 75.7542 12.2812 76.0293 12.1122C76.3044 11.9432 76.6143 11.8156 76.959 11.7294C77.307 11.6399 77.6666 11.5753 78.0379 11.5355C78.4853 11.4891 78.8482 11.4477 79.1266 11.4112C79.405 11.3714 79.6072 11.3118 79.7332 11.2322C79.8624 11.1494 79.9271 11.0218 79.9271 10.8494V10.8196C79.9271 10.4451 79.816 10.1551 79.594 9.94957C79.3719 9.74408 79.0521 9.64134 78.6344 9.64134C78.1936 9.64134 77.844 9.73745 77.5854 9.92969C77.3302 10.1219 77.1579 10.349 77.0684 10.6108L75.388 10.3722C75.5206 9.90814 75.7393 9.52036 76.0442 9.20881C76.3492 8.89394 76.722 8.65862 77.1629 8.50284C77.6037 8.34375 78.0909 8.2642 78.6245 8.2642C78.9924 8.2642 79.3586 8.30729 79.7232 8.39347C80.0878 8.47964 80.4209 8.62216 80.7225 8.82102C81.0241 9.01657 81.2661 9.28338 81.4484 9.62145C81.634 9.95952 81.7268 10.3821 81.7268 10.8892V16H79.9967V14.951H79.937C79.8276 15.1631 79.6735 15.362 79.4746 15.5476C79.2791 15.7299 79.0322 15.8774 78.7339 15.9901C78.4389 16.0994 78.0925 16.1541 77.6948 16.1541ZM78.1621 14.8317C78.5234 14.8317 78.8366 14.7604 79.1018 14.6179C79.3669 14.4721 79.5708 14.2798 79.7133 14.0412C79.8591 13.8026 79.932 13.5424 79.932 13.2607V12.3608C79.8757 12.4072 79.7796 12.4503 79.6437 12.4901C79.5111 12.5298 79.362 12.5646 79.1962 12.5945C79.0305 12.6243 78.8665 12.6508 78.704 12.674C78.5416 12.6972 78.4008 12.7171 78.2815 12.7337C78.013 12.7701 77.7727 12.8298 77.5606 12.9126C77.3485 12.9955 77.1811 13.1115 77.0585 13.2607C76.9358 13.4065 76.8745 13.5954 76.8745 13.8274C76.8745 14.1589 76.9955 14.4091 77.2374 14.5781C77.4794 14.7472 77.7876 14.8317 78.1621 14.8317ZM85.0962 5.81818V16H83.2964V5.81818H85.0962ZM87.8254 18.8636C87.5802 18.8636 87.3531 18.8438 87.1443 18.804C86.9388 18.7675 86.7748 18.7244 86.6521 18.6747L87.0698 17.2727C87.3316 17.349 87.5653 17.3854 87.7707 17.3821C87.9762 17.3788 88.1569 17.3142 88.3127 17.1882C88.4717 17.0656 88.606 16.8601 88.7154 16.5717L88.8695 16.1591L86.1003 8.36364H88.0094L89.7693 14.1307H89.8489L91.6138 8.36364H93.5279L90.4703 16.9247C90.3278 17.3291 90.1389 17.6754 89.9036 17.9638C89.6682 18.2554 89.3799 18.4775 89.0385 18.63C88.7004 18.7857 88.2961 18.8636 87.8254 18.8636ZM100.569 10.3821L98.9281 10.5611C98.8817 10.3954 98.8005 10.2396 98.6845 10.0938C98.5718 9.94792 98.4194 9.83026 98.2271 9.74077C98.0349 9.65128 97.7996 9.60653 97.5212 9.60653C97.1466 9.60653 96.8318 9.68774 96.5766 9.85014C96.3247 10.0125 96.2004 10.223 96.2037 10.4815C96.2004 10.7036 96.2816 10.8842 96.4473 11.0234C96.6163 11.1626 96.8947 11.277 97.2825 11.3665L98.5851 11.6449C99.3076 11.8007 99.8445 12.0476 100.196 12.3857C100.551 12.7237 100.729 13.1662 100.733 13.7131C100.729 14.1937 100.589 14.6179 100.31 14.9858C100.035 15.3504 99.6523 15.6354 99.1618 15.8409C98.6712 16.0464 98.1078 16.1491 97.4714 16.1491C96.5368 16.1491 95.7844 15.9536 95.2143 15.5625C94.6443 15.1681 94.3045 14.6196 94.1952 13.9169L95.9501 13.7479C96.0297 14.0926 96.1987 14.3527 96.4572 14.5284C96.7158 14.7041 97.0522 14.7919 97.4665 14.7919C97.894 14.7919 98.2371 14.7041 98.4956 14.5284C98.7574 14.3527 98.8883 14.1357 98.8883 13.8771C98.8883 13.6584 98.8038 13.4777 98.6348 13.3352C98.4691 13.1927 98.2105 13.0833 97.8592 13.0071L96.5567 12.7337C95.8242 12.5812 95.2823 12.3243 94.931 11.9631C94.5796 11.5985 94.4056 11.1378 94.4089 10.581C94.4056 10.1103 94.5332 9.70265 94.7918 9.35795C95.0536 9.00994 95.4165 8.74148 95.8805 8.55256C96.3479 8.36032 96.8864 8.2642 97.4963 8.2642C98.3912 8.2642 99.0955 8.45478 99.6092 8.83594C100.126 9.21709 100.446 9.73248 100.569 10.3821ZM101.977 16V8.36364H103.777V16H101.977ZM102.882 7.27983C102.597 7.27983 102.351 7.18537 102.146 6.99645C101.94 6.80421 101.838 6.57386 101.838 6.3054C101.838 6.03362 101.94 5.80327 102.146 5.61435C102.351 5.42211 102.597 5.32599 102.882 5.32599C103.17 5.32599 103.415 5.42211 103.617 5.61435C103.823 5.80327 103.926 6.03362 103.926 6.3054C103.926 6.57386 103.823 6.80421 103.617 6.99645C103.415 7.18537 103.17 7.27983 102.882 7.27983ZM111.423 10.3821L109.782 10.5611C109.736 10.3954 109.654 10.2396 109.538 10.0938C109.426 9.94792 109.273 9.83026 109.081 9.74077C108.889 9.65128 108.654 9.60653 108.375 9.60653C108.001 9.60653 107.686 9.68774 107.431 9.85014C107.179 10.0125 107.054 10.223 107.058 10.4815C107.054 10.7036 107.136 10.8842 107.301 11.0234C107.47 11.1626 107.749 11.277 108.137 11.3665L109.439 11.6449C110.162 11.8007 110.699 12.0476 111.05 12.3857C111.404 12.7237 111.583 13.1662 111.587 13.7131C111.583 14.1937 111.443 14.6179 111.164 14.9858C110.889 15.3504 110.506 15.6354 110.016 15.8409C109.525 16.0464 108.962 16.1491 108.325 16.1491C107.391 16.1491 106.638 15.9536 106.068 15.5625C105.498 15.1681 105.159 14.6196 105.049 13.9169L106.804 13.7479C106.884 14.0926 107.053 14.3527 107.311 14.5284C107.57 14.7041 107.906 14.7919 108.32 14.7919C108.748 14.7919 109.091 14.7041 109.35 14.5284C109.611 14.3527 109.742 14.1357 109.742 13.8771C109.742 13.6584 109.658 13.4777 109.489 13.3352C109.323 13.1927 109.065 13.0833 108.713 13.0071L107.411 12.7337C106.678 12.5812 106.136 12.3243 105.785 11.9631C105.434 11.5985 105.26 11.1378 105.263 10.581C105.26 10.1103 105.387 9.70265 105.646 9.35795C105.908 9.00994 106.271 8.74148 106.735 8.55256C107.202 8.36032 107.74 8.2642 108.35 8.2642C109.245 8.2642 109.949 8.45478 110.463 8.83594C110.98 9.21709 111.3 9.73248 111.423 10.3821Z" fill="#1F242F"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="263" height="22" viewBox="0 0 263 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.71946 9.25355H7.86009C7.80706 8.94863 7.70928 8.6785 7.56676 8.44318C7.42424 8.20455 7.24692 8.00237 7.0348 7.83665C6.82268 7.67093 6.58073 7.54664 6.30895 7.46378C6.04048 7.3776 5.75047 7.33452 5.43892 7.33452C4.88542 7.33452 4.39489 7.47372 3.96733 7.75213C3.53977 8.02722 3.20502 8.43158 2.96307 8.9652C2.72112 9.4955 2.60014 10.1435 2.60014 10.9091C2.60014 11.688 2.72112 12.3442 2.96307 12.8778C3.20833 13.4081 3.54309 13.8092 3.96733 14.081C4.39489 14.3494 4.88376 14.4837 5.43395 14.4837C5.73887 14.4837 6.02391 14.4439 6.28906 14.3643C6.55753 14.2815 6.79782 14.1605 7.00994 14.0014C7.22538 13.8423 7.40601 13.6468 7.55185 13.4148C7.70099 13.1828 7.80374 12.9176 7.86009 12.6193L9.71946 12.6293C9.64986 13.1132 9.49905 13.5672 9.26705 13.9915C9.03835 14.4157 8.7384 14.7902 8.36719 15.1151C7.99598 15.4366 7.56179 15.6884 7.06463 15.8707C6.56747 16.0497 6.01563 16.1392 5.40909 16.1392C4.5142 16.1392 3.71544 15.9321 3.01278 15.5178C2.31013 15.1035 1.75663 14.5052 1.35227 13.723C0.947917 12.9408 0.745739 12.0028 0.745739 10.9091C0.745739 9.81203 0.949574 8.87405 1.35724 8.09517C1.76491 7.31297 2.32008 6.71473 3.02273 6.30043C3.72538 5.88613 4.52083 5.67898 5.40909 5.67898C5.97585 5.67898 6.50284 5.75852 6.99006 5.91761C7.47727 6.0767 7.91146 6.31037 8.29261 6.61861C8.67377 6.92353 8.98698 7.29806 9.23224 7.74219C9.48082 8.183 9.64323 8.68679 9.71946 9.25355ZM14.42 16.1491C13.6742 16.1491 13.0279 15.9851 12.4811 15.657C11.9342 15.3288 11.5099 14.8698 11.2083 14.2798C10.91 13.6899 10.7609 13.0005 10.7609 12.2116C10.7609 11.4228 10.91 10.7318 11.2083 10.1385C11.5099 9.54522 11.9342 9.08452 12.4811 8.75639C13.0279 8.42827 13.6742 8.2642 14.42 8.2642C15.1657 8.2642 15.812 8.42827 16.3589 8.75639C16.9058 9.08452 17.3284 9.54522 17.6267 10.1385C17.9283 10.7318 18.0791 11.4228 18.0791 12.2116C18.0791 13.0005 17.9283 13.6899 17.6267 14.2798C17.3284 14.8698 16.9058 15.3288 16.3589 15.657C15.812 15.9851 15.1657 16.1491 14.42 16.1491ZM14.4299 14.7074C14.8343 14.7074 15.1723 14.5964 15.4441 14.3743C15.7159 14.1489 15.9181 13.8473 16.0507 13.4695C16.1866 13.0916 16.2545 12.6707 16.2545 12.2067C16.2545 11.7393 16.1866 11.3168 16.0507 10.9389C15.9181 10.5578 15.7159 10.2545 15.4441 10.0291C15.1723 9.80374 14.8343 9.69105 14.4299 9.69105C14.0156 9.69105 13.6709 9.80374 13.3958 10.0291C13.1241 10.2545 12.9202 10.5578 12.7843 10.9389C12.6517 11.3168 12.5855 11.7393 12.5855 12.2067C12.5855 12.6707 12.6517 13.0916 12.7843 13.4695C12.9202 13.8473 13.1241 14.1489 13.3958 14.3743C13.6709 14.5964 14.0156 14.7074 14.4299 14.7074ZM21.1663 11.5256V16H19.3666V8.36364H21.0868V9.66122H21.1763C21.3519 9.23366 21.632 8.89394 22.0164 8.64205C22.4042 8.39015 22.8832 8.2642 23.4532 8.2642C23.9802 8.2642 24.4393 8.37689 24.8304 8.60227C25.2248 8.82765 25.5297 9.15412 25.7451 9.58168C25.9639 10.0092 26.0716 10.5279 26.0683 11.1378V16H24.2686V11.4162C24.2686 10.9058 24.136 10.5064 23.8709 10.218C23.609 9.92969 23.2461 9.78551 22.7821 9.78551C22.4672 9.78551 22.1871 9.85511 21.9419 9.99432C21.6999 10.1302 21.5093 10.3274 21.3701 10.5859C21.2343 10.8445 21.1663 11.1577 21.1663 11.5256ZM31.4711 8.36364V9.75568H27.0811V8.36364H31.4711ZM28.1649 6.53409H29.9647V13.7031C29.9647 13.9451 30.0011 14.1307 30.074 14.2599C30.1503 14.3859 30.2497 14.4721 30.3723 14.5185C30.495 14.5649 30.6309 14.5881 30.78 14.5881C30.8927 14.5881 30.9954 14.5798 31.0882 14.5632C31.1844 14.5466 31.2573 14.5317 31.307 14.5185L31.6103 15.9254C31.5141 15.9586 31.3766 15.995 31.1976 16.0348C31.022 16.0746 30.8065 16.0978 30.5513 16.1044C30.1006 16.1177 29.6945 16.0497 29.3333 15.9006C28.972 15.7481 28.6853 15.5128 28.4732 15.1946C28.2644 14.8764 28.1616 14.4787 28.1649 14.0014V6.53409ZM36.0349 16.1491C35.2692 16.1491 34.608 15.9901 34.0512 15.6719C33.4977 15.3504 33.0718 14.8963 32.7735 14.3097C32.4752 13.7197 32.326 13.0253 32.326 12.2266C32.326 11.4411 32.4752 10.7517 32.7735 10.1584C33.0751 9.56179 33.496 9.09777 34.0363 8.76633C34.5765 8.43158 35.2112 8.2642 35.9404 8.2642C36.411 8.2642 36.8552 8.34044 37.2728 8.4929C37.6937 8.64205 38.0649 8.87405 38.3864 9.18892C38.7112 9.50379 38.9664 9.90483 39.152 10.392C39.3376 10.8759 39.4304 11.4527 39.4304 12.1222V12.674H33.1712V11.4609H37.7053C37.702 11.1162 37.6274 10.8097 37.4816 10.5412C37.3358 10.2694 37.1319 10.0556 36.8701 9.89986C36.6116 9.74408 36.3099 9.66619 35.9652 9.66619C35.5974 9.66619 35.2742 9.75568 34.9958 9.93466C34.7174 10.1103 34.5003 10.3423 34.3445 10.6307C34.192 10.9157 34.1142 11.2289 34.1108 11.5703V12.6293C34.1108 13.0734 34.192 13.4545 34.3545 13.7727C34.5169 14.0876 34.7439 14.3295 35.0356 14.4986C35.3272 14.6643 35.6686 14.7472 36.0597 14.7472C36.3215 14.7472 36.5585 14.7107 36.7706 14.6378C36.9828 14.5616 37.1667 14.4505 37.3225 14.3047C37.4783 14.1589 37.5959 13.9782 37.6755 13.7628L39.3559 13.9517C39.2498 14.3958 39.0476 14.7836 38.7493 15.1151C38.4544 15.4432 38.0765 15.6984 37.6158 15.8807C37.1551 16.0597 36.6281 16.1491 36.0349 16.1491ZM42.5127 11.5256V16H40.713V8.36364H42.4332V9.66122H42.5227C42.6983 9.23366 42.9784 8.89394 43.3629 8.64205C43.7506 8.39015 44.2296 8.2642 44.7996 8.2642C45.3266 8.2642 45.7857 8.37689 46.1768 8.60227C46.5712 8.82765 46.8761 9.15412 47.0915 9.58168C47.3103 10.0092 47.418 10.5279 47.4147 11.1378V16H45.615V11.4162C45.615 10.9058 45.4824 10.5064 45.2173 10.218C44.9554 9.92969 44.5925 9.78551 44.1285 9.78551C43.8136 9.78551 43.5335 9.85511 43.2883 9.99432C43.0463 10.1302 42.8558 10.3274 42.7165 10.5859C42.5807 10.8445 42.5127 11.1577 42.5127 11.5256ZM52.8175 8.36364V9.75568H48.4275V8.36364H52.8175ZM49.5114 6.53409H51.3111V13.7031C51.3111 13.9451 51.3475 14.1307 51.4204 14.2599C51.4967 14.3859 51.5961 14.4721 51.7187 14.5185C51.8414 14.5649 51.9773 14.5881 52.1264 14.5881C52.2391 14.5881 52.3418 14.5798 52.4346 14.5632C52.5308 14.5466 52.6037 14.5317 52.6534 14.5185L52.9567 15.9254C52.8605 15.9586 52.723 15.995 52.544 16.0348C52.3684 16.0746 52.1529 16.0978 51.8977 16.1044C51.447 16.1177 51.0409 16.0497 50.6797 15.9006C50.3184 15.7481 50.0317 15.5128 49.8196 15.1946C49.6108 14.8764 49.508 14.4787 49.5114 14.0014V6.53409ZM58.7023 16H56.7336L60.3181 5.81818H62.5951L66.1846 16H64.2158L61.4964 7.90625H61.4168L58.7023 16ZM58.767 12.0078H64.1363V13.4893H58.767V12.0078ZM69.0058 11.5256V16H67.2061V8.36364H68.9263V9.66122H69.0158C69.1914 9.23366 69.4715 8.89394 69.856 8.64205C70.2438 8.39015 70.7227 8.2642 71.2928 8.2642C71.8198 8.2642 72.2788 8.37689 72.6699 8.60227C73.0643 8.82765 73.3692 9.15412 73.5847 9.58168C73.8034 10.0092 73.9111 10.5279 73.9078 11.1378V16H72.1081V11.4162C72.1081 10.9058 71.9755 10.5064 71.7104 10.218C71.4485 9.92969 71.0856 9.78551 70.6216 9.78551C70.3067 9.78551 70.0267 9.85511 69.7814 9.99432C69.5395 10.1302 69.3489 10.3274 69.2097 10.5859C69.0738 10.8445 69.0058 11.1577 69.0058 11.5256ZM77.6948 16.1541C77.2109 16.1541 76.7751 16.0679 76.3873 15.8956C76.0028 15.7199 75.6979 15.4614 75.4725 15.12C75.2504 14.7786 75.1394 14.3577 75.1394 13.8572C75.1394 13.4264 75.219 13.0701 75.3781 12.7884C75.5371 12.5066 75.7542 12.2812 76.0293 12.1122C76.3044 11.9432 76.6143 11.8156 76.959 11.7294C77.307 11.6399 77.6666 11.5753 78.0379 11.5355C78.4853 11.4891 78.8482 11.4477 79.1266 11.4112C79.405 11.3714 79.6072 11.3118 79.7332 11.2322C79.8624 11.1494 79.9271 11.0218 79.9271 10.8494V10.8196C79.9271 10.4451 79.816 10.1551 79.594 9.94957C79.3719 9.74408 79.0521 9.64134 78.6344 9.64134C78.1936 9.64134 77.844 9.73745 77.5854 9.92969C77.3302 10.1219 77.1579 10.349 77.0684 10.6108L75.388 10.3722C75.5206 9.90814 75.7393 9.52036 76.0442 9.20881C76.3492 8.89394 76.722 8.65862 77.1629 8.50284C77.6037 8.34375 78.0909 8.2642 78.6245 8.2642C78.9924 8.2642 79.3586 8.30729 79.7232 8.39347C80.0878 8.47964 80.4209 8.62216 80.7225 8.82102C81.0241 9.01657 81.2661 9.28338 81.4484 9.62145C81.634 9.95952 81.7268 10.3821 81.7268 10.8892V16H79.9967V14.951H79.937C79.8276 15.1631 79.6735 15.362 79.4746 15.5476C79.2791 15.7299 79.0322 15.8774 78.7339 15.9901C78.4389 16.0994 78.0925 16.1541 77.6948 16.1541ZM78.1621 14.8317C78.5234 14.8317 78.8366 14.7604 79.1018 14.6179C79.3669 14.4721 79.5708 14.2798 79.7133 14.0412C79.8591 13.8026 79.932 13.5424 79.932 13.2607V12.3608C79.8757 12.4072 79.7796 12.4503 79.6437 12.4901C79.5111 12.5298 79.362 12.5646 79.1962 12.5945C79.0305 12.6243 78.8665 12.6508 78.704 12.674C78.5416 12.6972 78.4008 12.7171 78.2815 12.7337C78.013 12.7701 77.7727 12.8298 77.5606 12.9126C77.3485 12.9955 77.1811 13.1115 77.0585 13.2607C76.9358 13.4065 76.8745 13.5954 76.8745 13.8274C76.8745 14.1589 76.9955 14.4091 77.2374 14.5781C77.4794 14.7472 77.7876 14.8317 78.1621 14.8317ZM85.0962 5.81818V16H83.2964V5.81818H85.0962ZM87.8254 18.8636C87.5802 18.8636 87.3531 18.8438 87.1443 18.804C86.9388 18.7675 86.7748 18.7244 86.6521 18.6747L87.0698 17.2727C87.3316 17.349 87.5653 17.3854 87.7707 17.3821C87.9762 17.3788 88.1569 17.3142 88.3127 17.1882C88.4717 17.0656 88.606 16.8601 88.7154 16.5717L88.8695 16.1591L86.1003 8.36364H88.0094L89.7693 14.1307H89.8489L91.6138 8.36364H93.5279L90.4703 16.9247C90.3278 17.3291 90.1389 17.6754 89.9036 17.9638C89.6682 18.2554 89.3799 18.4775 89.0385 18.63C88.7004 18.7857 88.2961 18.8636 87.8254 18.8636ZM100.569 10.3821L98.9281 10.5611C98.8817 10.3954 98.8005 10.2396 98.6845 10.0938C98.5718 9.94792 98.4194 9.83026 98.2271 9.74077C98.0349 9.65128 97.7996 9.60653 97.5212 9.60653C97.1466 9.60653 96.8318 9.68774 96.5766 9.85014C96.3247 10.0125 96.2004 10.223 96.2037 10.4815C96.2004 10.7036 96.2816 10.8842 96.4473 11.0234C96.6163 11.1626 96.8947 11.277 97.2825 11.3665L98.5851 11.6449C99.3076 11.8007 99.8445 12.0476 100.196 12.3857C100.551 12.7237 100.729 13.1662 100.733 13.7131C100.729 14.1937 100.589 14.6179 100.31 14.9858C100.035 15.3504 99.6523 15.6354 99.1618 15.8409C98.6712 16.0464 98.1078 16.1491 97.4714 16.1491C96.5368 16.1491 95.7844 15.9536 95.2143 15.5625C94.6443 15.1681 94.3045 14.6196 94.1952 13.9169L95.9501 13.7479C96.0297 14.0926 96.1987 14.3527 96.4572 14.5284C96.7158 14.7041 97.0522 14.7919 97.4665 14.7919C97.894 14.7919 98.2371 14.7041 98.4956 14.5284C98.7574 14.3527 98.8883 14.1357 98.8883 13.8771C98.8883 13.6584 98.8038 13.4777 98.6348 13.3352C98.4691 13.1927 98.2105 13.0833 97.8592 13.0071L96.5567 12.7337C95.8242 12.5812 95.2823 12.3243 94.931 11.9631C94.5796 11.5985 94.4056 11.1378 94.4089 10.581C94.4056 10.1103 94.5332 9.70265 94.7918 9.35795C95.0536 9.00994 95.4165 8.74148 95.8805 8.55256C96.3479 8.36032 96.8864 8.2642 97.4963 8.2642C98.3912 8.2642 99.0955 8.45478 99.6092 8.83594C100.126 9.21709 100.446 9.73248 100.569 10.3821ZM101.977 16V8.36364H103.777V16H101.977ZM102.882 7.27983C102.597 7.27983 102.351 7.18537 102.146 6.99645C101.94 6.80421 101.838 6.57386 101.838 6.3054C101.838 6.03362 101.94 5.80327 102.146 5.61435C102.351 5.42211 102.597 5.32599 102.882 5.32599C103.17 5.32599 103.415 5.42211 103.617 5.61435C103.823 5.80327 103.926 6.03362 103.926 6.3054C103.926 6.57386 103.823 6.80421 103.617 6.99645C103.415 7.18537 103.17 7.27983 102.882 7.27983ZM111.423 10.3821L109.782 10.5611C109.736 10.3954 109.654 10.2396 109.538 10.0938C109.426 9.94792 109.273 9.83026 109.081 9.74077C108.889 9.65128 108.654 9.60653 108.375 9.60653C108.001 9.60653 107.686 9.68774 107.431 9.85014C107.179 10.0125 107.054 10.223 107.058 10.4815C107.054 10.7036 107.136 10.8842 107.301 11.0234C107.47 11.1626 107.749 11.277 108.137 11.3665L109.439 11.6449C110.162 11.8007 110.699 12.0476 111.05 12.3857C111.404 12.7237 111.583 13.1662 111.587 13.7131C111.583 14.1937 111.443 14.6179 111.164 14.9858C110.889 15.3504 110.506 15.6354 110.016 15.8409C109.525 16.0464 108.962 16.1491 108.325 16.1491C107.391 16.1491 106.638 15.9536 106.068 15.5625C105.498 15.1681 105.159 14.6196 105.049 13.9169L106.804 13.7479C106.884 14.0926 107.053 14.3527 107.311 14.5284C107.57 14.7041 107.906 14.7919 108.32 14.7919C108.748 14.7919 109.091 14.7041 109.35 14.5284C109.611 14.3527 109.742 14.1357 109.742 13.8771C109.742 13.6584 109.658 13.4777 109.489 13.3352C109.323 13.1927 109.065 13.0833 108.713 13.0071L107.411 12.7337C106.678 12.5812 106.136 12.3243 105.785 11.9631C105.434 11.5985 105.26 11.1378 105.263 10.581C105.26 10.1103 105.387 9.70265 105.646 9.35795C105.908 9.00994 106.271 8.74148 106.735 8.55256C107.202 8.36032 107.74 8.2642 108.35 8.2642C109.245 8.2642 109.949 8.45478 110.463 8.83594C110.98 9.21709 111.3 9.73248 111.423 10.3821Z" fill="#1F242F"/>
|
|
3
|
+
</svg>
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g filter="url(#filter0_i_197_1929)">
|
|
3
|
-
<rect width="32" height="32" rx="16" fill="#ECECED"/>
|
|
4
|
-
<g clip-path="url(#clip0_197_1929)">
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5625 17.7497C15.5625 17.4015 15.4243 17.0677 15.1779 16.8218C14.9321 16.5755 14.5982 16.4372 14.25 16.4372C13.3811 16.4372 12.0564 16.4372 11.1875 16.4372C10.8392 16.4372 10.5054 16.5755 10.2596 16.8218C10.0132 17.0677 9.875 17.4015 9.875 17.7497V20.8122C9.875 21.1605 10.0132 21.4943 10.2596 21.7402C10.5054 21.9865 10.8392 22.1247 11.1875 22.1247H14.25C14.5982 22.1247 14.9321 21.9865 15.1779 21.7402C15.4243 21.4943 15.5625 21.1605 15.5625 20.8122V17.7497ZM22.125 17.7497C22.125 17.4015 21.9868 17.0677 21.7404 16.8218C21.4946 16.5755 21.1608 16.4372 20.8125 16.4372C19.9436 16.4372 18.6189 16.4372 17.75 16.4372C17.4018 16.4372 17.0679 16.5755 16.8221 16.8218C16.5757 17.0677 16.4375 17.4015 16.4375 17.7497V20.8122C16.4375 21.1605 16.5757 21.4943 16.8221 21.7402C17.0679 21.9865 17.4018 22.1247 17.75 22.1247H20.8125C21.1608 22.1247 21.4946 21.9865 21.7404 21.7402C21.9868 21.4943 22.125 21.1605 22.125 20.8122V17.7497ZM20.2092 15.4717L22.0344 13.6464C22.5468 13.1341 22.5468 12.3029 22.0344 11.7905L20.2092 9.96529C19.6969 9.45298 18.8656 9.45298 18.3533 9.96529L16.5281 11.7905C16.0158 12.3029 16.0158 13.1341 16.5281 13.6464L18.3533 15.4717C18.8656 15.984 19.6969 15.984 20.2092 15.4717ZM15.5625 11.1872C15.5625 10.839 15.4243 10.5052 15.1779 10.2593C14.9321 10.013 14.5982 9.87473 14.25 9.87473C13.3811 9.87473 12.0564 9.87473 11.1875 9.87473C10.8392 9.87473 10.5054 10.013 10.2596 10.2593C10.0132 10.5052 9.875 10.839 9.875 11.1872V14.2497C9.875 14.598 10.0132 14.9318 10.2596 15.1777C10.5054 15.424 10.8392 15.5622 11.1875 15.5622H14.25C14.5982 15.5622 14.9321 15.424 15.1779 15.1777C15.4243 14.9318 15.5625 14.598 15.5625 14.2497V11.1872Z" fill="#1F242F"/>
|
|
6
|
-
</g>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<filter id="filter0_i_197_1929" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
10
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
11
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
12
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
13
|
-
<feOffset dy="4"/>
|
|
14
|
-
<feGaussianBlur stdDeviation="2"/>
|
|
15
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
16
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
|
|
17
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1929"/>
|
|
18
|
-
</filter>
|
|
19
|
-
<clipPath id="clip0_197_1929">
|
|
20
|
-
<rect width="14" height="14" fill="white" transform="translate(9 9)"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_i_197_1929)">
|
|
3
|
+
<rect width="32" height="32" rx="16" fill="#ECECED"/>
|
|
4
|
+
<g clip-path="url(#clip0_197_1929)">
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5625 17.7497C15.5625 17.4015 15.4243 17.0677 15.1779 16.8218C14.9321 16.5755 14.5982 16.4372 14.25 16.4372C13.3811 16.4372 12.0564 16.4372 11.1875 16.4372C10.8392 16.4372 10.5054 16.5755 10.2596 16.8218C10.0132 17.0677 9.875 17.4015 9.875 17.7497V20.8122C9.875 21.1605 10.0132 21.4943 10.2596 21.7402C10.5054 21.9865 10.8392 22.1247 11.1875 22.1247H14.25C14.5982 22.1247 14.9321 21.9865 15.1779 21.7402C15.4243 21.4943 15.5625 21.1605 15.5625 20.8122V17.7497ZM22.125 17.7497C22.125 17.4015 21.9868 17.0677 21.7404 16.8218C21.4946 16.5755 21.1608 16.4372 20.8125 16.4372C19.9436 16.4372 18.6189 16.4372 17.75 16.4372C17.4018 16.4372 17.0679 16.5755 16.8221 16.8218C16.5757 17.0677 16.4375 17.4015 16.4375 17.7497V20.8122C16.4375 21.1605 16.5757 21.4943 16.8221 21.7402C17.0679 21.9865 17.4018 22.1247 17.75 22.1247H20.8125C21.1608 22.1247 21.4946 21.9865 21.7404 21.7402C21.9868 21.4943 22.125 21.1605 22.125 20.8122V17.7497ZM20.2092 15.4717L22.0344 13.6464C22.5468 13.1341 22.5468 12.3029 22.0344 11.7905L20.2092 9.96529C19.6969 9.45298 18.8656 9.45298 18.3533 9.96529L16.5281 11.7905C16.0158 12.3029 16.0158 13.1341 16.5281 13.6464L18.3533 15.4717C18.8656 15.984 19.6969 15.984 20.2092 15.4717ZM15.5625 11.1872C15.5625 10.839 15.4243 10.5052 15.1779 10.2593C14.9321 10.013 14.5982 9.87473 14.25 9.87473C13.3811 9.87473 12.0564 9.87473 11.1875 9.87473C10.8392 9.87473 10.5054 10.013 10.2596 10.2593C10.0132 10.5052 9.875 10.839 9.875 11.1872V14.2497C9.875 14.598 10.0132 14.9318 10.2596 15.1777C10.5054 15.424 10.8392 15.5622 11.1875 15.5622H14.25C14.5982 15.5622 14.9321 15.424 15.1779 15.1777C15.4243 14.9318 15.5625 14.598 15.5625 14.2497V11.1872Z" fill="#1F242F"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<filter id="filter0_i_197_1929" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
10
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
11
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
12
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
13
|
+
<feOffset dy="4"/>
|
|
14
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
15
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
16
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
|
|
17
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1929"/>
|
|
18
|
+
</filter>
|
|
19
|
+
<clipPath id="clip0_197_1929">
|
|
20
|
+
<rect width="14" height="14" fill="white" transform="translate(9 9)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g filter="url(#filter0_i_197_1937)">
|
|
3
|
-
<rect width="32" height="32" rx="16" fill="#ECECED"/>
|
|
4
|
-
<path d="M21.5688 11.4549C20.6968 10.6002 19.5433 10.1432 18.3211 10.1674C17.6285 10.1813 16.9637 10.351 16.3664 10.6559C15.7131 10.322 14.9833 10.1526 14.2269 10.1674C12.8248 10.1955 11.5364 10.8618 10.6919 11.9951C10.1239 12.7573 9.81121 13.7151 9.81121 14.692V14.9161C9.81121 15.1553 9.76251 15.3876 9.66664 15.6066L9.06659 16.9764C8.97283 17.1902 8.97827 17.4331 9.08171 17.6424C9.18515 17.8516 9.37417 18.0041 9.60101 18.0597L10.0807 18.1777L10.2788 19.2877C10.3732 19.8163 10.8314 20.1998 11.3682 20.1998H12.9358C12.9687 20.1998 12.9969 20.2222 13.005 20.2543L13.2431 21.2197C13.3383 21.6068 13.6831 21.8769 14.0817 21.8769H16.3942C16.798 21.8769 17.1682 21.7311 17.4555 21.4898C17.6119 21.7266 17.8789 21.8769 18.1759 21.8769H20.4884C21.3997 21.8769 22.141 21.1356 22.141 20.2243V18.3389C22.141 17.714 22.2753 17.0922 22.5402 16.4915C22.7934 15.9178 22.9216 15.3063 22.9216 14.6745C22.9216 13.4532 22.4413 12.3099 21.5691 11.4549H21.5688ZM16.3942 21.1211H14.0817C14.0321 21.1211 13.9892 21.0875 13.9771 21.0391L13.7391 20.0737C13.648 19.7029 13.3178 19.4437 12.9358 19.4437H11.3682C11.1982 19.4437 11.053 19.3221 11.0231 19.1549L10.8208 18.021C10.7709 17.7419 10.5607 17.5174 10.2845 17.4491L9.78187 17.3254C9.77824 17.3245 9.76675 17.3218 9.75979 17.3078C9.75284 17.2939 9.75768 17.2834 9.75919 17.2797L10.3592 15.9099C10.4975 15.5948 10.5676 15.2603 10.5676 14.9158V14.6917C10.5676 13.8766 10.8271 13.0794 11.2986 12.4466C12.0024 11.5021 13.0755 10.9465 14.2423 10.9232C14.7148 10.9139 15.1748 10.991 15.6045 11.1473C15.3012 11.3896 15.026 11.6736 14.7864 11.9951C14.2184 12.7573 13.9057 13.7151 13.9057 14.692V14.9161C13.9057 15.1553 13.857 15.3876 13.7611 15.6066L13.1611 16.9764C13.0673 17.1902 13.0728 17.4331 13.1762 17.6424C13.2797 17.8516 13.4687 18.0041 13.6955 18.0597L14.1752 18.1777L14.3733 19.2877C14.4677 19.8163 14.9259 20.1998 15.4627 20.1998H17.0303C17.0632 20.1998 17.0914 20.2222 17.0995 20.2543L17.1927 20.632C17.0439 20.9221 16.7423 21.1211 16.3945 21.1211H16.3942Z" fill="#1F242F"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<filter id="filter0_i_197_1937" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
8
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
9
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
10
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
11
|
-
<feOffset dy="4"/>
|
|
12
|
-
<feGaussianBlur stdDeviation="2"/>
|
|
13
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
14
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
|
|
15
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1937"/>
|
|
16
|
-
</filter>
|
|
17
|
-
</defs>
|
|
18
|
-
</svg>
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g filter="url(#filter0_i_197_1937)">
|
|
3
|
+
<rect width="32" height="32" rx="16" fill="#ECECED"/>
|
|
4
|
+
<path d="M21.5688 11.4549C20.6968 10.6002 19.5433 10.1432 18.3211 10.1674C17.6285 10.1813 16.9637 10.351 16.3664 10.6559C15.7131 10.322 14.9833 10.1526 14.2269 10.1674C12.8248 10.1955 11.5364 10.8618 10.6919 11.9951C10.1239 12.7573 9.81121 13.7151 9.81121 14.692V14.9161C9.81121 15.1553 9.76251 15.3876 9.66664 15.6066L9.06659 16.9764C8.97283 17.1902 8.97827 17.4331 9.08171 17.6424C9.18515 17.8516 9.37417 18.0041 9.60101 18.0597L10.0807 18.1777L10.2788 19.2877C10.3732 19.8163 10.8314 20.1998 11.3682 20.1998H12.9358C12.9687 20.1998 12.9969 20.2222 13.005 20.2543L13.2431 21.2197C13.3383 21.6068 13.6831 21.8769 14.0817 21.8769H16.3942C16.798 21.8769 17.1682 21.7311 17.4555 21.4898C17.6119 21.7266 17.8789 21.8769 18.1759 21.8769H20.4884C21.3997 21.8769 22.141 21.1356 22.141 20.2243V18.3389C22.141 17.714 22.2753 17.0922 22.5402 16.4915C22.7934 15.9178 22.9216 15.3063 22.9216 14.6745C22.9216 13.4532 22.4413 12.3099 21.5691 11.4549H21.5688ZM16.3942 21.1211H14.0817C14.0321 21.1211 13.9892 21.0875 13.9771 21.0391L13.7391 20.0737C13.648 19.7029 13.3178 19.4437 12.9358 19.4437H11.3682C11.1982 19.4437 11.053 19.3221 11.0231 19.1549L10.8208 18.021C10.7709 17.7419 10.5607 17.5174 10.2845 17.4491L9.78187 17.3254C9.77824 17.3245 9.76675 17.3218 9.75979 17.3078C9.75284 17.2939 9.75768 17.2834 9.75919 17.2797L10.3592 15.9099C10.4975 15.5948 10.5676 15.2603 10.5676 14.9158V14.6917C10.5676 13.8766 10.8271 13.0794 11.2986 12.4466C12.0024 11.5021 13.0755 10.9465 14.2423 10.9232C14.7148 10.9139 15.1748 10.991 15.6045 11.1473C15.3012 11.3896 15.026 11.6736 14.7864 11.9951C14.2184 12.7573 13.9057 13.7151 13.9057 14.692V14.9161C13.9057 15.1553 13.857 15.3876 13.7611 15.6066L13.1611 16.9764C13.0673 17.1902 13.0728 17.4331 13.1762 17.6424C13.2797 17.8516 13.4687 18.0041 13.6955 18.0597L14.1752 18.1777L14.3733 19.2877C14.4677 19.8163 14.9259 20.1998 15.4627 20.1998H17.0303C17.0632 20.1998 17.0914 20.2222 17.0995 20.2543L17.1927 20.632C17.0439 20.9221 16.7423 21.1211 16.3945 21.1211H16.3942Z" fill="#1F242F"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<filter id="filter0_i_197_1937" x="0" y="0" width="32" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
8
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
9
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
10
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
11
|
+
<feOffset dy="4"/>
|
|
12
|
+
<feGaussianBlur stdDeviation="2"/>
|
|
13
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
14
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"/>
|
|
15
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_197_1937"/>
|
|
16
|
+
</filter>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M18 6L6 18M6 6L18 18" stroke="#333741" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18 6L6 18M6 6L18 18" stroke="#333741" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("../theme")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
Object[
|
|
9
|
+
Object[_0x38a1(0x0)](exports,'__esModule',{'value':!![]}),exports[_0x38a1(0x1)]=exports['BodyText']=void 0x0;var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x49411d){return _0x49411d&&_0x49411d[_0x38a1(0x2)]?_0x49411d:{'default':_0x49411d};}const BodyText=({children:children=_0x38a1(0x3),style:_0x52dfc5})=>{return _react[_0x38a1(0x1)][_0x38a1(0x4)](_reactNative[_0x38a1(0x5)],{'style':[styles[_0x38a1(0x6)],_0x52dfc5]},children);};exports['BodyText']=BodyText;function _0x38a1(_0x58dd46,_0x38a1eb){_0x58dd46=_0x58dd46-0x0;var _0x443fda=_0x58dd();var _0x125336=_0x443fda[_0x58dd46];return _0x125336;}const styles=_reactNative['StyleSheet'][_0x38a1(0x7)]({'text':{..._theme['TEXT_STYLES'][_0x38a1(0x8)],'paddingHorizontal':0x14}});var _default=exports[_0x38a1(0x1)]=BodyText;function _0x58dd(){var _0x480807=['defineProperty','default','__esModule','The\x20secure,\x20portable\x20persona\x20built\x20from\x20your\x20data.\x20Every\x20app\x20personalized\x20while\x20your\x20data\x20stays\x20yours.','createElement','Text','text','create','body'];_0x58dd=function(){return _0x480807;};return _0x58dd();}
|
|
@@ -7,4 +7,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
7
7
|
require("../utils/assetRegistry")
|
|
8
8
|
];
|
|
9
9
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
10
|
-
function
|
|
10
|
+
function _0x3909(){var _0x23d413=['defineProperty','__esModule','default','BrandMark','EDQWA','View','glowLayer','redGlow','createElement','blueGlow','Image','BRAND_IMAGES','StyleSheet','create','relative','center','absolute','#FF4D6A','select','rgba(255,\x2077,\x20106,\x200.15)','#4D79FF','rgba(77,\x20121,\x20255,\x200.15)','#FFFFFF','hidden','SHADOWS','brandMark'];_0x3909=function(){return _0x23d413;};return _0x3909();}function _0x17a0(_0x390990,_0x17a0c4){_0x390990=_0x390990-0x0;var _0x19853d=_0x3909();var _0x2f70f6=_0x19853d[_0x390990];return _0x2f70f6;}Object[_0x17a0(0x0)](exports,_0x17a0(0x1),{'value':!![]}),exports[_0x17a0(0x2)]=exports[_0x17a0(0x3)]=void 0x0;var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2),_assetRegistry=__ONAIROS_REQ_FUNC__(0x3);function _interopRequireDefault(_0x137849){return _0x137849&&_0x137849['__esModule']?_0x137849:{'default':_0x137849};}const BrandMark=({containerSize:containerSize=0x6e,imageSize:imageSize=0x6e,style:_0x17fde1,showGlow:showGlow=!![]})=>{var _0x2e65d8={'EDQWA':function(_0x18c341,_0x135d00){return _0x18c341*_0x135d00;}};const _0xe0f48=_0x2e65d8[_0x17a0(0x4)](containerSize,0.2);return _react[_0x17a0(0x2)]['createElement'](_reactNative[_0x17a0(0x5)],{'style':[styles['glowWrapper'],_0x17fde1]},showGlow&&_react['default']['createElement'](_reactNative['View'],{'style':[styles[_0x17a0(0x6)],styles[_0x17a0(0x7)],{'width':containerSize,'height':containerSize,'borderRadius':_0xe0f48}]}),showGlow&&_react[_0x17a0(0x2)][_0x17a0(0x8)](_reactNative[_0x17a0(0x5)],{'style':[styles[_0x17a0(0x6)],styles[_0x17a0(0x9)],{'width':containerSize,'height':containerSize,'borderRadius':_0xe0f48}]}),_react[_0x17a0(0x2)]['createElement'](_reactNative[_0x17a0(0x5)],{'style':[styles['container'],{'width':containerSize,'height':containerSize,'borderRadius':_0xe0f48}]},_react[_0x17a0(0x2)][_0x17a0(0x8)](_reactNative[_0x17a0(0xa)],{'source':_assetRegistry[_0x17a0(0xb)]['onairosLogo'],'style':[styles['logo'],{'width':imageSize,'height':imageSize,'transform':[{'translateY':-0x1},{'translateX':-0x4}]}],'resizeMode':'contain'})));};exports[_0x17a0(0x3)]=BrandMark;const styles=_reactNative[_0x17a0(0xc)][_0x17a0(0xd)]({'glowWrapper':{'position':_0x17a0(0xe),'alignItems':_0x17a0(0xf),'justifyContent':_0x17a0(0xf)},'glowLayer':{'position':_0x17a0(0x10),'backgroundColor':'transparent'},'redGlow':{'shadowColor':_0x17a0(0x11),'shadowOffset':{'width':0x8,'height':0x8},'shadowOpacity':0.5,'shadowRadius':0x14,'elevation':0x8,..._reactNative['Platform'][_0x17a0(0x12)]({'android':{'backgroundColor':_0x17a0(0x13)}})},'blueGlow':{'shadowColor':_0x17a0(0x14),'shadowOffset':{'width':-0x8,'height':-0x8},'shadowOpacity':0.5,'shadowRadius':0x14,'elevation':0x8,..._reactNative['Platform']['select']({'android':{'backgroundColor':_0x17a0(0x15)}})},'container':{'backgroundColor':_0x17a0(0x16),'justifyContent':'center','alignItems':_0x17a0(0xf),'overflow':_0x17a0(0x17),..._theme[_0x17a0(0x18)][_0x17a0(0x19)]},'logo':{}});var _default=exports[_0x17a0(0x2)]=BrandMark;
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("../theme")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
Object[
|
|
9
|
+
Object[_0xb319(0x0)](exports,_0xb319(0x1),{'value':!![]}),exports[_0xb319(0x2)]=exports[_0xb319(0x3)]=void 0x0;var _react=_interopRequireWildcard(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2);function _0xb319(_0x1810b4,_0xb3196){_0x1810b4=_0x1810b4-0x0;const _0x5902a6=_0x1810();let _0x3cf55e=_0x5902a6[_0x1810b4];return _0x3cf55e;}function _interopRequireWildcard(_0x24e314,_0x43654d){const _0x4a6cf1={'uLXBz':function(_0x52f20d,_0x4c69c6){return _0x52f20d!==_0x4c69c6;},'DHVPS':_0xb319(0x4),'NfWpY':function(_0x5d959f,_0x1382c9){return _0x5d959f&&_0x1382c9;},'KoPus':function(_0x306b42,_0x48fec5){return _0x306b42===_0x48fec5;},'OEGUD':function(_0x254490,_0x1b74f7){return _0x254490!=_0x1b74f7;},'seMiq':_0xb319(0x5),'IxzsK':function(_0x2f2fc3,_0x535c95){return _0x2f2fc3!=_0x535c95;},'pxcfd':_0xb319(0x6),'GlTOb':function(_0x52c8a0,_0x1c0c1c){return _0x52c8a0!==_0x1c0c1c;},'fYbPO':_0xb319(0x2)};if(_0x4a6cf1[_0xb319(0x7)]==typeof WeakMap)var _0x2b6e71=new WeakMap(),_0x320bd4=new WeakMap();return(_interopRequireWildcard=function(_0x4c13d0,_0x5724ee){if(_0x4a6cf1[_0xb319(0x8)](_0x4a6cf1[_0xb319(0x9)],_0x4a6cf1[_0xb319(0x9)]))_0x952fac[_0xb319(0xa)]('');else{if(_0x4a6cf1[_0xb319(0xb)](!_0x5724ee,_0x4c13d0)&&_0x4c13d0[_0xb319(0x1)])return _0x4c13d0;var _0x58591a,_0x1596d8,_0x5f2238={'__proto__':null,'default':_0x4c13d0};if(_0x4a6cf1[_0xb319(0xc)](null,_0x4c13d0)||_0x4a6cf1[_0xb319(0xd)](_0x4a6cf1[_0xb319(0xe)],typeof _0x4c13d0)&&_0x4a6cf1[_0xb319(0xf)](_0x4a6cf1[_0xb319(0x7)],typeof _0x4c13d0))return _0x5f2238;if(_0x58591a=_0x5724ee?_0x320bd4:_0x2b6e71){if(_0x58591a[_0xb319(0x10)](_0x4c13d0))return _0x58591a[_0xb319(0x11)](_0x4c13d0);_0x58591a[_0xb319(0x12)](_0x4c13d0,_0x5f2238);}for(const _0x16503c in _0x4c13d0)_0x4a6cf1['GlTOb'](_0x4a6cf1[_0xb319(0x13)],_0x16503c)&&{}[_0xb319(0x14)][_0xb319(0x15)](_0x4c13d0,_0x16503c)&&((_0x1596d8=(_0x58591a=Object['defineProperty'])&&Object[_0xb319(0x16)](_0x4c13d0,_0x16503c))&&(_0x1596d8[_0xb319(0x11)]||_0x1596d8[_0xb319(0x12)])?_0x58591a(_0x5f2238,_0x16503c,_0x1596d8):_0x5f2238[_0x16503c]=_0x4c13d0[_0x16503c]);return _0x5f2238;}})(_0x24e314,_0x43654d);}const CodeInput=({length:length=0x6,onCodeChange:_0x5895ec,onCodeComplete:_0x177ac6})=>{const _0xc5236d={'POoBo':function(_0x5cdaf6,_0x33f001){return _0x5cdaf6===_0x33f001;},'pbdgk':function(_0x16c577,_0x5c7551){return _0x16c577===_0x5c7551;},'ktxAi':_0xb319(0x17),'qOSbr':function(_0x2e0c11,_0x23aed6,_0x1ceb3d){return _0x2e0c11(_0x23aed6,_0x1ceb3d);},'irWFb':function(_0x578115,_0x55686d){return _0x578115<_0x55686d;},'ghZAp':function(_0x4838d2,_0x3c8839){return _0x4838d2!==_0x3c8839;},'RyUNd':_0xb319(0x18),'lwaqU':function(_0x59271c,_0x31a957){return _0x59271c(_0x31a957);},'OTviX':function(_0x52cae4,_0x467cc7){return _0x52cae4-_0x467cc7;},'rDUcs':function(_0x20aa3d,_0x132ec1){return _0x20aa3d===_0x132ec1;},'NgEiZ':_0xb319(0x19),'Axnik':function(_0x1cd3de,_0x385e1e){return _0x1cd3de===_0x385e1e;},'hTphy':_0xb319(0x1a),'wqUHD':_0xb319(0x1b)},[_0x3185c1,_0x399e86]=(0x0,_react['useState'])(_0xc5236d[_0xb319(0x1c)](Array,length)['fill']('')),[_0x151a98,_0x49de88]=(0x0,_react['useState'])(0x0),_0x556723=(0x0,_react[_0xb319(0x1d)])([]),_0x511f76=(0x0,_react[_0xb319(0x1d)])(null);(0x0,_react[_0xb319(0x1e)])(()=>{if(_0xc5236d[_0xb319(0x1f)](_0xc5236d[_0xb319(0x20)],'uZkSP')){var _0x224ea3;_0xc5236d['POoBo'](_0x224ea3=_0x550224[_0xb319(0x21)],null)||_0x224ea3===void 0x0||_0x224ea3[_0xb319(0x22)]();}else _0xc5236d[_0xb319(0x23)](setTimeout,()=>{var _0x314d49;_0xc5236d[_0xb319(0x1f)](_0x314d49=_0x511f76[_0xb319(0x21)],null)||_0x314d49===void 0x0||_0x314d49[_0xb319(0x22)]();},0x64);},[]);const _0x58afa5=_0x4ba9d6=>{const _0x4600ad={'XVerJ':function(_0x500921,_0x25bb86){return _0x500921===_0x25bb86;}},_0x421d2b=_0x4ba9d6[_0xb319(0x24)](/[^0-9]/g,''),_0xd1b530=_0x421d2b['slice'](0x0,length)['split']('');while(_0xc5236d[_0xb319(0x25)](_0xd1b530[_0xb319(0x26)],length)){_0xc5236d[_0xb319(0x27)](_0xc5236d[_0xb319(0x28)],_0xb319(0x29))?_0xd1b530['push'](''):(_0x34dfeb===null||_0x4600ad['XVerJ'](_0x40b410,void 0x0)||_0x5b893c(_0x2a8cf2),_0x4c8283[_0xb319(0x2a)][_0xb319(0x2b)]());}_0xc5236d[_0xb319(0x1c)](_0x399e86,_0xd1b530),_0xc5236d[_0xb319(0x1c)](_0x49de88,Math[_0xb319(0x2c)](_0x421d2b[_0xb319(0x26)],_0xc5236d['OTviX'](length,0x1)));const _0x514d91=_0xd1b530[_0xb319(0x2d)]('');_0xc5236d[_0xb319(0x1f)](_0x5895ec,null)||_0xc5236d['rDUcs'](_0x5895ec,void 0x0)||_0x5895ec(_0x514d91);if(_0xc5236d[_0xb319(0x1f)](_0x421d2b[_0xb319(0x26)],length)){if(_0xc5236d['ghZAp'](_0xc5236d['NgEiZ'],_0xc5236d[_0xb319(0x2e)])){var _0x502081;_0x4600ad[_0xb319(0x2f)](_0x502081=_0x17f724[_0xb319(0x21)],null)||_0x4600ad[_0xb319(0x2f)](_0x502081,void 0x0)||_0x502081[_0xb319(0x22)]();}else _0xc5236d['Axnik'](_0x177ac6,null)||_0x177ac6===void 0x0||_0x177ac6(_0x514d91),_reactNative[_0xb319(0x2a)][_0xb319(0x2b)]();}},_0x481d45=()=>{var _0x2601fd;_0xc5236d[_0xb319(0x30)](_0x2601fd=_0x511f76[_0xb319(0x21)],null)||_0xc5236d['pbdgk'](_0x2601fd,void 0x0)||_0x2601fd[_0xb319(0x22)]();};return _react['default'][_0xb319(0x31)](_reactNative['View'],{'style':styles[_0xb319(0x32)]},_react[_0xb319(0x2)][_0xb319(0x31)](_reactNative[_0xb319(0x33)],{'ref':_0x511f76,'style':styles[_0xb319(0x34)],'value':_0x3185c1[_0xb319(0x2d)](''),'onChangeText':_0x58afa5,'keyboardType':'number-pad','maxLength':length,'autoComplete':_0xc5236d[_0xb319(0x35)],'textContentType':_0xc5236d[_0xb319(0x36)],'caretHidden':!![]}),_react['default'][_0xb319(0x31)](_reactNative[_0xb319(0x37)],{'style':styles[_0xb319(0x38)],'onPress':_0x481d45},_0xc5236d[_0xb319(0x1c)](Array,length)[_0xb319(0x39)](0x0)[_0xb319(0x3a)]((_0x23ceee,_0x3fbf29)=>_react['default'][_0xb319(0x31)](_reactNative['View'],{'key':_0x3fbf29,'style':[styles[_0xb319(0x3b)],_0x3185c1[_0x3fbf29]?styles[_0xb319(0x3c)]:null,_0x151a98===_0x3fbf29&&!_0x3185c1[_0x3fbf29]?styles[_0xb319(0x3d)]:null]},_react[_0xb319(0x2)]['createElement'](_reactNative[_0xb319(0x33)],{'style':styles['boxText'],'value':_0x3185c1[_0x3fbf29],'editable':![],'pointerEvents':_0xb319(0x3e)})))));};function _0x1810(){const _0x3c4319=['defineProperty','__esModule','default','CodeInput','OlmYX','object','function','pxcfd','uLXBz','DHVPS','push','NfWpY','KoPus','OEGUD','seMiq','IxzsK','has','get','set','fYbPO','hasOwnProperty','call','getOwnPropertyDescriptor','xmAPq','FxGVM','YCJpq','sms-otp','oneTimeCode','lwaqU','useRef','useEffect','pbdgk','ktxAi','current','focus','qOSbr','replace','irWFb','length','ghZAp','RyUNd','cMYEE','Keyboard','dismiss','min','join','NgEiZ','XVerJ','POoBo','createElement','container','TextInput','hiddenInput','hTphy','wqUHD','Pressable','boxesContainer','fill','map','box','boxFilled','boxFocused','none','StyleSheet','create','100%','absolute','#E0E0E0','center','COLORS','grey600','#FFFFFF','#D4A536'];_0x1810=function(){return _0x3c4319;};return _0x1810();}exports[_0xb319(0x3)]=CodeInput;const styles=_reactNative[_0xb319(0x3f)][_0xb319(0x40)]({'container':{'width':_0xb319(0x41)},'hiddenInput':{'position':_0xb319(0x42),'opacity':0x0,'height':0x0,'width':0x0},'boxesContainer':{'flexDirection':'row','justifyContent':'space-between','width':'100%'},'box':{'width':0x30,'height':0x38,'borderWidth':1.5,'borderColor':_0xb319(0x43),'borderRadius':0xc,'justifyContent':_0xb319(0x44),'alignItems':_0xb319(0x44),'backgroundColor':'#FAFAFA'},'boxFilled':{'borderColor':_theme[_0xb319(0x45)][_0xb319(0x46)],'backgroundColor':_0xb319(0x47)},'boxFocused':{'borderColor':_0xb319(0x48),'borderWidth':0x2},'boxText':{'fontSize':0x18,'fontWeight':'600','color':_theme['COLORS']['grey800'],'textAlign':_0xb319(0x44)}});var _default=exports['default']=CodeInput;
|
|
@@ -5,4 +5,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
5
5
|
require("react-native")
|
|
6
6
|
];
|
|
7
7
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
8
|
-
function
|
|
8
|
+
function _0x284a(_0x3950c6,_0x284ab7){_0x3950c6=_0x3950c6-0x0;var _0x215795=_0x3950();var _0x575e30=_0x215795[_0x3950c6];return _0x575e30;}Object[_0x284a(0x0)](exports,_0x284a(0x1),{'value':!![]}),exports['default']=exports['EmailInput']=void 0x0;var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1);function _interopRequireDefault(_0xad2950){return _0xad2950&&_0xad2950[_0x284a(0x1)]?_0xad2950:{'default':_0xad2950};}function _0x3950(){var _0xba0aec=['defineProperty','__esModule','hjmEO','BoZsU','assign','bind','bRXYu','sSRwg','kiwLY','kLLWv','hasOwnProperty','ilSfz','call','apply','none','email','default','TextInput','email-address','ubMYT','zRdSS','input','style','EmailInput','StyleSheet','create'];_0x3950=function(){return _0xba0aec;};return _0x3950();}function _extends(){var _0x246f66={'ilSfz':function(_0x1dad45,_0x589f49){return _0x1dad45<_0x589f49;},'bRXYu':_0x284a(0x2),'sSRwg':function(_0x5f1511,_0x3088af){return _0x5f1511<_0x3088af;},'kiwLY':function(_0x697b0e,_0x207f3a){return _0x697b0e===_0x207f3a;},'kLLWv':_0x284a(0x3)};return _extends=Object[_0x284a(0x4)]?Object['assign'][_0x284a(0x5)]():function(_0x15c3cd){if(_0x246f66['bRXYu']===_0x246f66[_0x284a(0x6)]){for(var _0x590d80=0x1;_0x246f66[_0x284a(0x7)](_0x590d80,arguments['length']);_0x590d80++){if(_0x246f66[_0x284a(0x8)](_0x246f66[_0x284a(0x9)],'BoZsU')){var _0x5744a8=arguments[_0x590d80];for(var _0x562c00 in _0x5744a8)({}[_0x284a(0xa)]['call'](_0x5744a8,_0x562c00)&&(_0x15c3cd[_0x562c00]=_0x5744a8[_0x562c00]));}else{for(var _0x1fdb0b=0x1;_0x246f66[_0x284a(0xb)](_0x1fdb0b,arguments['length']);_0x1fdb0b++){var _0x33b803=arguments[_0x1fdb0b];for(var _0x14e548 in _0x33b803)({}[_0x284a(0xa)][_0x284a(0xc)](_0x33b803,_0x14e548)&&(_0x225896[_0x14e548]=_0x33b803[_0x14e548]));}return _0x722d3f;}}return _0x15c3cd;}else return _0x2074cb&&_0x29dcee['__esModule']?_0x2e0edc:{'default':_0x27e2f9};},_extends[_0x284a(0xd)](null,arguments);}const EmailInput=_0x33b5a1=>{var _0x4ce1a1={'ubMYT':_0x284a(0xe),'zRdSS':_0x284a(0xf)};return _react[_0x284a(0x10)]['createElement'](_reactNative[_0x284a(0x11)],_extends({},_0x33b5a1,{'keyboardType':_0x284a(0x12),'autoCapitalize':_0x4ce1a1[_0x284a(0x13)],'autoComplete':_0x4ce1a1[_0x284a(0x14)],'style':[styles[_0x284a(0x15)],_0x33b5a1[_0x284a(0x16)]]}));};exports[_0x284a(0x17)]=EmailInput;const styles=_reactNative[_0x284a(0x18)][_0x284a(0x19)]({'input':{'borderWidth':0x1,'borderColor':'#E0E0E0','borderRadius':0x8,'padding':0xc,'fontSize':0x10}});var _default=exports[_0x284a(0x10)]=EmailInput;
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("../utils/assetRegistry")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
Object[
|
|
9
|
+
Object[_0x5461(0x0)](exports,_0x5461(0x1),{'value':!![]}),exports['default']=exports['GoogleButton']=void 0x0;var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_assetRegistry=__ONAIROS_REQ_FUNC__(0x2);function _interopRequireDefault(_0x5d3c06){return _0x5d3c06&&_0x5d3c06['__esModule']?_0x5d3c06:{'default':_0x5d3c06};}const GoogleButton=({onPress:_0x23aa93,style:_0x2751cc,disabled:disabled=![]})=>{var _0x34ac2f={'BsMbo':_0x5461(0x2),'MeBEf':'Continue\x20with\x20Google'};return _react['default'][_0x5461(0x3)](_reactNative[_0x5461(0x4)],{'style':[styles[_0x5461(0x5)],_0x2751cc,disabled&&styles['disabled']],'onPress':_0x23aa93,'disabled':disabled},_react['default'][_0x5461(0x3)](_reactNative[_0x5461(0x6)],{'source':_assetRegistry['BRAND_IMAGES']['googleLogo'],'style':styles[_0x5461(0x7)],'resizeMode':_0x34ac2f[_0x5461(0x8)]}),_react[_0x5461(0x9)][_0x5461(0x3)](_reactNative['Text'],{'style':styles[_0x5461(0xa)]},_0x34ac2f[_0x5461(0xb)]));};exports['GoogleButton']=GoogleButton;function _0x481e(){var _0x46f6a9=['defineProperty','__esModule','contain','createElement','TouchableOpacity','button','Image','icon','BsMbo','default','text','MeBEf','StyleSheet','row','center','#FFFFFF','#E0E0E0','500','#333333'];_0x481e=function(){return _0x46f6a9;};return _0x481e();}const styles=_reactNative[_0x5461(0xc)]['create']({'button':{'flexDirection':_0x5461(0xd),'alignItems':_0x5461(0xe),'justifyContent':_0x5461(0xe),'backgroundColor':_0x5461(0xf),'borderWidth':0x1,'borderColor':_0x5461(0x10),'borderRadius':0x8,'paddingVertical':0xc,'paddingHorizontal':0x10},'disabled':{'opacity':0.5},'icon':{'width':0x14,'height':0x14,'marginRight':0x8},'text':{'fontSize':0x10,'fontWeight':_0x5461(0x11),'color':_0x5461(0x12)}});function _0x5461(_0x481ece,_0x5461ff){_0x481ece=_0x481ece-0x0;var _0x24f4f3=_0x481e();var _0x5dc763=_0x24f4f3[_0x481ece];return _0x5dc763;}var _default=exports[_0x5461(0x9)]=GoogleButton;
|
|
@@ -6,4 +6,4 @@ var __ONAIROS_REQ_REGISTRY__ = [
|
|
|
6
6
|
require("../theme")
|
|
7
7
|
];
|
|
8
8
|
function __ONAIROS_REQ_FUNC__(i) { return __ONAIROS_REQ_REGISTRY__[i]; }
|
|
9
|
-
Object['defineProperty'](exports,
|
|
9
|
+
function _0xc975(_0x41c55c,_0xc975f5){_0x41c55c=_0x41c55c-0x0;var _0x1da00d=_0x41c5();var _0xcb19c6=_0x1da00d[_0x41c55c];return _0xcb19c6;}Object['defineProperty'](exports,_0xc975(0x0),{'value':!![]}),exports[_0xc975(0x1)]=exports['HeadingGroup']=void 0x0;var _react=_interopRequireDefault(__ONAIROS_REQ_FUNC__(0x0)),_reactNative=__ONAIROS_REQ_FUNC__(0x1),_theme=__ONAIROS_REQ_FUNC__(0x2);function _0x41c5(){var _0x2ecf25=['__esModule','default','Welcome\x20to','Onairos','createElement','View','container','Text','kicker','title','HeadingGroup','StyleSheet','create','center','TEXT_STYLES','700','IBM\x20Plex\x20Sans'];_0x41c5=function(){return _0x2ecf25;};return _0x41c5();}function _interopRequireDefault(_0xa3a16e){return _0xa3a16e&&_0xa3a16e[_0xc975(0x0)]?_0xa3a16e:{'default':_0xa3a16e};}const HeadingGroup=({kicker:kicker=_0xc975(0x2),title:title=_0xc975(0x3),style:_0x3a8862})=>{return _react['default'][_0xc975(0x4)](_reactNative[_0xc975(0x5)],{'style':[styles[_0xc975(0x6)],_0x3a8862]},_react[_0xc975(0x1)][_0xc975(0x4)](_reactNative[_0xc975(0x7)],{'style':styles[_0xc975(0x8)]},kicker),_react['default'][_0xc975(0x4)](_reactNative[_0xc975(0x7)],{'style':styles[_0xc975(0x9)]},title));};exports[_0xc975(0xa)]=HeadingGroup;const styles=_reactNative[_0xc975(0xb)][_0xc975(0xc)]({'container':{'alignItems':_0xc975(0xd)},'kicker':{..._theme[_0xc975(0xe)][_0xc975(0x8)],'fontFamily':'IBM\x20Plex\x20Sans','fontWeight':_0xc975(0xf),'marginBottom':0x4},'title':{..._theme[_0xc975(0xe)]['welcomeTitle'],'fontFamily':_0xc975(0x10),'fontWeight':_0xc975(0xf)}});var _default=exports[_0xc975(0x1)]=HeadingGroup;
|