@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,148 @@
|
|
|
1
|
+
import React, { useEffect } from "react";
|
|
2
|
+
import { View } from "react-native";
|
|
3
|
+
import Svg, { Path } from "react-native-svg";
|
|
4
|
+
import Animated, { Easing, ReduceMotion, useAnimatedStyle, useSharedValue, withDelay, withRepeat, withSequence, withTiming, } from "react-native-reanimated";
|
|
5
|
+
import { useColorScheme } from "nativewind";
|
|
6
|
+
import { ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, ENTROPY_MARK_VIEWBOX, } from "./entropy-mark-geometry";
|
|
7
|
+
// React Native port of the website's animated company mark
|
|
8
|
+
// (website/src/components/logo.tsx). Same motion model, hover → touch:
|
|
9
|
+
//
|
|
10
|
+
// • At rest the mark is FLAT — sharp source `>_` only, echoes collapsed
|
|
11
|
+
// underneath it (invisible).
|
|
12
|
+
// • While pressed, `open` eases 0→1: the three grey time-echoes fade in and
|
|
13
|
+
// drift apart, each breathing on its own period/phase so they never move
|
|
14
|
+
// in lockstep (the endless, unevenly-spaced cascade).
|
|
15
|
+
// • Parallax: while pressed, the echoes lean toward the finger (deeper
|
|
16
|
+
// echoes shift more = depth), gated by `open` so it fades with collapse.
|
|
17
|
+
// • On release, `open` eases 1→0 and the echoes resolve cleanly back into
|
|
18
|
+
// the source — no snap.
|
|
19
|
+
// • The sharp source NEVER moves (anchored), and each echo lives on its own
|
|
20
|
+
// Animated.View layer so the source is never re-rasterized mid-animation
|
|
21
|
+
// (the compositor lesson from the web version).
|
|
22
|
+
//
|
|
23
|
+
// Honors the system reduce-motion setting via ReduceMotion.System.
|
|
24
|
+
// echo keyed by depth (3 = furthest/dimmest .. 1 = nearest the source)
|
|
25
|
+
const PALETTE = {
|
|
26
|
+
light: {
|
|
27
|
+
src: "#000000",
|
|
28
|
+
echo: { 3: "#f5f5f5", 2: "#e2e2e2", 1: "#cbcbcb" },
|
|
29
|
+
cyan: "#0096aa",
|
|
30
|
+
red: "#c82837",
|
|
31
|
+
},
|
|
32
|
+
dark: {
|
|
33
|
+
src: "#ffffff",
|
|
34
|
+
echo: { 3: "#373737", 2: "#5f5f5f", 1: "#8c8c8c" },
|
|
35
|
+
cyan: "#268ca0",
|
|
36
|
+
red: "#a53440",
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
// Matches the web component: breathing reach per echo depth, parallax px per
|
|
40
|
+
// depth-step, breathing period 2.6+i*0.7s with staggered phase.
|
|
41
|
+
const AMP = { 3: 1.55, 2: 1.4, 1: 1.6 };
|
|
42
|
+
const PX = 9;
|
|
43
|
+
const PY = 7;
|
|
44
|
+
function Echo({ depth, fill, open, px, py, width, height, }) {
|
|
45
|
+
// Breathing oscillator 0..1, own period + phase per depth → desynced.
|
|
46
|
+
const breath = useSharedValue(0);
|
|
47
|
+
useEffect(() => {
|
|
48
|
+
const half = ((2.6 + depth * 0.7) * 1000) / 2;
|
|
49
|
+
const ease = Easing.inOut(Easing.sin);
|
|
50
|
+
breath.value = withDelay(depth * 400, withRepeat(withSequence(withTiming(1, { duration: half, easing: ease, reduceMotion: ReduceMotion.System }), withTiming(0, { duration: half, easing: ease, reduceMotion: ReduceMotion.System })), -1, false, undefined, ReduceMotion.System));
|
|
51
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
52
|
+
}, [depth]);
|
|
53
|
+
const style = useAnimatedStyle(() => {
|
|
54
|
+
// Offset = base drift * breathing multiplier (1..AMP) + parallax lean,
|
|
55
|
+
// all scaled by `open` so rest = exactly collapsed under the source.
|
|
56
|
+
const m = 1 + (AMP[depth] - 1) * breath.value;
|
|
57
|
+
const tx = depth * ENTROPY_MARK_STEP.x * open.value * m + depth * PX * px.value * open.value;
|
|
58
|
+
const ty = depth * ENTROPY_MARK_STEP.y * open.value * m + depth * PY * py.value * open.value;
|
|
59
|
+
return {
|
|
60
|
+
opacity: open.value,
|
|
61
|
+
transform: [{ translateX: tx }, { translateY: ty }],
|
|
62
|
+
};
|
|
63
|
+
});
|
|
64
|
+
return (<Animated.View style={[{ position: "absolute", width, height, pointerEvents: "none" }, style]}>
|
|
65
|
+
<Svg width={width} height={height} viewBox={ENTROPY_MARK_VIEWBOX}>
|
|
66
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={fill}/>
|
|
67
|
+
</Svg>
|
|
68
|
+
</Animated.View>);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Touch-interactive company `>_` mark — flat at rest, echo-cascade + parallax
|
|
72
|
+
* while pressed, clean collapse on release. The RN twin of the website logo.
|
|
73
|
+
*/
|
|
74
|
+
export function EntropyMarkAnimated({ size = 28, variant = "mono", scheme, active = false, animateOnPress = true, }) {
|
|
75
|
+
const { colorScheme } = useColorScheme();
|
|
76
|
+
const p = PALETTE[scheme ?? (colorScheme === "dark" ? "dark" : "light")];
|
|
77
|
+
const width = Math.round(size * ENTROPY_MARK_ASPECT);
|
|
78
|
+
const open = useSharedValue(active ? 1 : 0);
|
|
79
|
+
const px = useSharedValue(0);
|
|
80
|
+
const py = useSharedValue(0);
|
|
81
|
+
useEffect(() => {
|
|
82
|
+
open.value = withTiming(active ? 1 : 0, {
|
|
83
|
+
duration: 450,
|
|
84
|
+
easing: Easing.out(Easing.cubic),
|
|
85
|
+
reduceMotion: ReduceMotion.System,
|
|
86
|
+
});
|
|
87
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
88
|
+
}, [active]);
|
|
89
|
+
const track = (e) => {
|
|
90
|
+
// Normalize finger position over the mark to -1..1 (parallax input).
|
|
91
|
+
const nx = Math.max(-1, Math.min(1, (e.nativeEvent.locationX / width - 0.5) * 2));
|
|
92
|
+
const ny = Math.max(-1, Math.min(1, (e.nativeEvent.locationY / size - 0.5) * 2));
|
|
93
|
+
px.value = withTiming(nx, { duration: 80, reduceMotion: ReduceMotion.System });
|
|
94
|
+
py.value = withTiming(ny, { duration: 80, reduceMotion: ReduceMotion.System });
|
|
95
|
+
};
|
|
96
|
+
const press = (down) => (e) => {
|
|
97
|
+
if (!animateOnPress) {
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
if (down) {
|
|
101
|
+
track(e);
|
|
102
|
+
open.value = withTiming(1, {
|
|
103
|
+
duration: 450,
|
|
104
|
+
easing: Easing.out(Easing.cubic),
|
|
105
|
+
reduceMotion: ReduceMotion.System,
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
else {
|
|
109
|
+
// Release: echoes resolve back into the source, parallax recenters.
|
|
110
|
+
open.value = withTiming(active ? 1 : 0, {
|
|
111
|
+
duration: 500,
|
|
112
|
+
easing: Easing.inOut(Easing.cubic),
|
|
113
|
+
reduceMotion: ReduceMotion.System,
|
|
114
|
+
});
|
|
115
|
+
px.value = withTiming(0, { duration: 500, reduceMotion: ReduceMotion.System });
|
|
116
|
+
py.value = withTiming(0, { duration: 500, reduceMotion: ReduceMotion.System });
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
const chromaStyle = useAnimatedStyle(() => ({ opacity: open.value }));
|
|
120
|
+
return (<View style={{ width, height: size }} onStartShouldSetResponder={() => animateOnPress} onResponderGrant={press(true)} onResponderMove={track} onResponderRelease={press(false)} onResponderTerminate={press(false)}>
|
|
121
|
+
{/* echoes: far (dim) → near, each on its own compositor layer */}
|
|
122
|
+
{[3, 2, 1].map((i) => (<Echo key={i} depth={i} fill={p.echo[i]} open={open} px={px} py={py} width={width} height={size}/>))}
|
|
123
|
+
|
|
124
|
+
{/* chroma fringe — rides `open` (sharp offset; RN SVG has no cheap blur) */}
|
|
125
|
+
{variant === "chroma" ? (<Animated.View style={[
|
|
126
|
+
{ position: "absolute", width, height: size, pointerEvents: "none" },
|
|
127
|
+
chromaStyle,
|
|
128
|
+
]}>
|
|
129
|
+
<Svg width={width} height={size} viewBox={ENTROPY_MARK_VIEWBOX}>
|
|
130
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.cyan} opacity={0.5} transform="translate(10 8)"/>
|
|
131
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.red} opacity={0.45} transform="translate(-10 -8)"/>
|
|
132
|
+
</Svg>
|
|
133
|
+
</Animated.View>) : null}
|
|
134
|
+
|
|
135
|
+
{/* sharp source — always visible, never moves (anchored). Absolutely
|
|
136
|
+
positioned + last in the tree so it paints ON TOP of the absolutely-
|
|
137
|
+
positioned echo/chroma layers on web too: CSS paints positioned
|
|
138
|
+
siblings above static ones regardless of DOM order, so a static
|
|
139
|
+
source would otherwise be buried under the echoes on web. */}
|
|
140
|
+
<View style={{ position: "absolute", width, height: size, pointerEvents: "none" }}>
|
|
141
|
+
<Svg width={width} height={size} viewBox={ENTROPY_MARK_VIEWBOX}>
|
|
142
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.src}/>
|
|
143
|
+
</Svg>
|
|
144
|
+
</View>
|
|
145
|
+
</View>);
|
|
146
|
+
}
|
|
147
|
+
export default EntropyMarkAnimated;
|
|
148
|
+
//# sourceMappingURL=entropy-mark-animated.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark-animated.jsx","sourceRoot":"","sources":["../../src/components/entropy-mark-animated.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const ENTROPY_MARK_VIEWBOX = "300 562 1311 805";
|
|
2
|
+
export declare const ENTROPY_MARK_ASPECT: number;
|
|
3
|
+
export declare const ENTROPY_MARK_PATH = "M 869,1057.5 L 672,1057.5 L 673,1055.5 L 752.5,1015 L 606.5,941 L 632.5,894 L 633.5,892 L 632,890.5 L 449.5,798 L 449.5,648 L 703,776.5 L 704.5,779 L 679.5,822 L 678,827.5 L 867,923.5 L 869.5,926 L 869,1057.5 Z M 804,1201.5 L 524,1201.5 L 523.5,1194 L 743,1081.5 L 989.5,1082 L 989.5,1106 L 988,1107.5 L 804,1201.5 Z M 1597,1331.5 L 1524,1331.5 L 1354.5,1162 L 1597,1161.5 L 1597,1331.5 Z M 1479,1353.5 L 1011,1353.5 L 1009.5,1352 L 1009.5,1184 L 1310,1183.5 L 1479,1353.5 Z M 404,1344.5 L 404,1225.5 L 635.5,1226 L 404,1344.5 Z";
|
|
4
|
+
export declare const ENTROPY_MARK_STEP: {
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=entropy-mark-geometry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark-geometry.d.ts","sourceRoot":"","sources":["../../src/components/entropy-mark-geometry.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,oBAAoB,qBAAqB,CAAC;AACvD,eAAO,MAAM,mBAAmB,QAAa,CAAC;AAC9C,eAAO,MAAM,iBAAiB,qhBACsf,CAAC;AACrhB,eAAO,MAAM,iBAAiB;;;CAAqB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Geometry of the Entropy Softworks company mark (`>_`), shared by the static
|
|
2
|
+
// `EntropyMark` and the animated `EntropyMarkAnimated`. Lives in its own module
|
|
3
|
+
// so both can import it without the two components importing each other (which
|
|
4
|
+
// formed a require cycle). Kept in sync with the website
|
|
5
|
+
// (website/src/components/logo.tsx).
|
|
6
|
+
export const ENTROPY_MARK_VIEWBOX = "300 562 1311 805";
|
|
7
|
+
export const ENTROPY_MARK_ASPECT = 1311 / 805;
|
|
8
|
+
export const ENTROPY_MARK_PATH = "M 869,1057.5 L 672,1057.5 L 673,1055.5 L 752.5,1015 L 606.5,941 L 632.5,894 L 633.5,892 L 632,890.5 L 449.5,798 L 449.5,648 L 703,776.5 L 704.5,779 L 679.5,822 L 678,827.5 L 867,923.5 L 869.5,926 L 869,1057.5 Z M 804,1201.5 L 524,1201.5 L 523.5,1194 L 743,1081.5 L 989.5,1082 L 989.5,1106 L 988,1107.5 L 804,1201.5 Z M 1597,1331.5 L 1524,1331.5 L 1354.5,1162 L 1597,1161.5 L 1597,1331.5 Z M 1479,1353.5 L 1011,1353.5 L 1009.5,1352 L 1009.5,1184 L 1310,1183.5 L 1479,1353.5 Z M 404,1344.5 L 404,1225.5 L 635.5,1226 L 404,1344.5 Z";
|
|
9
|
+
export const ENTROPY_MARK_STEP = { x: -30, y: -24 };
|
|
10
|
+
//# sourceMappingURL=entropy-mark-geometry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark-geometry.js","sourceRoot":"","sources":["../../src/components/entropy-mark-geometry.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,gFAAgF;AAChF,+EAA+E;AAC/E,yDAAyD;AACzD,qCAAqC;AAErC,MAAM,CAAC,MAAM,oBAAoB,GAAG,kBAAkB,CAAC;AACvD,MAAM,CAAC,MAAM,mBAAmB,GAAG,IAAI,GAAG,GAAG,CAAC;AAC9C,MAAM,CAAC,MAAM,iBAAiB,GAC5B,khBAAkhB,CAAC;AACrhB,MAAM,CAAC,MAAM,iBAAiB,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface EntropyMarkSequentialProps {
|
|
3
|
+
/** Rendered height in px. Width follows the ~1.63:1 aspect. */
|
|
4
|
+
size?: number;
|
|
5
|
+
/** Override the theme; defaults to the active color scheme. */
|
|
6
|
+
scheme?: "light" | "dark";
|
|
7
|
+
/** Full-cycle duration in ms (time to sweep through all layers once). */
|
|
8
|
+
durationMs?: number;
|
|
9
|
+
}
|
|
10
|
+
export declare function EntropyMarkSequential({ size, scheme, durationMs, }: EntropyMarkSequentialProps): React.JSX.Element;
|
|
11
|
+
export default EntropyMarkSequential;
|
|
12
|
+
//# sourceMappingURL=entropy-mark-sequential.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark-sequential.d.ts","sourceRoot":"","sources":["../../src/components/entropy-mark-sequential.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAuCzC,MAAM,WAAW,0BAA0B;IACzC,+DAA+D;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+DAA+D;IAC/D,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC1B,yEAAyE;IACzE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAiDD,wBAAgB,qBAAqB,CAAC,EACpC,IAAS,EACT,MAAM,EACN,UAAiB,GAClB,EAAE,0BAA0B,qBA8B5B;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import React, { useEffect } from "react";
|
|
2
|
+
import { View } from "react-native";
|
|
3
|
+
import Svg, { Path } from "react-native-svg";
|
|
4
|
+
import Animated, { Easing, useAnimatedStyle, useSharedValue, withRepeat, withTiming, } from "react-native-reanimated";
|
|
5
|
+
import { useColorScheme } from "nativewind";
|
|
6
|
+
import { ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, ENTROPY_MARK_VIEWBOX, } from "./entropy-mark";
|
|
7
|
+
const COLORS = {
|
|
8
|
+
light: { src: "#000000", echo: { 3: "#cbcbcb", 2: "#a3a3a3", 1: "#525252" } },
|
|
9
|
+
dark: { src: "#ffffff", echo: { 3: "#373737", 2: "#5f5f5f", 1: "#8c8c8c" } },
|
|
10
|
+
};
|
|
11
|
+
// Order the pulse travels: sharp source first → out through the echoes.
|
|
12
|
+
const DEPTHS = [0, 1, 2, 3]; // 0 = source
|
|
13
|
+
const COUNT = DEPTHS.length;
|
|
14
|
+
function Layer({ prog, index, width, size, color, offsetX, offsetY, }) {
|
|
15
|
+
const style = useAnimatedStyle(() => {
|
|
16
|
+
// Triangular pulse centered on this layer's slot; near-zero at the
|
|
17
|
+
// neighbours' centers so only one layer is lit at a time. Wraps so the
|
|
18
|
+
// loop has no seam.
|
|
19
|
+
const center = (index + 0.5) / COUNT;
|
|
20
|
+
let d = Math.abs(prog.value - center);
|
|
21
|
+
d = Math.min(d, 1 - d);
|
|
22
|
+
const opacity = Math.max(0, Math.min(1, 1 - d * COUNT * 1.15));
|
|
23
|
+
return { opacity };
|
|
24
|
+
});
|
|
25
|
+
return (<Animated.View style={[
|
|
26
|
+
{
|
|
27
|
+
position: "absolute",
|
|
28
|
+
width,
|
|
29
|
+
height: size,
|
|
30
|
+
pointerEvents: "none",
|
|
31
|
+
transform: [{ translateX: offsetX }, { translateY: offsetY }],
|
|
32
|
+
},
|
|
33
|
+
style,
|
|
34
|
+
]}>
|
|
35
|
+
<Svg width={width} height={size} viewBox={ENTROPY_MARK_VIEWBOX}>
|
|
36
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={color}/>
|
|
37
|
+
</Svg>
|
|
38
|
+
</Animated.View>);
|
|
39
|
+
}
|
|
40
|
+
export function EntropyMarkSequential({ size = 96, scheme, durationMs = 1000, }) {
|
|
41
|
+
const { colorScheme } = useColorScheme();
|
|
42
|
+
const c = COLORS[scheme ?? (colorScheme === "dark" ? "dark" : "light")];
|
|
43
|
+
const width = Math.round(size * ENTROPY_MARK_ASPECT);
|
|
44
|
+
const prog = useSharedValue(0);
|
|
45
|
+
useEffect(() => {
|
|
46
|
+
prog.value = withRepeat(withTiming(1, { duration: durationMs, easing: Easing.linear }), -1, false);
|
|
47
|
+
}, [prog, durationMs]);
|
|
48
|
+
return (<View style={{ width, height: size }}>
|
|
49
|
+
{DEPTHS.map((depth, index) => (<Layer key={depth} prog={prog} index={index} width={width} size={size} color={depth === 0 ? c.src : c.echo[depth]} offsetX={depth * ENTROPY_MARK_STEP.x} offsetY={depth * ENTROPY_MARK_STEP.y}/>))}
|
|
50
|
+
</View>);
|
|
51
|
+
}
|
|
52
|
+
export default EntropyMarkSequential;
|
|
53
|
+
//# sourceMappingURL=entropy-mark-sequential.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark-sequential.jsx","sourceRoot":"","sources":["../../src/components/entropy-mark-sequential.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export { ENTROPY_MARK_VIEWBOX, ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, } from "./entropy-mark-geometry";
|
|
3
|
+
export interface EntropyMarkProps {
|
|
4
|
+
/** Rendered height in px. Width follows the ~1.63:1 aspect. */
|
|
5
|
+
size?: number;
|
|
6
|
+
/** "mono" = grey echoes only; "chroma" = adds the faint cyan/red fringe. */
|
|
7
|
+
variant?: "mono" | "chroma";
|
|
8
|
+
/** Override the theme; defaults to the active color scheme. */
|
|
9
|
+
scheme?: "light" | "dark";
|
|
10
|
+
/** Multiply the echo drift distance (boot animation drives this 0→1). */
|
|
11
|
+
driftScale?: number;
|
|
12
|
+
}
|
|
13
|
+
/** Bare company `>_` mark (no wordmark). */
|
|
14
|
+
export declare function EntropyMark({ size, variant, scheme, driftScale, }: EntropyMarkProps): React.JSX.Element;
|
|
15
|
+
export interface EntropyBylineProps {
|
|
16
|
+
/** Mark height in px (wordmark scales relative). */
|
|
17
|
+
size?: number;
|
|
18
|
+
variant?: "mono" | "chroma";
|
|
19
|
+
scheme?: "light" | "dark";
|
|
20
|
+
/** Byline copy. Defaults to "Entropy Softworks, Inc.". */
|
|
21
|
+
label?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Subtle corporate byline: the company `>_` mark beside small muted text.
|
|
25
|
+
* Drop at the bottom of legal / about pages so each product carries quiet
|
|
26
|
+
* company recognition without competing with its own brand.
|
|
27
|
+
*/
|
|
28
|
+
export declare function EntropyByline({ size, variant, scheme, label, }: EntropyBylineProps): React.JSX.Element | null;
|
|
29
|
+
//# sourceMappingURL=entropy-mark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark.d.ts","sourceRoot":"","sources":["../../src/components/entropy-mark.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwB1B,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,yBAAyB,CAAC;AAiBjC,MAAM,WAAW,gBAAgB;IAC/B,+DAA+D;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,4EAA4E;IAC5E,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC5B,+DAA+D;IAC/D,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC1B,yEAAyE;IACzE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,4CAA4C;AAC5C,wBAAgB,WAAW,CAAC,EAC1B,IAAS,EACT,OAAgB,EAChB,MAAM,EACN,UAAc,GACf,EAAE,gBAAgB,qBAqClB;AAED,MAAM,WAAW,kBAAkB;IACjC,oDAAoD;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC1B,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,EAC5B,IAAS,EACT,OAAgB,EAChB,MAAM,EACN,KAAiC,GAClC,EAAE,kBAAkB,4BAapB"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { View } from "react-native";
|
|
3
|
+
import Svg, { Path } from "react-native-svg";
|
|
4
|
+
import { useColorScheme } from "nativewind";
|
|
5
|
+
import { Text } from "./text";
|
|
6
|
+
import { DISABLE_BRANDING } from "../flags";
|
|
7
|
+
import { EntropyMarkAnimated } from "./entropy-mark-animated";
|
|
8
|
+
import { ENTROPY_MARK_VIEWBOX, ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, } from "./entropy-mark-geometry";
|
|
9
|
+
// Entropy Softworks company mark: Geist Mono `>_` broken apart (diagonal shear
|
|
10
|
+
// on the `>` top arm, CRT scanline slip on the lower arm, clean break in the
|
|
11
|
+
// `_`), trailed by three grey time-echoes drifting up-left and an optional
|
|
12
|
+
// faint cyan/red chroma fringe. This is the COMPANY brand — distinct from each
|
|
13
|
+
// product's own logo (registered via AppConfig.Logo / BrandHeader). Use it
|
|
14
|
+
// sparingly on corporate surfaces (legal pages, boot splash).
|
|
15
|
+
//
|
|
16
|
+
// Single traced path, reused with per-echo offsets. Geometry lives in
|
|
17
|
+
// ./entropy-mark-geometry (shared with EntropyMarkAnimated to avoid a require
|
|
18
|
+
// cycle); re-exported here so existing import paths keep working.
|
|
19
|
+
export { ENTROPY_MARK_VIEWBOX, ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, } from "./entropy-mark-geometry";
|
|
20
|
+
const PALETTE = {
|
|
21
|
+
light: {
|
|
22
|
+
src: "#000000",
|
|
23
|
+
echo: ["#f5f5f5", "#e2e2e2", "#cbcbcb"],
|
|
24
|
+
cyan: "#0096aa",
|
|
25
|
+
red: "#c82837",
|
|
26
|
+
},
|
|
27
|
+
dark: {
|
|
28
|
+
src: "#ffffff",
|
|
29
|
+
echo: ["#373737", "#5f5f5f", "#8c8c8c"],
|
|
30
|
+
cyan: "#268ca0",
|
|
31
|
+
red: "#a53440",
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
/** Bare company `>_` mark (no wordmark). */
|
|
35
|
+
export function EntropyMark({ size = 28, variant = "mono", scheme, driftScale = 1, }) {
|
|
36
|
+
const { colorScheme } = useColorScheme();
|
|
37
|
+
const p = PALETTE[scheme ?? (colorScheme === "dark" ? "dark" : "light")];
|
|
38
|
+
const width = Math.round(size * ENTROPY_MARK_ASPECT);
|
|
39
|
+
const echoes = [3, 2, 1]; // far (dim) -> near
|
|
40
|
+
return (<Svg width={width} height={size} viewBox={ENTROPY_MARK_VIEWBOX}>
|
|
41
|
+
{echoes.map((i) => (<Path key={i} d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.echo[3 - i]} transform={`translate(${ENTROPY_MARK_STEP.x * i * driftScale} ${ENTROPY_MARK_STEP.y * i * driftScale})`}/>))}
|
|
42
|
+
{variant === "chroma" ? (<>
|
|
43
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.cyan} opacity={0.5} transform="translate(10 8)"/>
|
|
44
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.red} opacity={0.45} transform="translate(-10 -8)"/>
|
|
45
|
+
</>) : null}
|
|
46
|
+
<Path d={ENTROPY_MARK_PATH} fillRule="evenodd" fill={p.src}/>
|
|
47
|
+
</Svg>);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Subtle corporate byline: the company `>_` mark beside small muted text.
|
|
51
|
+
* Drop at the bottom of legal / about pages so each product carries quiet
|
|
52
|
+
* company recognition without competing with its own brand.
|
|
53
|
+
*/
|
|
54
|
+
export function EntropyByline({ size = 18, variant = "mono", scheme, label = "Entropy Softworks, Inc.", }) {
|
|
55
|
+
// Self-host branding opt-out: strip the Entropy byline entirely.
|
|
56
|
+
if (DISABLE_BRANDING) {
|
|
57
|
+
return null;
|
|
58
|
+
}
|
|
59
|
+
return (<View className="flex-row items-center justify-center" style={{ gap: 8, opacity: 0.7 }}>
|
|
60
|
+
{/* Flat at rest; press reveals the echo-cascade (the website's hover
|
|
61
|
+
animation, touch-ported — see entropy-mark-animated.tsx). */}
|
|
62
|
+
<EntropyMarkAnimated size={size} variant={variant} scheme={scheme}/>
|
|
63
|
+
<Text className="font-mono text-xs text-muted-foreground">{label}</Text>
|
|
64
|
+
</View>);
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=entropy-mark.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entropy-mark.jsx","sourceRoot":"","sources":["../../src/components/entropy-mark.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
fallback?: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* Optional callback fired when the user taps "Try Again". Use this
|
|
7
|
+
* to clear any module-level state that contributed to the crash
|
|
8
|
+
* (vault: `queryClient.clear()`, `KeyManager.lock()`, etc.).
|
|
9
|
+
* Without this, a re-render against still-broken module state
|
|
10
|
+
* would crash-loop the user with no escape.
|
|
11
|
+
*/
|
|
12
|
+
onReset?: () => void;
|
|
13
|
+
}
|
|
14
|
+
interface State {
|
|
15
|
+
hasError: boolean;
|
|
16
|
+
/** Bumped on every reset so children remount fresh — clears React
|
|
17
|
+
* state inside the crashing subtree, not just the boundary's own
|
|
18
|
+
* flag. Without this, "Try Again" only resets `hasError` and a
|
|
19
|
+
* child whose component state is the root cause re-throws on the
|
|
20
|
+
* next render. */
|
|
21
|
+
resetKey: number;
|
|
22
|
+
}
|
|
23
|
+
export declare class ErrorBoundary extends React.Component<Props, State> {
|
|
24
|
+
state: State;
|
|
25
|
+
static getDerivedStateFromError(): Partial<State>;
|
|
26
|
+
componentDidCatch(error: Error, info: React.ErrorInfo): void;
|
|
27
|
+
private handleReset;
|
|
28
|
+
render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element;
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
31
|
+
//# sourceMappingURL=error-boundary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-boundary.d.ts","sourceRoot":"","sources":["../../src/components/error-boundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,UAAU,KAAK;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;uBAImB;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;IACrD,KAAK,EAAE,KAAK,CAAoC;IAEzD,MAAM,CAAC,wBAAwB,IAAI,OAAO,CAAC,KAAK,CAAC;IAIxC,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,CAAC,SAAS;IAM9D,OAAO,CAAC,WAAW,CAOjB;IAEO,MAAM;CAmBhB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { View } from "react-native";
|
|
3
|
+
import { Text } from "./text";
|
|
4
|
+
import { Button } from "./button";
|
|
5
|
+
export class ErrorBoundary extends React.Component {
|
|
6
|
+
state = { hasError: false, resetKey: 0 };
|
|
7
|
+
static getDerivedStateFromError() {
|
|
8
|
+
return { hasError: true };
|
|
9
|
+
}
|
|
10
|
+
componentDidCatch(error, info) {
|
|
11
|
+
if (__DEV__) {
|
|
12
|
+
console.error("[ErrorBoundary]", error, info.componentStack);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
handleReset = () => {
|
|
16
|
+
try {
|
|
17
|
+
this.props.onReset?.();
|
|
18
|
+
}
|
|
19
|
+
catch {
|
|
20
|
+
// onReset failures must not crash the boundary itself.
|
|
21
|
+
}
|
|
22
|
+
this.setState((prev) => ({ hasError: false, resetKey: prev.resetKey + 1 }));
|
|
23
|
+
};
|
|
24
|
+
render() {
|
|
25
|
+
if (this.state.hasError) {
|
|
26
|
+
return (this.props.fallback ?? (<View className="flex-1 items-center justify-center p-8">
|
|
27
|
+
<Text className="mb-4 text-lg font-semibold text-foreground">Something went wrong</Text>
|
|
28
|
+
<Button onPress={this.handleReset}>
|
|
29
|
+
<Text className="text-primary-foreground">Try Again</Text>
|
|
30
|
+
</Button>
|
|
31
|
+
</View>));
|
|
32
|
+
}
|
|
33
|
+
// Keying the subtree on `resetKey` forces a remount on retry so
|
|
34
|
+
// component-level state that contributed to the crash is
|
|
35
|
+
// recreated from scratch rather than re-rendering against the
|
|
36
|
+
// same stale props/state and crash-looping.
|
|
37
|
+
return <React.Fragment key={this.state.resetKey}>{this.props.children}</React.Fragment>;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=error-boundary.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-boundary.jsx","sourceRoot":"","sources":["../../src/components/error-boundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAyBlC,MAAM,OAAO,aAAc,SAAQ,KAAK,CAAC,SAAuB;IACrD,KAAK,GAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC;IAEzD,MAAM,CAAC,wBAAwB;QAC7B,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5B,CAAC;IAEQ,iBAAiB,CAAC,KAAY,EAAE,IAAqB;QAC5D,IAAI,OAAO,EAAE,CAAC;YACZ,OAAO,CAAC,KAAK,CAAC,iBAAiB,EAAE,KAAK,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;QAC/D,CAAC;IACH,CAAC;IAEO,WAAW,GAAG,GAAS,EAAE;QAC/B,IAAI,CAAC;YACH,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,EAAE,CAAC;QACzB,CAAC;QAAC,MAAM,CAAC;YACP,uDAAuD;QACzD,CAAC;QACD,IAAI,CAAC,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;IAC9E,CAAC,CAAC;IAEO,MAAM;QACb,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;YACxB,OAAO,CACL,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,CACrB,CAAC,IAAI,CAAC,SAAS,CAAC,wCAAwC,CACtD;YAAA,CAAC,IAAI,CAAC,SAAS,CAAC,4CAA4C,CAAC,oBAAoB,EAAE,IAAI,CACvF;YAAA,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAChC;cAAA,CAAC,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,SAAS,EAAE,IAAI,CAC3D;YAAA,EAAE,MAAM,CACV;UAAA,EAAE,IAAI,CAAC,CACR,CACF,CAAC;QACJ,CAAC;QACD,gEAAgE;QAChE,yDAAyD;QACzD,8DAA8D;QAC9D,4CAA4C;QAC5C,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC1F,CAAC;CACF"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export { Button, IconButton, type ButtonProps } from "./button";
|
|
2
|
+
export { Card, CardHeader, CardContent, CardFooter, CardTitle, CardDescription, type CardProps, type CardTitleProps, type CardDescriptionProps, } from "./card";
|
|
3
|
+
export { Checkbox } from "./checkbox";
|
|
4
|
+
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuSeparator, ContextMenuLabel, } from "./context-menu";
|
|
5
|
+
export { DataTable, resolveColumnStyle, dataTableBodyMode, type DataTableProps, type DataTableColumn, type DataTableBodyMode, } from "./data-table";
|
|
6
|
+
export { Dialog, DialogContent, DialogFooter, DialogButton, ConfirmDialog } from "./dialog";
|
|
7
|
+
export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuLabel, DropdownMenuSeparator, } from "./dropdown-menu";
|
|
8
|
+
export { EntropyMark, EntropyByline, ENTROPY_MARK_VIEWBOX, ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, type EntropyMarkProps, type EntropyBylineProps, } from "./entropy-mark";
|
|
9
|
+
export { EntropyBootSplash, type EntropyBootSplashProps } from "./entropy-boot-splash";
|
|
10
|
+
export { EntropyMarkAnimated, type EntropyMarkAnimatedProps } from "./entropy-mark-animated";
|
|
11
|
+
export { EntropyMarkSequential, type EntropyMarkSequentialProps } from "./entropy-mark-sequential";
|
|
12
|
+
export { ErrorBoundary } from "./error-boundary";
|
|
13
|
+
export { Input, SearchInput, EmailInput, PasswordInput, TextArea, type InputProps } from "./input";
|
|
14
|
+
export { FormLabel, FormLabelText } from "./label";
|
|
15
|
+
export { LicenseGate, type LicenseGateProps } from "./license-gate";
|
|
16
|
+
export { OnboardingWizard, OnboardingOptionCard, type OnboardingWizardProps, type OnboardingStepDef, type OnboardingStepApi, type OnboardingOptionCardProps, type OnboardingTheme, } from "./onboarding-wizard";
|
|
17
|
+
export { Pagination, getPaginationState, type PaginationProps, type PaginationState, } from "./pagination";
|
|
18
|
+
export { Popover, PopoverTrigger, PopoverContent } from "./popover";
|
|
19
|
+
export { Separator, SeparatorWithText } from "./separator";
|
|
20
|
+
export { SegmentedToggle, type SegmentedToggleProps, type SegmentedOption, } from "./segmented-toggle";
|
|
21
|
+
export { SettingsRow, SettingsSection, type SettingsRowProps, type SettingsSectionProps, } from "./settings-row";
|
|
22
|
+
export { Skeleton } from "./skeleton";
|
|
23
|
+
export { StatCard, trendColorClass, type StatCardProps, type StatTrend } from "./stat-card";
|
|
24
|
+
export { Text, Heading, Label, MutedText, MonoText, ErrorText, type TextProps } from "./text";
|
|
25
|
+
export { ToastPortal, toastConfig } from "./toast";
|
|
26
|
+
export { Tooltip, TooltipTrigger, TooltipContent } from "./tooltip";
|
|
27
|
+
export { BrandHeader, type BrandHeaderProps } from "./logo";
|
|
28
|
+
export { TagChip, withAlpha, type TagChipProps } from "./tag-chip";
|
|
29
|
+
export { BottomNav, type BottomNavItem, type BottomNavProps } from "./bottom-nav";
|
|
30
|
+
export { ItemIcon, type ItemIconProps } from "./item-icon";
|
|
31
|
+
export { TotpDisplay, type TotpDisplayProps } from "./totp-display";
|
|
32
|
+
export { UserAvatar, type UserAvatarProps } from "./user-avatar";
|
|
33
|
+
export { SocialConnections, type SocialConnectionsProps } from "./social-connections";
|
|
34
|
+
export { ProfileDialog, ProfileTab, SecurityTab, type ProfileDialogProps, type ProfileTabProps, type SecurityTabProps, } from "./profile";
|
|
35
|
+
export { ServerSettings, type ServerSettingsProps } from "./server-settings";
|
|
36
|
+
export { ConnectionSettings, type ConnectionSettingsProps, type RunMode, } from "./connection-settings";
|
|
37
|
+
export { PasswordGenerator, type PasswordGeneratorProps } from "./password-generator";
|
|
38
|
+
export { TagMultiSelect, type TagMultiSelectProps, type TagOption } from "./tag-multi-select";
|
|
39
|
+
export { PinPad, type PinPadProps } from "./pin-pad";
|
|
40
|
+
export { LegalDialog, type LegalDialogProps } from "./legal-dialog";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// UI primitives barrel — one entry point for every primitive entropy-ui
|
|
2
|
+
// exposes. Keep additions alphabetical by source file.
|
|
3
|
+
export { Button, IconButton } from "./button";
|
|
4
|
+
export { Card, CardHeader, CardContent, CardFooter, CardTitle, CardDescription, } from "./card";
|
|
5
|
+
export { Checkbox } from "./checkbox";
|
|
6
|
+
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuSeparator, ContextMenuLabel, } from "./context-menu";
|
|
7
|
+
export { DataTable, resolveColumnStyle, dataTableBodyMode, } from "./data-table";
|
|
8
|
+
export { Dialog, DialogContent, DialogFooter, DialogButton, ConfirmDialog } from "./dialog";
|
|
9
|
+
export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuLabel, DropdownMenuSeparator, } from "./dropdown-menu";
|
|
10
|
+
export { EntropyMark, EntropyByline, ENTROPY_MARK_VIEWBOX, ENTROPY_MARK_ASPECT, ENTROPY_MARK_PATH, ENTROPY_MARK_STEP, } from "./entropy-mark";
|
|
11
|
+
export { EntropyBootSplash } from "./entropy-boot-splash";
|
|
12
|
+
export { EntropyMarkAnimated } from "./entropy-mark-animated";
|
|
13
|
+
export { EntropyMarkSequential } from "./entropy-mark-sequential";
|
|
14
|
+
export { ErrorBoundary } from "./error-boundary";
|
|
15
|
+
export { Input, SearchInput, EmailInput, PasswordInput, TextArea } from "./input";
|
|
16
|
+
export { FormLabel, FormLabelText } from "./label";
|
|
17
|
+
export { LicenseGate } from "./license-gate";
|
|
18
|
+
export { OnboardingWizard, OnboardingOptionCard, } from "./onboarding-wizard";
|
|
19
|
+
export { Pagination, getPaginationState, } from "./pagination";
|
|
20
|
+
export { Popover, PopoverTrigger, PopoverContent } from "./popover";
|
|
21
|
+
export { Separator, SeparatorWithText } from "./separator";
|
|
22
|
+
export { SegmentedToggle, } from "./segmented-toggle";
|
|
23
|
+
export { SettingsRow, SettingsSection, } from "./settings-row";
|
|
24
|
+
export { Skeleton } from "./skeleton";
|
|
25
|
+
export { StatCard, trendColorClass } from "./stat-card";
|
|
26
|
+
export { Text, Heading, Label, MutedText, MonoText, ErrorText } from "./text";
|
|
27
|
+
export { ToastPortal, toastConfig } from "./toast";
|
|
28
|
+
export { Tooltip, TooltipTrigger, TooltipContent } from "./tooltip";
|
|
29
|
+
export { BrandHeader } from "./logo";
|
|
30
|
+
export { TagChip, withAlpha } from "./tag-chip";
|
|
31
|
+
export { BottomNav } from "./bottom-nav";
|
|
32
|
+
export { ItemIcon } from "./item-icon";
|
|
33
|
+
export { TotpDisplay } from "./totp-display";
|
|
34
|
+
export { UserAvatar } from "./user-avatar";
|
|
35
|
+
export { SocialConnections } from "./social-connections";
|
|
36
|
+
export { ProfileDialog, ProfileTab, SecurityTab, } from "./profile";
|
|
37
|
+
export { ServerSettings } from "./server-settings";
|
|
38
|
+
export { ConnectionSettings, } from "./connection-settings";
|
|
39
|
+
export { PasswordGenerator } from "./password-generator";
|
|
40
|
+
export { TagMultiSelect } from "./tag-multi-select";
|
|
41
|
+
export { PinPad } from "./pin-pad";
|
|
42
|
+
export { LegalDialog } from "./legal-dialog";
|
|
43
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TextInput, type TextInputProps, type ViewStyle } from "react-native";
|
|
3
|
+
export interface InputProps extends TextInputProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
containerClassName?: string;
|
|
6
|
+
label?: string;
|
|
7
|
+
labelClassName?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
errorClassName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Render the input in the invalid (red border) state without showing
|
|
12
|
+
* inline error text. Pair with a consolidated form-level error slot.
|
|
13
|
+
*/
|
|
14
|
+
invalid?: boolean;
|
|
15
|
+
leftIcon?: React.ReactNode;
|
|
16
|
+
rightIcon?: React.ReactNode;
|
|
17
|
+
isPassword?: boolean;
|
|
18
|
+
showPasswordToggle?: boolean;
|
|
19
|
+
containerStyle?: ViewStyle;
|
|
20
|
+
}
|
|
21
|
+
export declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<TextInput>>;
|
|
22
|
+
export declare const SearchInput: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<TextInput>>;
|
|
23
|
+
export declare const EmailInput: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<TextInput>>;
|
|
24
|
+
export declare const PasswordInput: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<TextInput>>;
|
|
25
|
+
export declare const TextArea: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<TextInput>>;
|
|
26
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/components/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAIL,SAAS,EACT,KAAK,cAAc,EAEnB,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAMtB,MAAM,WAAW,UAAW,SAAQ,cAAc;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,KAAK,8EA+FjB,CAAC;AAIF,eAAO,MAAM,WAAW,8EActB,CAAC;AAIH,eAAO,MAAM,UAAU,8EAkBrB,CAAC;AAIH,eAAO,MAAM,aAAa,8EAoBxB,CAAC;AAIH,eAAO,MAAM,QAAQ,8EA8CpB,CAAC"}
|