@entropy-softworks/ui 2026.7.31
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/CHANGELOG.md +96 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/lib/components/auth/LockOverlay.d.ts +22 -0
- package/lib/components/auth/LockOverlay.d.ts.map +1 -0
- package/lib/components/auth/LockOverlay.jsx +82 -0
- package/lib/components/auth/LockOverlay.jsx.map +1 -0
- package/lib/components/auth/PasswordStrengthMeter.d.ts +12 -0
- package/lib/components/auth/PasswordStrengthMeter.d.ts.map +1 -0
- package/lib/components/auth/PasswordStrengthMeter.jsx +81 -0
- package/lib/components/auth/PasswordStrengthMeter.jsx.map +1 -0
- package/lib/components/auth/ProtectedRoute.d.ts +24 -0
- package/lib/components/auth/ProtectedRoute.d.ts.map +1 -0
- package/lib/components/auth/ProtectedRoute.jsx +56 -0
- package/lib/components/auth/ProtectedRoute.jsx.map +1 -0
- package/lib/components/auth/PwnedPasswordWarning.d.ts +13 -0
- package/lib/components/auth/PwnedPasswordWarning.d.ts.map +1 -0
- package/lib/components/auth/PwnedPasswordWarning.jsx +29 -0
- package/lib/components/auth/PwnedPasswordWarning.jsx.map +1 -0
- package/lib/components/auth/index.d.ts +5 -0
- package/lib/components/auth/index.d.ts.map +1 -0
- package/lib/components/auth/index.js +5 -0
- package/lib/components/auth/index.js.map +1 -0
- package/lib/components/bottom-nav.d.ts +25 -0
- package/lib/components/bottom-nav.d.ts.map +1 -0
- package/lib/components/bottom-nav.jsx +51 -0
- package/lib/components/bottom-nav.jsx.map +1 -0
- package/lib/components/button.d.ts +16 -0
- package/lib/components/button.d.ts.map +1 -0
- package/lib/components/button.jsx +73 -0
- package/lib/components/button.jsx.map +1 -0
- package/lib/components/card.d.ts +22 -0
- package/lib/components/card.d.ts.map +1 -0
- package/lib/components/card.jsx +36 -0
- package/lib/components/card.jsx.map +1 -0
- package/lib/components/checkbox.d.ts +12 -0
- package/lib/components/checkbox.d.ts.map +1 -0
- package/lib/components/checkbox.jsx +16 -0
- package/lib/components/checkbox.jsx.map +1 -0
- package/lib/components/connection-settings.d.ts +41 -0
- package/lib/components/connection-settings.d.ts.map +1 -0
- package/lib/components/connection-settings.jsx +354 -0
- package/lib/components/connection-settings.jsx.map +1 -0
- package/lib/components/context-menu.d.ts +52 -0
- package/lib/components/context-menu.d.ts.map +1 -0
- package/lib/components/context-menu.jsx +24 -0
- package/lib/components/context-menu.jsx.map +1 -0
- package/lib/components/data-table.d.ts +59 -0
- package/lib/components/data-table.d.ts.map +1 -0
- package/lib/components/data-table.jsx +101 -0
- package/lib/components/data-table.jsx.map +1 -0
- package/lib/components/dialog.d.ts +58 -0
- package/lib/components/dialog.d.ts.map +1 -0
- package/lib/components/dialog.jsx +197 -0
- package/lib/components/dialog.jsx.map +1 -0
- package/lib/components/dropdown-menu.d.ts +55 -0
- package/lib/components/dropdown-menu.d.ts.map +1 -0
- package/lib/components/dropdown-menu.jsx +38 -0
- package/lib/components/dropdown-menu.jsx.map +1 -0
- package/lib/components/entropy-boot-splash.d.ts +24 -0
- package/lib/components/entropy-boot-splash.d.ts.map +1 -0
- package/lib/components/entropy-boot-splash.jsx +83 -0
- package/lib/components/entropy-boot-splash.jsx.map +1 -0
- package/lib/components/entropy-mark-animated.d.ts +20 -0
- package/lib/components/entropy-mark-animated.d.ts.map +1 -0
- package/lib/components/entropy-mark-animated.jsx +148 -0
- package/lib/components/entropy-mark-animated.jsx.map +1 -0
- package/lib/components/entropy-mark-geometry.d.ts +8 -0
- package/lib/components/entropy-mark-geometry.d.ts.map +1 -0
- package/lib/components/entropy-mark-geometry.js +10 -0
- package/lib/components/entropy-mark-geometry.js.map +1 -0
- package/lib/components/entropy-mark-sequential.d.ts +12 -0
- package/lib/components/entropy-mark-sequential.d.ts.map +1 -0
- package/lib/components/entropy-mark-sequential.jsx +53 -0
- package/lib/components/entropy-mark-sequential.jsx.map +1 -0
- package/lib/components/entropy-mark.d.ts +29 -0
- package/lib/components/entropy-mark.d.ts.map +1 -0
- package/lib/components/entropy-mark.jsx +66 -0
- package/lib/components/entropy-mark.jsx.map +1 -0
- package/lib/components/error-boundary.d.ts +31 -0
- package/lib/components/error-boundary.d.ts.map +1 -0
- package/lib/components/error-boundary.jsx +40 -0
- package/lib/components/error-boundary.jsx.map +1 -0
- package/lib/components/index.d.ts +41 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +43 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/input.d.ts +26 -0
- package/lib/components/input.d.ts.map +1 -0
- package/lib/components/input.jsx +95 -0
- package/lib/components/input.jsx.map +1 -0
- package/lib/components/item-icon.d.ts +32 -0
- package/lib/components/item-icon.d.ts.map +1 -0
- package/lib/components/item-icon.jsx +54 -0
- package/lib/components/item-icon.jsx.map +1 -0
- package/lib/components/label.d.ts +13 -0
- package/lib/components/label.d.ts.map +1 -0
- package/lib/components/label.jsx +9 -0
- package/lib/components/label.jsx.map +1 -0
- package/lib/components/legal-dialog.d.ts +18 -0
- package/lib/components/legal-dialog.d.ts.map +1 -0
- package/lib/components/legal-dialog.jsx +31 -0
- package/lib/components/legal-dialog.jsx.map +1 -0
- package/lib/components/license-gate.d.ts +17 -0
- package/lib/components/license-gate.d.ts.map +1 -0
- package/lib/components/license-gate.jsx +21 -0
- package/lib/components/license-gate.jsx.map +1 -0
- package/lib/components/logo.d.ts +15 -0
- package/lib/components/logo.d.ts.map +1 -0
- package/lib/components/logo.jsx +20 -0
- package/lib/components/logo.jsx.map +1 -0
- package/lib/components/onboarding-wizard.d.ts +89 -0
- package/lib/components/onboarding-wizard.d.ts.map +1 -0
- package/lib/components/onboarding-wizard.jsx +185 -0
- package/lib/components/onboarding-wizard.jsx.map +1 -0
- package/lib/components/pagination.d.ts +43 -0
- package/lib/components/pagination.d.ts.map +1 -0
- package/lib/components/pagination.jsx +72 -0
- package/lib/components/pagination.jsx.map +1 -0
- package/lib/components/password-generator.d.ts +15 -0
- package/lib/components/password-generator.d.ts.map +1 -0
- package/lib/components/password-generator.jsx +273 -0
- package/lib/components/password-generator.jsx.map +1 -0
- package/lib/components/pin-pad.d.ts +20 -0
- package/lib/components/pin-pad.d.ts.map +1 -0
- package/lib/components/pin-pad.jsx +93 -0
- package/lib/components/pin-pad.jsx.map +1 -0
- package/lib/components/popover.d.ts +27 -0
- package/lib/components/popover.d.ts.map +1 -0
- package/lib/components/popover.jsx +18 -0
- package/lib/components/popover.jsx.map +1 -0
- package/lib/components/profile/ProfileDialog.d.ts +25 -0
- package/lib/components/profile/ProfileDialog.d.ts.map +1 -0
- package/lib/components/profile/ProfileDialog.jsx +71 -0
- package/lib/components/profile/ProfileDialog.jsx.map +1 -0
- package/lib/components/profile/ProfileTab.d.ts +12 -0
- package/lib/components/profile/ProfileTab.d.ts.map +1 -0
- package/lib/components/profile/ProfileTab.jsx +112 -0
- package/lib/components/profile/ProfileTab.jsx.map +1 -0
- package/lib/components/profile/SecurityTab.d.ts +32 -0
- package/lib/components/profile/SecurityTab.d.ts.map +1 -0
- package/lib/components/profile/SecurityTab.jsx +145 -0
- package/lib/components/profile/SecurityTab.jsx.map +1 -0
- package/lib/components/profile/index.d.ts +4 -0
- package/lib/components/profile/index.d.ts.map +1 -0
- package/lib/components/profile/index.js +4 -0
- package/lib/components/profile/index.js.map +1 -0
- package/lib/components/segmented-toggle.d.ts +28 -0
- package/lib/components/segmented-toggle.d.ts.map +1 -0
- package/lib/components/segmented-toggle.jsx +64 -0
- package/lib/components/segmented-toggle.jsx.map +1 -0
- package/lib/components/separator.d.ts +13 -0
- package/lib/components/separator.d.ts.map +1 -0
- package/lib/components/separator.jsx +16 -0
- package/lib/components/separator.jsx.map +1 -0
- package/lib/components/server-settings.d.ts +27 -0
- package/lib/components/server-settings.d.ts.map +1 -0
- package/lib/components/server-settings.jsx +307 -0
- package/lib/components/server-settings.jsx.map +1 -0
- package/lib/components/settings/AccountSection.d.ts +26 -0
- package/lib/components/settings/AccountSection.d.ts.map +1 -0
- package/lib/components/settings/AccountSection.jsx +32 -0
- package/lib/components/settings/AccountSection.jsx.map +1 -0
- package/lib/components/settings/DangerZoneSection.d.ts +13 -0
- package/lib/components/settings/DangerZoneSection.d.ts.map +1 -0
- package/lib/components/settings/DangerZoneSection.jsx +16 -0
- package/lib/components/settings/DangerZoneSection.jsx.map +1 -0
- package/lib/components/settings/GeneralSection.d.ts +11 -0
- package/lib/components/settings/GeneralSection.d.ts.map +1 -0
- package/lib/components/settings/GeneralSection.jsx +12 -0
- package/lib/components/settings/GeneralSection.jsx.map +1 -0
- package/lib/components/settings/SupportSection.d.ts +11 -0
- package/lib/components/settings/SupportSection.d.ts.map +1 -0
- package/lib/components/settings/SupportSection.jsx +22 -0
- package/lib/components/settings/SupportSection.jsx.map +1 -0
- package/lib/components/settings/index.d.ts +5 -0
- package/lib/components/settings/index.d.ts.map +1 -0
- package/lib/components/settings/index.js +5 -0
- package/lib/components/settings/index.js.map +1 -0
- package/lib/components/settings-row.d.ts +28 -0
- package/lib/components/settings-row.d.ts.map +1 -0
- package/lib/components/settings-row.jsx +68 -0
- package/lib/components/settings-row.jsx.map +1 -0
- package/lib/components/skeleton.d.ts +8 -0
- package/lib/components/skeleton.d.ts.map +1 -0
- package/lib/components/skeleton.jsx +24 -0
- package/lib/components/skeleton.jsx.map +1 -0
- package/lib/components/social-connections.d.ts +15 -0
- package/lib/components/social-connections.d.ts.map +1 -0
- package/lib/components/social-connections.jsx +31 -0
- package/lib/components/social-connections.jsx.map +1 -0
- package/lib/components/stat-card.d.ts +29 -0
- package/lib/components/stat-card.d.ts.map +1 -0
- package/lib/components/stat-card.jsx +36 -0
- package/lib/components/stat-card.jsx.map +1 -0
- package/lib/components/tag-chip.d.ts +18 -0
- package/lib/components/tag-chip.d.ts.map +1 -0
- package/lib/components/tag-chip.jsx +54 -0
- package/lib/components/tag-chip.jsx.map +1 -0
- package/lib/components/tag-multi-select.d.ts +27 -0
- package/lib/components/tag-multi-select.d.ts.map +1 -0
- package/lib/components/tag-multi-select.jsx +65 -0
- package/lib/components/tag-multi-select.jsx.map +1 -0
- package/lib/components/text.d.ts +22 -0
- package/lib/components/text.d.ts.map +1 -0
- package/lib/components/text.jsx +43 -0
- package/lib/components/text.jsx.map +1 -0
- package/lib/components/toast/ToastPortal.d.ts +11 -0
- package/lib/components/toast/ToastPortal.d.ts.map +1 -0
- package/lib/components/toast/ToastPortal.jsx +15 -0
- package/lib/components/toast/ToastPortal.jsx.map +1 -0
- package/lib/components/toast/ToastPortal.web.d.ts +14 -0
- package/lib/components/toast/ToastPortal.web.d.ts.map +1 -0
- package/lib/components/toast/ToastPortal.web.jsx +39 -0
- package/lib/components/toast/ToastPortal.web.jsx.map +1 -0
- package/lib/components/toast/index.d.ts +3 -0
- package/lib/components/toast/index.d.ts.map +1 -0
- package/lib/components/toast/index.js +3 -0
- package/lib/components/toast/index.js.map +1 -0
- package/lib/components/toast/toast-config.d.ts +14 -0
- package/lib/components/toast/toast-config.d.ts.map +1 -0
- package/lib/components/toast/toast-config.jsx +24 -0
- package/lib/components/toast/toast-config.jsx.map +1 -0
- package/lib/components/tooltip.d.ts +30 -0
- package/lib/components/tooltip.d.ts.map +1 -0
- package/lib/components/tooltip.jsx +14 -0
- package/lib/components/tooltip.jsx.map +1 -0
- package/lib/components/totp-display.d.ts +23 -0
- package/lib/components/totp-display.d.ts.map +1 -0
- package/lib/components/totp-display.jsx +132 -0
- package/lib/components/totp-display.jsx.map +1 -0
- package/lib/components/user-avatar.d.ts +18 -0
- package/lib/components/user-avatar.d.ts.map +1 -0
- package/lib/components/user-avatar.jsx +25 -0
- package/lib/components/user-avatar.jsx.map +1 -0
- package/lib/context/AppConfigContext.d.ts +56 -0
- package/lib/context/AppConfigContext.d.ts.map +1 -0
- package/lib/context/AppConfigContext.jsx +14 -0
- package/lib/context/AppConfigContext.jsx.map +1 -0
- package/lib/context/NavigationContext.d.ts +42 -0
- package/lib/context/NavigationContext.d.ts.map +1 -0
- package/lib/context/NavigationContext.jsx +53 -0
- package/lib/context/NavigationContext.jsx.map +1 -0
- package/lib/context/NotificationContext.d.ts +32 -0
- package/lib/context/NotificationContext.d.ts.map +1 -0
- package/lib/context/NotificationContext.jsx +49 -0
- package/lib/context/NotificationContext.jsx.map +1 -0
- package/lib/context/ThemeContext.d.ts +12 -0
- package/lib/context/ThemeContext.d.ts.map +1 -0
- package/lib/context/ThemeContext.jsx +66 -0
- package/lib/context/ThemeContext.jsx.map +1 -0
- package/lib/context/index.d.ts +5 -0
- package/lib/context/index.d.ts.map +1 -0
- package/lib/context/index.js +5 -0
- package/lib/context/index.js.map +1 -0
- package/lib/flags.d.ts +9 -0
- package/lib/flags.d.ts.map +1 -0
- package/lib/flags.js +37 -0
- package/lib/flags.js.map +1 -0
- package/lib/forms/form-error.d.ts +12 -0
- package/lib/forms/form-error.d.ts.map +1 -0
- package/lib/forms/form-error.jsx +14 -0
- package/lib/forms/form-error.jsx.map +1 -0
- package/lib/forms/index.d.ts +3 -0
- package/lib/forms/index.d.ts.map +1 -0
- package/lib/forms/index.js +3 -0
- package/lib/forms/index.js.map +1 -0
- package/lib/forms/shake-field.d.ts +18 -0
- package/lib/forms/shake-field.d.ts.map +1 -0
- package/lib/forms/shake-field.jsx +30 -0
- package/lib/forms/shake-field.jsx.map +1 -0
- package/lib/hooks/index.d.ts +6 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/index.js +6 -0
- package/lib/hooks/index.js.map +1 -0
- package/lib/hooks/useAuth.d.ts +109 -0
- package/lib/hooks/useAuth.d.ts.map +1 -0
- package/lib/hooks/useAuth.jsx +404 -0
- package/lib/hooks/useAuth.jsx.map +1 -0
- package/lib/hooks/useAutoLock.d.ts +22 -0
- package/lib/hooks/useAutoLock.d.ts.map +1 -0
- package/lib/hooks/useAutoLock.js +85 -0
- package/lib/hooks/useAutoLock.js.map +1 -0
- package/lib/hooks/useDebouncedValue.d.ts +19 -0
- package/lib/hooks/useDebouncedValue.d.ts.map +1 -0
- package/lib/hooks/useDebouncedValue.js +29 -0
- package/lib/hooks/useDebouncedValue.js.map +1 -0
- package/lib/hooks/useShakeAnimation.d.ts +17 -0
- package/lib/hooks/useShakeAnimation.d.ts.map +1 -0
- package/lib/hooks/useShakeAnimation.js +22 -0
- package/lib/hooks/useShakeAnimation.js.map +1 -0
- package/lib/hooks/useUploadBlobUrl.d.ts +13 -0
- package/lib/hooks/useUploadBlobUrl.d.ts.map +1 -0
- package/lib/hooks/useUploadBlobUrl.js +60 -0
- package/lib/hooks/useUploadBlobUrl.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +47 -0
- package/lib/index.js.map +1 -0
- package/lib/screens/auth/AccountPickerScreen.d.ts +24 -0
- package/lib/screens/auth/AccountPickerScreen.d.ts.map +1 -0
- package/lib/screens/auth/AccountPickerScreen.jsx +47 -0
- package/lib/screens/auth/AccountPickerScreen.jsx.map +1 -0
- package/lib/screens/auth/AuthScreen.d.ts +59 -0
- package/lib/screens/auth/AuthScreen.d.ts.map +1 -0
- package/lib/screens/auth/AuthScreen.jsx +594 -0
- package/lib/screens/auth/AuthScreen.jsx.map +1 -0
- package/lib/screens/auth/ConsentScreen.d.ts +27 -0
- package/lib/screens/auth/ConsentScreen.d.ts.map +1 -0
- package/lib/screens/auth/ConsentScreen.jsx +55 -0
- package/lib/screens/auth/ConsentScreen.jsx.map +1 -0
- package/lib/screens/auth/ErrorScreen.d.ts +20 -0
- package/lib/screens/auth/ErrorScreen.d.ts.map +1 -0
- package/lib/screens/auth/ErrorScreen.jsx +43 -0
- package/lib/screens/auth/ErrorScreen.jsx.map +1 -0
- package/lib/screens/auth/ExpiredLinkScreen.d.ts +19 -0
- package/lib/screens/auth/ExpiredLinkScreen.d.ts.map +1 -0
- package/lib/screens/auth/ExpiredLinkScreen.jsx +38 -0
- package/lib/screens/auth/ExpiredLinkScreen.jsx.map +1 -0
- package/lib/screens/auth/ForgotPasswordScreen.d.ts +4 -0
- package/lib/screens/auth/ForgotPasswordScreen.d.ts.map +1 -0
- package/lib/screens/auth/ForgotPasswordScreen.jsx +123 -0
- package/lib/screens/auth/ForgotPasswordScreen.jsx.map +1 -0
- package/lib/screens/auth/ImportDataScreen.d.ts +17 -0
- package/lib/screens/auth/ImportDataScreen.d.ts.map +1 -0
- package/lib/screens/auth/ImportDataScreen.jsx +73 -0
- package/lib/screens/auth/ImportDataScreen.jsx.map +1 -0
- package/lib/screens/auth/LoginScreen.d.ts +38 -0
- package/lib/screens/auth/LoginScreen.d.ts.map +1 -0
- package/lib/screens/auth/LoginScreen.jsx +326 -0
- package/lib/screens/auth/LoginScreen.jsx.map +1 -0
- package/lib/screens/auth/MfaChallengeScreen.d.ts +4 -0
- package/lib/screens/auth/MfaChallengeScreen.d.ts.map +1 -0
- package/lib/screens/auth/MfaChallengeScreen.jsx +139 -0
- package/lib/screens/auth/MfaChallengeScreen.jsx.map +1 -0
- package/lib/screens/auth/MfaEnrollScreen.d.ts +12 -0
- package/lib/screens/auth/MfaEnrollScreen.d.ts.map +1 -0
- package/lib/screens/auth/MfaEnrollScreen.jsx +267 -0
- package/lib/screens/auth/MfaEnrollScreen.jsx.map +1 -0
- package/lib/screens/auth/PasskeyEnrollScreen.d.ts +18 -0
- package/lib/screens/auth/PasskeyEnrollScreen.d.ts.map +1 -0
- package/lib/screens/auth/PasskeyEnrollScreen.jsx +51 -0
- package/lib/screens/auth/PasskeyEnrollScreen.jsx.map +1 -0
- package/lib/screens/auth/PrivacyPolicyScreen.d.ts +19 -0
- package/lib/screens/auth/PrivacyPolicyScreen.d.ts.map +1 -0
- package/lib/screens/auth/PrivacyPolicyScreen.jsx +143 -0
- package/lib/screens/auth/PrivacyPolicyScreen.jsx.map +1 -0
- package/lib/screens/auth/RegisterScreen.d.ts +14 -0
- package/lib/screens/auth/RegisterScreen.d.ts.map +1 -0
- package/lib/screens/auth/RegisterScreen.jsx +296 -0
- package/lib/screens/auth/RegisterScreen.jsx.map +1 -0
- package/lib/screens/auth/ResetPasswordScreen.d.ts +12 -0
- package/lib/screens/auth/ResetPasswordScreen.d.ts.map +1 -0
- package/lib/screens/auth/ResetPasswordScreen.jsx +276 -0
- package/lib/screens/auth/ResetPasswordScreen.jsx.map +1 -0
- package/lib/screens/auth/ServerConfigScreen.d.ts +18 -0
- package/lib/screens/auth/ServerConfigScreen.d.ts.map +1 -0
- package/lib/screens/auth/ServerConfigScreen.jsx +259 -0
- package/lib/screens/auth/ServerConfigScreen.jsx.map +1 -0
- package/lib/screens/auth/TermsOfServiceScreen.d.ts +30 -0
- package/lib/screens/auth/TermsOfServiceScreen.d.ts.map +1 -0
- package/lib/screens/auth/TermsOfServiceScreen.jsx +130 -0
- package/lib/screens/auth/TermsOfServiceScreen.jsx.map +1 -0
- package/lib/screens/auth/VerifyEmailScreen.d.ts +4 -0
- package/lib/screens/auth/VerifyEmailScreen.d.ts.map +1 -0
- package/lib/screens/auth/VerifyEmailScreen.jsx +249 -0
- package/lib/screens/auth/VerifyEmailScreen.jsx.map +1 -0
- package/lib/screens/auth/WelcomeScreen.d.ts +17 -0
- package/lib/screens/auth/WelcomeScreen.d.ts.map +1 -0
- package/lib/screens/auth/WelcomeScreen.jsx +58 -0
- package/lib/screens/auth/WelcomeScreen.jsx.map +1 -0
- package/lib/screens/auth/index.d.ts +19 -0
- package/lib/screens/auth/index.d.ts.map +1 -0
- package/lib/screens/auth/index.js +19 -0
- package/lib/screens/auth/index.js.map +1 -0
- package/lib/screens/index.d.ts +2 -0
- package/lib/screens/index.d.ts.map +1 -0
- package/lib/screens/index.js +2 -0
- package/lib/screens/index.js.map +1 -0
- package/lib/services/api-config.d.ts +87 -0
- package/lib/services/api-config.d.ts.map +1 -0
- package/lib/services/api-config.js +202 -0
- package/lib/services/api-config.js.map +1 -0
- package/lib/services/auth.service.d.ts +140 -0
- package/lib/services/auth.service.d.ts.map +1 -0
- package/lib/services/auth.service.js +376 -0
- package/lib/services/auth.service.js.map +1 -0
- package/lib/services/favicon.d.ts +46 -0
- package/lib/services/favicon.d.ts.map +1 -0
- package/lib/services/favicon.js +84 -0
- package/lib/services/favicon.js.map +1 -0
- package/lib/services/hibp-cache.d.ts +23 -0
- package/lib/services/hibp-cache.d.ts.map +1 -0
- package/lib/services/hibp-cache.js +56 -0
- package/lib/services/hibp-cache.js.map +1 -0
- package/lib/services/hibp.d.ts +28 -0
- package/lib/services/hibp.d.ts.map +1 -0
- package/lib/services/hibp.js +92 -0
- package/lib/services/hibp.js.map +1 -0
- package/lib/services/index.d.ts +8 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +7 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/passkey.d.ts +10 -0
- package/lib/services/passkey.d.ts.map +1 -0
- package/lib/services/passkey.js +192 -0
- package/lib/services/passkey.js.map +1 -0
- package/lib/utils/api-fetch.d.ts +11 -0
- package/lib/utils/api-fetch.d.ts.map +1 -0
- package/lib/utils/api-fetch.js +52 -0
- package/lib/utils/api-fetch.js.map +1 -0
- package/lib/utils/clipboard.d.ts +31 -0
- package/lib/utils/clipboard.d.ts.map +1 -0
- package/lib/utils/clipboard.js +66 -0
- package/lib/utils/clipboard.js.map +1 -0
- package/lib/utils/cn.d.ts +9 -0
- package/lib/utils/cn.d.ts.map +1 -0
- package/lib/utils/cn.js +12 -0
- package/lib/utils/cn.js.map +1 -0
- package/lib/utils/debounce.d.ts +13 -0
- package/lib/utils/debounce.d.ts.map +1 -0
- package/lib/utils/debounce.js +28 -0
- package/lib/utils/debounce.js.map +1 -0
- package/lib/utils/error.d.ts +9 -0
- package/lib/utils/error.d.ts.map +1 -0
- package/lib/utils/error.js +11 -0
- package/lib/utils/error.js.map +1 -0
- package/lib/utils/fetch.d.ts +17 -0
- package/lib/utils/fetch.d.ts.map +1 -0
- package/lib/utils/fetch.js +29 -0
- package/lib/utils/fetch.js.map +1 -0
- package/lib/utils/http-error.d.ts +41 -0
- package/lib/utils/http-error.d.ts.map +1 -0
- package/lib/utils/http-error.js +63 -0
- package/lib/utils/http-error.js.map +1 -0
- package/lib/utils/index.d.ts +11 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +11 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/palette.d.ts +46 -0
- package/lib/utils/palette.d.ts.map +1 -0
- package/lib/utils/palette.js +75 -0
- package/lib/utils/palette.js.map +1 -0
- package/lib/utils/password.d.ts +20 -0
- package/lib/utils/password.d.ts.map +1 -0
- package/lib/utils/password.js +51 -0
- package/lib/utils/password.js.map +1 -0
- package/lib/utils/settings-storage.d.ts +3 -0
- package/lib/utils/settings-storage.d.ts.map +1 -0
- package/lib/utils/settings-storage.js +62 -0
- package/lib/utils/settings-storage.js.map +1 -0
- package/lib/utils/validation.d.ts +29 -0
- package/lib/utils/validation.d.ts.map +1 -0
- package/lib/utils/validation.js +58 -0
- package/lib/utils/validation.js.map +1 -0
- package/package.json +204 -0
- package/src/components/__tests__/data-table.test.ts +94 -0
- package/src/components/__tests__/pagination.test.ts +73 -0
- package/src/components/__tests__/stat-card.test.ts +21 -0
- package/src/components/auth/LockOverlay.tsx +122 -0
- package/src/components/auth/PasswordStrengthMeter.tsx +96 -0
- package/src/components/auth/ProtectedRoute.tsx +91 -0
- package/src/components/auth/PwnedPasswordWarning.tsx +54 -0
- package/src/components/auth/index.ts +10 -0
- package/src/components/bottom-nav.tsx +99 -0
- package/src/components/button.tsx +144 -0
- package/src/components/card.tsx +82 -0
- package/src/components/checkbox.tsx +48 -0
- package/src/components/connection-settings.tsx +583 -0
- package/src/components/context-menu.tsx +95 -0
- package/src/components/data-table.tsx +223 -0
- package/src/components/dialog.tsx +376 -0
- package/src/components/dropdown-menu.tsx +120 -0
- package/src/components/entropy-boot-splash.tsx +114 -0
- package/src/components/entropy-mark-animated.tsx +260 -0
- package/src/components/entropy-mark-geometry.ts +11 -0
- package/src/components/entropy-mark-sequential.tsx +132 -0
- package/src/components/entropy-mark.tsx +135 -0
- package/src/components/error-boundary.tsx +70 -0
- package/src/components/index.ts +156 -0
- package/src/components/input.tsx +246 -0
- package/src/components/item-icon.tsx +111 -0
- package/src/components/label.tsx +25 -0
- package/src/components/legal-dialog.tsx +47 -0
- package/src/components/license-gate.tsx +28 -0
- package/src/components/logo.tsx +34 -0
- package/src/components/onboarding-wizard.tsx +353 -0
- package/src/components/pagination.tsx +154 -0
- package/src/components/password-generator.tsx +393 -0
- package/src/components/pin-pad.tsx +156 -0
- package/src/components/popover.tsx +38 -0
- package/src/components/profile/ProfileDialog.tsx +129 -0
- package/src/components/profile/ProfileTab.tsx +151 -0
- package/src/components/profile/SecurityTab.tsx +229 -0
- package/src/components/profile/index.ts +3 -0
- package/src/components/segmented-toggle.tsx +119 -0
- package/src/components/separator.tsx +41 -0
- package/src/components/server-settings.tsx +442 -0
- package/src/components/settings/AccountSection.tsx +76 -0
- package/src/components/settings/DangerZoneSection.tsx +37 -0
- package/src/components/settings/GeneralSection.tsx +39 -0
- package/src/components/settings/SupportSection.tsx +53 -0
- package/src/components/settings/index.ts +4 -0
- package/src/components/settings-row.tsx +126 -0
- package/src/components/skeleton.tsx +48 -0
- package/src/components/social-connections.tsx +55 -0
- package/src/components/stat-card.tsx +64 -0
- package/src/components/tag-chip.tsx +78 -0
- package/src/components/tag-multi-select.tsx +136 -0
- package/src/components/text.tsx +77 -0
- package/src/components/toast/ToastPortal.tsx +16 -0
- package/src/components/toast/ToastPortal.web.tsx +47 -0
- package/src/components/toast/index.ts +2 -0
- package/src/components/toast/toast-config.tsx +31 -0
- package/src/components/tooltip.tsx +30 -0
- package/src/components/totp-display.tsx +207 -0
- package/src/components/user-avatar.tsx +46 -0
- package/src/context/AppConfigContext.tsx +76 -0
- package/src/context/NavigationContext.tsx +75 -0
- package/src/context/NotificationContext.tsx +69 -0
- package/src/context/ThemeContext.tsx +83 -0
- package/src/context/__tests__/NavigationContext.test.tsx +53 -0
- package/src/context/index.ts +24 -0
- package/src/flags.ts +44 -0
- package/src/forms/form-error.tsx +20 -0
- package/src/forms/index.ts +2 -0
- package/src/forms/shake-field.tsx +52 -0
- package/src/hooks/__tests__/useUploadBlobUrl.test.tsx +77 -0
- package/src/hooks/index.ts +18 -0
- package/src/hooks/useAuth.tsx +567 -0
- package/src/hooks/useAutoLock.ts +110 -0
- package/src/hooks/useDebouncedValue.ts +32 -0
- package/src/hooks/useShakeAnimation.ts +42 -0
- package/src/hooks/useUploadBlobUrl.ts +75 -0
- package/src/index.ts +48 -0
- package/src/screens/auth/AccountPickerScreen.tsx +103 -0
- package/src/screens/auth/AuthScreen.tsx +941 -0
- package/src/screens/auth/ConsentScreen.tsx +118 -0
- package/src/screens/auth/ErrorScreen.tsx +96 -0
- package/src/screens/auth/ExpiredLinkScreen.tsx +87 -0
- package/src/screens/auth/ForgotPasswordScreen.tsx +182 -0
- package/src/screens/auth/ImportDataScreen.tsx +112 -0
- package/src/screens/auth/LoginScreen.tsx +484 -0
- package/src/screens/auth/MfaChallengeScreen.tsx +216 -0
- package/src/screens/auth/MfaEnrollScreen.tsx +388 -0
- package/src/screens/auth/PasskeyEnrollScreen.tsx +96 -0
- package/src/screens/auth/PrivacyPolicyScreen.tsx +249 -0
- package/src/screens/auth/RegisterScreen.tsx +430 -0
- package/src/screens/auth/ResetPasswordScreen.tsx +377 -0
- package/src/screens/auth/ServerConfigScreen.tsx +388 -0
- package/src/screens/auth/TermsOfServiceScreen.tsx +236 -0
- package/src/screens/auth/VerifyEmailScreen.tsx +310 -0
- package/src/screens/auth/WelcomeScreen.tsx +78 -0
- package/src/screens/auth/index.ts +36 -0
- package/src/screens/index.ts +1 -0
- package/src/services/__tests__/api-config.test.ts +67 -0
- package/src/services/__tests__/favicon.test.ts +88 -0
- package/src/services/__tests__/hibp-cache.test.ts +37 -0
- package/src/services/__tests__/hibp.test.ts +39 -0
- package/src/services/api-config.ts +260 -0
- package/src/services/auth.service.ts +498 -0
- package/src/services/favicon.ts +102 -0
- package/src/services/hibp-cache.ts +71 -0
- package/src/services/hibp.ts +120 -0
- package/src/services/index.ts +52 -0
- package/src/services/passkey.ts +213 -0
- package/src/types/external.d.ts +24 -0
- package/src/utils/__tests__/clipboard.test.ts +59 -0
- package/src/utils/__tests__/cn.test.ts +24 -0
- package/src/utils/__tests__/debounce.test.ts +42 -0
- package/src/utils/__tests__/error.test.ts +18 -0
- package/src/utils/__tests__/http-error.test.ts +33 -0
- package/src/utils/__tests__/palette.test.ts +22 -0
- package/src/utils/__tests__/password.test.ts +55 -0
- package/src/utils/__tests__/settings-storage.test.ts +15 -0
- package/src/utils/__tests__/validation.test.ts +52 -0
- package/src/utils/api-fetch.ts +61 -0
- package/src/utils/clipboard.ts +69 -0
- package/src/utils/cn.ts +12 -0
- package/src/utils/debounce.ts +33 -0
- package/src/utils/error.ts +10 -0
- package/src/utils/fetch.ts +33 -0
- package/src/utils/http-error.ts +81 -0
- package/src/utils/index.ts +23 -0
- package/src/utils/palette.ts +105 -0
- package/src/utils/password.ts +64 -0
- package/src/utils/settings-storage.ts +68 -0
- package/src/utils/validation.ts +71 -0
- package/styles/globals.css +262 -0
- package/tailwind-preset.js +163 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import React, { useCallback, useEffect, useRef, useState } from "react";
|
|
2
|
+
import { Platform, ScrollView, View } from "react-native";
|
|
3
|
+
import { SafeAreaView } from "react-native-safe-area-context";
|
|
4
|
+
import { useLocalSearchParams } from "expo-router";
|
|
5
|
+
import { useNavigation } from "../../context/NavigationContext";
|
|
6
|
+
import { StatusBar } from "expo-status-bar";
|
|
7
|
+
import { Ionicons } from "@expo/vector-icons";
|
|
8
|
+
import { useColorScheme } from "nativewind";
|
|
9
|
+
import * as Haptics from "expo-haptics";
|
|
10
|
+
import Toast from "react-native-toast-message";
|
|
11
|
+
import { MutedText, Text } from "../../components/text";
|
|
12
|
+
import { Button, IconButton } from "../../components/button";
|
|
13
|
+
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "../../components/card";
|
|
14
|
+
import { Input } from "../../components/input";
|
|
15
|
+
import AuthService from "../../services/auth.service";
|
|
16
|
+
import { useAuth } from "../../hooks/useAuth";
|
|
17
|
+
import { useAppConfig } from "../../context/AppConfigContext";
|
|
18
|
+
import { getErrorMessage } from "../../utils/error";
|
|
19
|
+
export function VerifyEmailScreen() {
|
|
20
|
+
const { refreshUser, logout, user } = useAuth();
|
|
21
|
+
const { routes } = useAppConfig();
|
|
22
|
+
const router = useNavigation();
|
|
23
|
+
const verifiedRef = useRef(false);
|
|
24
|
+
const autoSubmittingRef = useRef(false);
|
|
25
|
+
const proceedAfterVerification = useCallback(async () => {
|
|
26
|
+
const freshUser = await AuthService.refreshUserData();
|
|
27
|
+
await refreshUser();
|
|
28
|
+
if (freshUser?.onboarding_step === "mfa_enrollment") {
|
|
29
|
+
router.replace(routes.mfaEnroll);
|
|
30
|
+
}
|
|
31
|
+
else if (freshUser?.onboarding_step === "import") {
|
|
32
|
+
router.replace(routes.importData);
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
// `complete`, null, an unknown step, or a missing freshUser
|
|
36
|
+
// record — fall through to home rather than leave the user
|
|
37
|
+
// stuck on the verify-email screen after the server has
|
|
38
|
+
// accepted their code. The consumer's route guard re-evaluates
|
|
39
|
+
// and bounces if onboarding actually isn't done.
|
|
40
|
+
router.replace(routes.home);
|
|
41
|
+
}
|
|
42
|
+
}, [refreshUser, router, routes]);
|
|
43
|
+
const params = useLocalSearchParams();
|
|
44
|
+
const [code, setCode] = useState("");
|
|
45
|
+
const [error, setError] = useState("");
|
|
46
|
+
const [autoSubmitCode, setAutoSubmitCode] = useState(null);
|
|
47
|
+
useEffect(() => {
|
|
48
|
+
let urlCode = null;
|
|
49
|
+
if (params.code) {
|
|
50
|
+
urlCode = params.code;
|
|
51
|
+
}
|
|
52
|
+
else if (Platform.OS === "web") {
|
|
53
|
+
const urlParams = new URLSearchParams(window.location.search);
|
|
54
|
+
urlCode = urlParams.get("code");
|
|
55
|
+
}
|
|
56
|
+
if (urlCode) {
|
|
57
|
+
setCode(urlCode);
|
|
58
|
+
setAutoSubmitCode(urlCode);
|
|
59
|
+
}
|
|
60
|
+
}, [params.code]);
|
|
61
|
+
const [isLoading, setIsLoading] = useState(false);
|
|
62
|
+
const [resendCooldown, setResendCooldown] = useState(0);
|
|
63
|
+
const { colorScheme } = useColorScheme();
|
|
64
|
+
const isDark = colorScheme === "dark";
|
|
65
|
+
useEffect(() => {
|
|
66
|
+
// `cancelled` guards the async hop inside the tick — without it,
|
|
67
|
+
// a `refreshUserData()` that resolves after this effect's
|
|
68
|
+
// cleanup fired would still call Toast / Haptics / refreshUser
|
|
69
|
+
// on a stale closure (and the cleanup-cleared interval can't
|
|
70
|
+
// help once the await is already in flight).
|
|
71
|
+
let cancelled = false;
|
|
72
|
+
const interval = setInterval(async () => {
|
|
73
|
+
if (verifiedRef.current) {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
try {
|
|
77
|
+
const freshUser = await AuthService.refreshUserData();
|
|
78
|
+
if (cancelled) {
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
if (freshUser?.email_verified) {
|
|
82
|
+
verifiedRef.current = true;
|
|
83
|
+
clearInterval(interval);
|
|
84
|
+
Toast.show({
|
|
85
|
+
type: "success",
|
|
86
|
+
text1: "Email verified!",
|
|
87
|
+
text2: "Your email has been verified successfully.",
|
|
88
|
+
visibilityTime: 3000,
|
|
89
|
+
});
|
|
90
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
|
|
91
|
+
if (cancelled) {
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
await refreshUser();
|
|
95
|
+
if (cancelled) {
|
|
96
|
+
return;
|
|
97
|
+
}
|
|
98
|
+
void proceedAfterVerification();
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
catch {
|
|
102
|
+
// Silently ignore polling errors
|
|
103
|
+
}
|
|
104
|
+
}, 5000);
|
|
105
|
+
return () => {
|
|
106
|
+
cancelled = true;
|
|
107
|
+
clearInterval(interval);
|
|
108
|
+
};
|
|
109
|
+
}, [refreshUser, proceedAfterVerification]);
|
|
110
|
+
useEffect(() => {
|
|
111
|
+
if (user?.email_verified && !verifiedRef.current) {
|
|
112
|
+
verifiedRef.current = true;
|
|
113
|
+
void proceedAfterVerification();
|
|
114
|
+
}
|
|
115
|
+
}, [user?.email_verified, proceedAfterVerification]);
|
|
116
|
+
useEffect(() => {
|
|
117
|
+
if (resendCooldown <= 0) {
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
const timer = setTimeout(() => setResendCooldown((c) => c - 1), 1000);
|
|
121
|
+
return () => clearTimeout(timer);
|
|
122
|
+
}, [resendCooldown]);
|
|
123
|
+
const handleVerify = async () => {
|
|
124
|
+
if (!code.trim()) {
|
|
125
|
+
setError("Verification code is required");
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
setIsLoading(true);
|
|
129
|
+
try {
|
|
130
|
+
await AuthService.verifyEmail(code.trim());
|
|
131
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
|
|
132
|
+
Toast.show({
|
|
133
|
+
type: "success",
|
|
134
|
+
text1: "Email verified!",
|
|
135
|
+
text2: "Your email has been verified successfully.",
|
|
136
|
+
visibilityTime: 3000,
|
|
137
|
+
});
|
|
138
|
+
await refreshUser();
|
|
139
|
+
void proceedAfterVerification();
|
|
140
|
+
}
|
|
141
|
+
catch (e) {
|
|
142
|
+
setError(getErrorMessage(e, "Invalid verification code"));
|
|
143
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Error);
|
|
144
|
+
}
|
|
145
|
+
finally {
|
|
146
|
+
setIsLoading(false);
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
useEffect(() => {
|
|
150
|
+
if (autoSubmitCode && !isLoading && !autoSubmittingRef.current) {
|
|
151
|
+
autoSubmittingRef.current = true;
|
|
152
|
+
setAutoSubmitCode(null);
|
|
153
|
+
(async () => {
|
|
154
|
+
setIsLoading(true);
|
|
155
|
+
try {
|
|
156
|
+
await AuthService.verifyEmail(autoSubmitCode.trim());
|
|
157
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
|
|
158
|
+
Toast.show({
|
|
159
|
+
type: "success",
|
|
160
|
+
text1: "Email verified!",
|
|
161
|
+
text2: "Your email has been verified successfully.",
|
|
162
|
+
visibilityTime: 3000,
|
|
163
|
+
});
|
|
164
|
+
await refreshUser();
|
|
165
|
+
void proceedAfterVerification();
|
|
166
|
+
}
|
|
167
|
+
catch (e) {
|
|
168
|
+
setError(getErrorMessage(e, "Invalid verification code"));
|
|
169
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Error);
|
|
170
|
+
}
|
|
171
|
+
finally {
|
|
172
|
+
setIsLoading(false);
|
|
173
|
+
}
|
|
174
|
+
})();
|
|
175
|
+
}
|
|
176
|
+
}, [autoSubmitCode, isLoading, refreshUser, proceedAfterVerification]);
|
|
177
|
+
const handleResend = async () => {
|
|
178
|
+
if (resendCooldown > 0) {
|
|
179
|
+
return;
|
|
180
|
+
}
|
|
181
|
+
try {
|
|
182
|
+
await AuthService.resendVerification();
|
|
183
|
+
setResendCooldown(30);
|
|
184
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
|
|
185
|
+
Toast.show({
|
|
186
|
+
type: "success",
|
|
187
|
+
text1: "Verification email sent",
|
|
188
|
+
text2: "Check your inbox.",
|
|
189
|
+
visibilityTime: 3000,
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
catch (e) {
|
|
193
|
+
await Haptics.notificationAsync(Haptics.NotificationFeedbackType.Error);
|
|
194
|
+
Toast.show({
|
|
195
|
+
type: "error",
|
|
196
|
+
text1: "Couldn't resend",
|
|
197
|
+
text2: getErrorMessage(e, "Please try again in a moment."),
|
|
198
|
+
visibilityTime: 4000,
|
|
199
|
+
});
|
|
200
|
+
}
|
|
201
|
+
};
|
|
202
|
+
return (<SafeAreaView className="flex-1 bg-background">
|
|
203
|
+
<StatusBar style={isDark ? "light" : "dark"}/>
|
|
204
|
+
<ScrollView className="flex-1" contentContainerClassName="flex-1 items-center justify-center p-6" keyboardShouldPersistTaps="handled">
|
|
205
|
+
<View className="mt-4 self-start absolute top-4 left-6">
|
|
206
|
+
<IconButton variant="ghost" onPress={() => logout()} accessibilityLabel="Sign out" accessibilityRole="button">
|
|
207
|
+
<Ionicons name="log-out-outline" size={24} color={isDark ? "#FFFFFF" : "#000000"}/>
|
|
208
|
+
</IconButton>
|
|
209
|
+
</View>
|
|
210
|
+
|
|
211
|
+
<Card className="w-full max-w-[440px]">
|
|
212
|
+
<CardHeader className="items-center">
|
|
213
|
+
<CardTitle className="text-center text-2xl">Verify your email</CardTitle>
|
|
214
|
+
<CardDescription className="text-center text-base">
|
|
215
|
+
{`Enter the verification code sent to\n${params.email || "your email"}`}
|
|
216
|
+
</CardDescription>
|
|
217
|
+
</CardHeader>
|
|
218
|
+
|
|
219
|
+
<CardContent className="gap-4 pb-3">
|
|
220
|
+
<Input label="Verification Code" labelClassName="text-base" className="h-14" value={code} onChangeText={(text) => {
|
|
221
|
+
setCode(text);
|
|
222
|
+
if (error) {
|
|
223
|
+
setError("");
|
|
224
|
+
}
|
|
225
|
+
}} error={error} placeholder="Paste your verification code" autoCapitalize="none" autoFocus returnKeyType="done" onSubmitEditing={handleVerify} accessibilityLabel="Verification code" testID="verify-code-input"/>
|
|
226
|
+
|
|
227
|
+
<MutedText className="text-center text-base">
|
|
228
|
+
Didn't receive the code?{" "}
|
|
229
|
+
{resendCooldown > 0 ? (<Text className="text-base text-foreground">Resend ({resendCooldown})</Text>) : (<Text className="text-base text-foreground underline" onPress={handleResend} accessibilityRole="button" accessibilityLabel="Resend verification code">
|
|
230
|
+
Resend
|
|
231
|
+
</Text>)}
|
|
232
|
+
</MutedText>
|
|
233
|
+
</CardContent>
|
|
234
|
+
|
|
235
|
+
<CardFooter className="flex-col items-center gap-1 border-t-0 pt-0">
|
|
236
|
+
<Button className="h-14 w-full" onPress={handleVerify} isLoading={isLoading} accessibilityLabel="Continue" accessibilityRole="button" accessibilityHint="Double tap to verify your email" testID="verify-submit">
|
|
237
|
+
Continue
|
|
238
|
+
</Button>
|
|
239
|
+
|
|
240
|
+
<Button variant="ghost" className="w-full" onPress={() => logout()} accessibilityLabel="Sign out" accessibilityRole="button">
|
|
241
|
+
Sign Out
|
|
242
|
+
</Button>
|
|
243
|
+
</CardFooter>
|
|
244
|
+
</Card>
|
|
245
|
+
</ScrollView>
|
|
246
|
+
</SafeAreaView>);
|
|
247
|
+
}
|
|
248
|
+
export default VerifyEmailScreen;
|
|
249
|
+
//# sourceMappingURL=VerifyEmailScreen.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VerifyEmailScreen.jsx","sourceRoot":"","sources":["../../../src/screens/auth/VerifyEmailScreen.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface WelcomeScreenProps {
|
|
3
|
+
/**
|
|
4
|
+
* Optional decorative widget rendered between the brand block and the
|
|
5
|
+
* action buttons (e.g. vault's PasswordDemoAnimation). Apps with
|
|
6
|
+
* nothing to render here can omit it.
|
|
7
|
+
*/
|
|
8
|
+
decoration?: React.ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Optional widget rendered top-left/right of the screen. Vault uses
|
|
11
|
+
* this for its admin server-settings cog.
|
|
12
|
+
*/
|
|
13
|
+
topAccessory?: React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare function WelcomeScreen({ decoration, topAccessory }: WelcomeScreenProps): React.JSX.Element;
|
|
16
|
+
export default WelcomeScreen;
|
|
17
|
+
//# sourceMappingURL=WelcomeScreen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WelcomeScreen.d.ts","sourceRoot":"","sources":["../../../src/screens/auth/WelcomeScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,wBAAgB,aAAa,CAAC,EAAE,UAAU,EAAE,YAAY,EAAE,EAAE,kBAAkB,qBAkD7E;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Platform, View } from "react-native";
|
|
3
|
+
import { SafeAreaView } from "react-native-safe-area-context";
|
|
4
|
+
import { Link } from "expo-router";
|
|
5
|
+
import { useNavigation } from "../../context/NavigationContext";
|
|
6
|
+
import { StatusBar } from "expo-status-bar";
|
|
7
|
+
import { useColorScheme } from "nativewind";
|
|
8
|
+
import { Heading, MutedText, Text } from "../../components/text";
|
|
9
|
+
import { Button } from "../../components/button";
|
|
10
|
+
import { useAppConfig } from "../../context/AppConfigContext";
|
|
11
|
+
export function WelcomeScreen({ decoration, topAccessory }) {
|
|
12
|
+
const { colorScheme } = useColorScheme();
|
|
13
|
+
const isDark = colorScheme === "dark";
|
|
14
|
+
const router = useNavigation();
|
|
15
|
+
const { appName, Logo, routes, tagline } = useAppConfig();
|
|
16
|
+
return (<SafeAreaView className="flex-1 bg-background">
|
|
17
|
+
<StatusBar style={isDark ? "light" : "dark"}/>
|
|
18
|
+
<View className="flex-1 items-center justify-center px-6 py-8">
|
|
19
|
+
{topAccessory}
|
|
20
|
+
|
|
21
|
+
<View className="mb-6 items-center">
|
|
22
|
+
<View className="mb-1 flex-row items-center">
|
|
23
|
+
<Logo width={72} height={72} style={{ marginRight: -2 }}/>
|
|
24
|
+
<Heading className="text-4xl">{appName}</Heading>
|
|
25
|
+
</View>
|
|
26
|
+
{tagline ? <Text className="font-mono text-base text-foreground">{tagline}</Text> : null}
|
|
27
|
+
</View>
|
|
28
|
+
|
|
29
|
+
{decoration ? (<View className={Platform.OS === "web" ? "mb-6 pt-6 pb-4" : "mb-4 pt-3 pb-3"}>
|
|
30
|
+
{decoration}
|
|
31
|
+
</View>) : null}
|
|
32
|
+
|
|
33
|
+
<View className="w-full max-w-[360px] gap-3">
|
|
34
|
+
<Button className="w-full" onPress={() => router.push(routes.login)}>
|
|
35
|
+
Sign In
|
|
36
|
+
</Button>
|
|
37
|
+
<Button variant="outline" className="w-full" onPress={() => router.push(routes.register)}>
|
|
38
|
+
Create Account
|
|
39
|
+
</Button>
|
|
40
|
+
</View>
|
|
41
|
+
</View>
|
|
42
|
+
|
|
43
|
+
<View className="px-5 pb-6">
|
|
44
|
+
<MutedText className="text-center text-xs">
|
|
45
|
+
By continuing, you agree to our{" "}
|
|
46
|
+
<Link href={routes.termsOfService} asChild>
|
|
47
|
+
<Text className="text-xs text-foreground underline">Terms of Service</Text>
|
|
48
|
+
</Link>{" "}
|
|
49
|
+
and{" "}
|
|
50
|
+
<Link href={routes.privacyPolicy} asChild>
|
|
51
|
+
<Text className="text-xs text-foreground underline">Privacy Policy</Text>
|
|
52
|
+
</Link>
|
|
53
|
+
</MutedText>
|
|
54
|
+
</View>
|
|
55
|
+
</SafeAreaView>);
|
|
56
|
+
}
|
|
57
|
+
export default WelcomeScreen;
|
|
58
|
+
//# sourceMappingURL=WelcomeScreen.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WelcomeScreen.jsx","sourceRoot":"","sources":["../../../src/screens/auth/WelcomeScreen.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { WelcomeScreen, type WelcomeScreenProps } from "./WelcomeScreen";
|
|
2
|
+
export { ForgotPasswordScreen } from "./ForgotPasswordScreen";
|
|
3
|
+
export { MfaChallengeScreen } from "./MfaChallengeScreen";
|
|
4
|
+
export { TermsOfServiceScreen, type TermsOfServiceScreenProps, type LegalSection, } from "./TermsOfServiceScreen";
|
|
5
|
+
export { VerifyEmailScreen } from "./VerifyEmailScreen";
|
|
6
|
+
export { PrivacyPolicyScreen, type PrivacyPolicyScreenProps } from "./PrivacyPolicyScreen";
|
|
7
|
+
export { ResetPasswordScreen, type ResetPasswordScreenProps } from "./ResetPasswordScreen";
|
|
8
|
+
export { LoginScreen, type LoginScreenProps } from "./LoginScreen";
|
|
9
|
+
export { AuthScreen, type AuthScreenProps, type AuthFormTransition } from "./AuthScreen";
|
|
10
|
+
export { MfaEnrollScreen, type MfaEnrollScreenProps } from "./MfaEnrollScreen";
|
|
11
|
+
export { RegisterScreen, type RegisterScreenProps } from "./RegisterScreen";
|
|
12
|
+
export { ServerConfigScreen, type ServerConfigScreenProps } from "./ServerConfigScreen";
|
|
13
|
+
export { ImportDataScreen, type ImportDataScreenProps } from "./ImportDataScreen";
|
|
14
|
+
export { ConsentScreen, type ConsentScreenProps, type ConsentScope, } from "./ConsentScreen";
|
|
15
|
+
export { AccountPickerScreen, type AccountPickerScreenProps, type PickableAccount, } from "./AccountPickerScreen";
|
|
16
|
+
export { PasskeyEnrollScreen, type PasskeyEnrollScreenProps, } from "./PasskeyEnrollScreen";
|
|
17
|
+
export { ErrorScreen, type ErrorScreenProps } from "./ErrorScreen";
|
|
18
|
+
export { ExpiredLinkScreen, type ExpiredLinkScreenProps, } from "./ExpiredLinkScreen";
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/screens/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,YAAY,GAClB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EAAE,mBAAmB,EAAE,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAE,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AACxF,OAAO,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAClF,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,YAAY,GAClB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,mBAAmB,EACnB,KAAK,wBAAwB,EAC7B,KAAK,eAAe,GACrB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,mBAAmB,EACnB,KAAK,wBAAwB,GAC9B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { WelcomeScreen } from "./WelcomeScreen";
|
|
2
|
+
export { ForgotPasswordScreen } from "./ForgotPasswordScreen";
|
|
3
|
+
export { MfaChallengeScreen } from "./MfaChallengeScreen";
|
|
4
|
+
export { TermsOfServiceScreen, } from "./TermsOfServiceScreen";
|
|
5
|
+
export { VerifyEmailScreen } from "./VerifyEmailScreen";
|
|
6
|
+
export { PrivacyPolicyScreen } from "./PrivacyPolicyScreen";
|
|
7
|
+
export { ResetPasswordScreen } from "./ResetPasswordScreen";
|
|
8
|
+
export { LoginScreen } from "./LoginScreen";
|
|
9
|
+
export { AuthScreen } from "./AuthScreen";
|
|
10
|
+
export { MfaEnrollScreen } from "./MfaEnrollScreen";
|
|
11
|
+
export { RegisterScreen } from "./RegisterScreen";
|
|
12
|
+
export { ServerConfigScreen } from "./ServerConfigScreen";
|
|
13
|
+
export { ImportDataScreen } from "./ImportDataScreen";
|
|
14
|
+
export { ConsentScreen, } from "./ConsentScreen";
|
|
15
|
+
export { AccountPickerScreen, } from "./AccountPickerScreen";
|
|
16
|
+
export { PasskeyEnrollScreen, } from "./PasskeyEnrollScreen";
|
|
17
|
+
export { ErrorScreen } from "./ErrorScreen";
|
|
18
|
+
export { ExpiredLinkScreen, } from "./ExpiredLinkScreen";
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/screens/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAA2B,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EACL,oBAAoB,GAGrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAiC,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EAAE,mBAAmB,EAAiC,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EAAE,WAAW,EAAyB,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,UAAU,EAAiD,MAAM,cAAc,CAAC;AACzF,OAAO,EAAE,eAAe,EAA6B,MAAM,mBAAmB,CAAC;AAC/E,OAAO,EAAE,cAAc,EAA4B,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAgC,MAAM,sBAAsB,CAAC;AACxF,OAAO,EAAE,gBAAgB,EAA8B,MAAM,oBAAoB,CAAC;AAClF,OAAO,EACL,aAAa,GAGd,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,mBAAmB,GAGpB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,mBAAmB,GAEpB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAyB,MAAM,eAAe,CAAC;AACnE,OAAO,EACL,iBAAiB,GAElB,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/screens/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/screens/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export interface ApiConfig {
|
|
2
|
+
/** Default API base URL (e.g. "http://localhost:8080/api"). */
|
|
3
|
+
apiBaseUrl: string;
|
|
4
|
+
/**
|
|
5
|
+
* Prefix used to namespace platform-storage entries
|
|
6
|
+
* (`${prefix}_session_token`, `${prefix}_server_url_override`).
|
|
7
|
+
* Lowercase with no whitespace; must be stable across releases —
|
|
8
|
+
* changing it orphans previously stored sessions and forces re-login.
|
|
9
|
+
*/
|
|
10
|
+
storagePrefix: string;
|
|
11
|
+
/**
|
|
12
|
+
* Optional `window` key for runtime-config override (web only). Apps
|
|
13
|
+
* that ship a docker image emitting `/config.js` set this to match
|
|
14
|
+
* the global the script writes. Defaults to
|
|
15
|
+
* `__ENTROPY_RUNTIME_CONFIG__`.
|
|
16
|
+
*/
|
|
17
|
+
runtimeConfigKey?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Auth request shape. `"email"` (default) is the single-tenant contract
|
|
20
|
+
* used by vault/kryptonite/simple-finance: login is `{ email, password }`
|
|
21
|
+
* and returns `{ user, session_token }`. `"multi-tenant"` is for IdP-style
|
|
22
|
+
* servers (access): login is `{ tenant, identifier, password }`, forgot
|
|
23
|
+
* is `{ tenant, email }`, and the login response is the user record
|
|
24
|
+
* directly (session is a cookie). The tenant is contextual — set it with
|
|
25
|
+
* {@link setTenant} (e.g. from the OIDC `?tenant=` param) rather than here.
|
|
26
|
+
*/
|
|
27
|
+
authMode?: "email" | "multi-tenant";
|
|
28
|
+
/** Initial tenant for `"multi-tenant"` mode; usually set via {@link setTenant}. */
|
|
29
|
+
tenant?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Install runtime configuration. Apps call this once at startup,
|
|
33
|
+
* BEFORE `AuthService` is used. Re-configuring at runtime is
|
|
34
|
+
* supported but only the base URL changes — the storage prefix is
|
|
35
|
+
* locked after first call.
|
|
36
|
+
*/
|
|
37
|
+
export declare function configureApi(config: ApiConfig): void;
|
|
38
|
+
export declare function getStoragePrefix(): string;
|
|
39
|
+
/** Current auth request shape (see {@link ApiConfig.authMode}). */
|
|
40
|
+
export declare function getAuthMode(): "email" | "multi-tenant";
|
|
41
|
+
/**
|
|
42
|
+
* Active tenant for `"multi-tenant"` auth mode. In an IdP the tenant is
|
|
43
|
+
* contextual (resolved from the OIDC `?tenant=` param / the client), not
|
|
44
|
+
* typed by the user — the consuming app calls this before login. Returns
|
|
45
|
+
* an empty string when unset.
|
|
46
|
+
*/
|
|
47
|
+
export declare function getTenant(): string;
|
|
48
|
+
/** Set the active tenant for `"multi-tenant"` auth mode. */
|
|
49
|
+
export declare function setTenant(tenant: string): void;
|
|
50
|
+
/**
|
|
51
|
+
* Internal key-value put. Native: SecureStore (encrypted at rest,
|
|
52
|
+
* Keychain on iOS, AES-encrypted on Android). Web: sessionStorage
|
|
53
|
+
* (origin-isolated, but plaintext AND readable by XSS).
|
|
54
|
+
*
|
|
55
|
+
* Web callers MUST NOT pass secrets — only UI preferences whose
|
|
56
|
+
* disclosure is acceptable (server-url override, etc.). The web
|
|
57
|
+
* branch deliberately uses sessionStorage rather than localStorage
|
|
58
|
+
* so a misconfigured caller leaks values for the current tab only.
|
|
59
|
+
*
|
|
60
|
+
* For session credentials, use {@link storeSessionToken} (no-op on
|
|
61
|
+
* web — the server sets an HttpOnly cookie). For the authenticated
|
|
62
|
+
* user record, use {@link AuthService.persistAuthSession} (web path
|
|
63
|
+
* stores in process memory).
|
|
64
|
+
*/
|
|
65
|
+
export declare function kvPut(key: string, value: string | null): Promise<void>;
|
|
66
|
+
/** Internal key-value get. See {@link kvPut} for the storage tier matrix. */
|
|
67
|
+
export declare function kvGet(key: string): Promise<string | null>;
|
|
68
|
+
export declare function getBaseUrl(): string;
|
|
69
|
+
export declare function getDefaultBaseUrl(): string;
|
|
70
|
+
export declare function setBaseUrl(url: string): Promise<void>;
|
|
71
|
+
export declare function resetBaseUrl(): Promise<void>;
|
|
72
|
+
export declare function loadServerUrlOverride(): Promise<void>;
|
|
73
|
+
/**
|
|
74
|
+
* Session credential used as a `Bearer` token.
|
|
75
|
+
* - Native: SecureStore (encrypted at rest).
|
|
76
|
+
* - Web: sessionStorage (origin-isolated, cleared on tab close). Production
|
|
77
|
+
* web also has the HttpOnly session cookie; the sessionStorage Bearer is what
|
|
78
|
+
* keeps a *split-origin dev* session (Expo :8081 → API :8100) alive across a
|
|
79
|
+
* refresh, since a SameSite=Lax cookie can't ride cross-origin XHR. Readable
|
|
80
|
+
* by XSS — acceptable tradeoff chosen for dev parity; clears on tab close.
|
|
81
|
+
*/
|
|
82
|
+
export declare function getSessionToken(): Promise<string | null>;
|
|
83
|
+
export declare function storeSessionToken(token: string | null): Promise<void>;
|
|
84
|
+
export declare function clearSessionToken(): Promise<void>;
|
|
85
|
+
/** Test-only — reset the singleton's state. */
|
|
86
|
+
export declare function __resetApiConfigStoreForTests(): void;
|
|
87
|
+
//# sourceMappingURL=api-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-config.d.ts","sourceRoot":"","sources":["../../src/services/api-config.ts"],"names":[],"mappings":"AAkBA,MAAM,WAAW,SAAS;IACxB,+DAA+D;IAC/D,UAAU,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,cAAc,CAAC;IACpC,mFAAmF;IACnF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAwDD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAEpD;AAUD,wBAAgB,gBAAgB,IAAI,MAAM,CAEzC;AAED,mEAAmE;AACnE,wBAAgB,WAAW,IAAI,OAAO,GAAG,cAAc,CAEtD;AAED;;;;;GAKG;AACH,wBAAgB,SAAS,IAAI,MAAM,CAElC;AAED,4DAA4D;AAC5D,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAE9C;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAsB,KAAK,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAiB5E;AAED,6EAA6E;AAC7E,wBAAsB,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAQ/D;AAED,wBAAgB,UAAU,IAAI,MAAM,CAOnC;AAED,wBAAgB,iBAAiB,IAAI,MAAM,CAO1C;AAED,wBAAsB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAa3D;AAED,wBAAsB,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC,CAGlD;AAED,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC,CAK3D;AAED;;;;;;;;GAQG;AACH,wBAAsB,eAAe,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAE9D;AAED,wBAAsB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAE3E;AAED,wBAAsB,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,CAEvD;AAED,+CAA+C;AAC/C,wBAAgB,6BAA6B,IAAI,IAAI,CAEpD"}
|