ns-auth-sdk 1.2.6 → 1.4.0

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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/components/auth/Auth.css","../src/components/membership/Membership.css","../src/components/profile/Profile.css"],"sourcesContent":[".auth-container {\n display: flex !important;\n justify-content: center !important;\n align-items: flex-start !important;\n min-height: calc(100vh - 200px) !important;\n padding: 2rem !important;\n margin-top: 2rem !important;\n width: 100% !important;\n}\n\n.auth-card {\n background: white !important;\n border-radius: 12px !important;\n padding: 3rem !important;\n max-width: 520px !important;\n width: 100% !important;\n box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;\n border: 1px solid #e5e7eb !important;\n margin: 0 auto !important;\n}\n\n.auth-card h1 {\n font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n margin: 0 0 1rem 0;\n font-size: 2rem;\n font-weight: 700;\n color: #1a1a1a;\n letter-spacing: -0.03em;\n line-height: 1.2;\n}\n\n.auth-description {\n color: #666;\n margin-bottom: 2rem;\n line-height: 1.6;\n font-size: 0.9375rem;\n}\n\n.auth-features {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n margin-bottom: 2rem;\n}\n\n.feature-item {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n color: #444;\n}\n\n.feature-icon {\n font-size: 1.5rem;\n}\n\n.username-section {\n margin-bottom: 1.5rem;\n}\n\n.username-label {\n display: block;\n color: #444;\n font-size: 0.875rem;\n font-weight: 500;\n margin-bottom: 0.5rem;\n}\n\n.username-input {\n width: 100%;\n padding: 0.875rem 1rem;\n border: 1px solid #d1d5db;\n border-radius: 8px;\n font-size: 1rem;\n color: #1a1a1a;\n background: white;\n transition: all 0.2s ease;\n box-sizing: border-box;\n}\n\n.username-input:focus {\n outline: none;\n border-color: #2563eb;\n box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);\n}\n\n.username-input:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n background: #f9fafb;\n}\n\n.username-input::placeholder {\n color: #9ca3af;\n}\n\n.auth-button {\n width: 100% !important;\n padding: 0.875rem 1.5rem !important;\n font-size: 1rem !important;\n font-weight: 600 !important;\n border: none !important;\n border-radius: 8px !important;\n cursor: pointer !important;\n transition: all 0.2s ease !important;\n /* Override global button styles */\n background-color: transparent !important;\n color: inherit !important;\n font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n}\n\n.auth-button.primary {\n background: #2563eb !important;\n background-color: #2563eb !important;\n color: white !important;\n border: none !important;\n border-color: transparent !important;\n}\n\n.auth-button.primary:hover:not(:disabled) {\n background: #1d4ed8 !important;\n background-color: #1d4ed8 !important;\n}\n\n.auth-button.secondary {\n background: #f3f4f6;\n color: #1a1a1a;\n}\n\n.auth-button.secondary:hover:not(:disabled) {\n background: #e5e7eb;\n}\n\n.auth-button:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.loading-state,\n.success-state {\n text-align: center;\n padding: 2rem 0;\n}\n\n.spinner {\n width: 48px;\n height: 48px;\n border: 4px solid #e5e7eb;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n margin: 0 auto 1rem;\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.loading-hint {\n color: #666;\n font-size: 0.875rem;\n margin-top: 0.5rem;\n}\n\n.loading-hint-small {\n color: #888;\n font-size: 0.75rem;\n margin-top: 0.75rem;\n max-width: 400px;\n line-height: 1.4;\n}\n\n.success-icon {\n width: 64px;\n height: 64px;\n background: #10b981;\n color: white;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 2rem;\n font-weight: bold;\n margin: 0 auto 1rem;\n}\n\n.success-state p {\n margin: 0.5rem 0;\n color: #1a1a1a;\n}\n\n.success-hint {\n color: #666;\n font-size: 0.875rem;\n}\n\n.error-message {\n background: #fee2e2;\n color: #991b1b;\n padding: 0.875rem;\n border-radius: 6px;\n margin-bottom: 1rem;\n font-size: 0.875rem;\n}\n\n.error-message::selection {\n background: #dc2626;\n color: #ffffff;\n}\n\n.error-message::-moz-selection {\n background: #dc2626;\n color: #ffffff;\n}\n\n.error-message.small {\n font-size: 0.75rem;\n padding: 0.5rem;\n margin-bottom: 0.5rem;\n}\n\n.login-button-container {\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n gap: 0.5rem;\n}\n\n",".membership-container {\n display: flex;\n justify-content: center;\n padding: 2rem;\n min-height: 60vh;\n}\n\n.membership-card {\n background: white;\n border-radius: 12px;\n padding: 2.5rem;\n max-width: 900px;\n width: 100%;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.membership-card h1 {\n margin: 0 0 1rem 0;\n font-size: 2rem;\n color: #1a1a1a;\n}\n\n.membership-description {\n color: #666;\n margin-bottom: 2rem;\n line-height: 1.6;\n}\n\n.save-message {\n padding: 0.875rem;\n border-radius: 6px;\n font-size: 0.875rem;\n margin-bottom: 1.5rem;\n}\n\n.save-message.success {\n background: #d1fae5;\n color: #065f46;\n}\n\n.save-message.error {\n background: #fee2e2;\n color: #991b1b;\n}\n\n.search-section,\n.members-section {\n margin-bottom: 3rem;\n padding-bottom: 2rem;\n border-bottom: 2px solid #e5e7eb;\n}\n\n.members-section:last-child {\n border-bottom: none;\n}\n\n.search-section h2,\n.members-section h2 {\n margin: 0 0 1.5rem 0;\n font-size: 1.5rem;\n color: #1a1a1a;\n}\n\n.search-form {\n display: flex;\n gap: 1rem;\n margin-bottom: 2rem;\n}\n\n.search-input {\n flex: 1;\n padding: 0.75rem;\n border: 2px solid #e5e7eb;\n border-radius: 6px;\n font-size: 1rem;\n font-family: inherit;\n transition: border-color 0.2s ease;\n}\n\n.search-input:focus {\n outline: none;\n border-color: #2563eb;\n}\n\n.search-input:disabled {\n background: #f3f4f6;\n cursor: not-allowed;\n}\n\n.search-button,\n.scanner-toggle {\n padding: 0.75rem 1.5rem;\n font-size: 1rem;\n font-weight: 600;\n background: #2563eb;\n color: white;\n border: none;\n border-radius: 8px;\n cursor: pointer;\n transition: all 0.2s ease;\n}\n\n.search-button:hover:not(:disabled),\n.scanner-toggle:hover:not(:disabled) {\n background: #1d4ed8;\n}\n\n.search-button:disabled,\n.scanner-toggle:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.profiles-list,\n.members-list {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.profiles-list h3,\n.members-list h3 {\n margin: 0 0 1rem 0;\n font-size: 1.25rem;\n color: #374151;\n}\n\n.profile-item,\n.member-item {\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: 1rem;\n padding: 1rem;\n border: 2px solid #e5e7eb;\n border-radius: 8px;\n background: #f9fafb;\n transition: all 0.2s ease;\n}\n\n@media (max-width: 640px) {\n .profile-item,\n .member-item {\n flex-direction: column;\n align-items: stretch;\n text-align: left;\n }\n\n .profile-item .member-button,\n .member-item .member-button {\n width: 100%;\n margin-top: 0.5rem;\n }\n}\n\n@media (max-width: 480px) {\n .search-form {\n flex-direction: column;\n }\n\n .search-input,\n .search-button,\n .scanner-toggle {\n width: 100%;\n }\n\n .search-button,\n .member-button {\n padding: 0.5rem 0.75rem;\n font-size: 0.9rem;\n }\n}\n\n.member-button {\n padding: 0.5rem 1rem;\n font-size: 0.875rem;\n font-weight: 600;\n border: none;\n border-radius: 6px;\n cursor: pointer;\n transition: all 0.2s ease;\n white-space: nowrap;\n}\n\n.profile-item:hover,\n.member-item:hover {\n border-color: #d1d5db;\n background: #f3f4f6;\n}\n\n.profile-info {\n display: flex;\n align-items: center;\n gap: 1rem;\n flex: 1;\n}\n\n.profile-avatar {\n width: 48px;\n height: 48px;\n border-radius: 50%;\n object-fit: cover;\n border: 2px solid #e5e7eb;\n}\n\n.profile-details {\n flex: 1;\n min-width: 0;\n}\n\n.profile-name {\n font-weight: 600;\n color: #1a1a1a;\n margin-bottom: 0.25rem;\n}\n\n.profile-pubkey {\n font-size: 0.875rem;\n color: #6b7280;\n font-family: monospace;\n margin-bottom: 0.25rem;\n}\n\n.profile-about {\n font-size: 0.875rem;\n color: #4b5563;\n margin-top: 0.5rem;\n line-height: 1.4;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n\n.profile-petname {\n font-size: 0.875rem;\n color: #059669;\n margin-top: 0.25rem;\n font-style: italic;\n}\n\n.member-button.add {\n background: #10b981;\n color: white;\n}\n\n.member-button.add:hover:not(:disabled) {\n background: #059669;\n}\n\n.member-button.remove {\n background: #ef4444;\n color: white;\n}\n\n.member-button.remove:hover:not(:disabled) {\n background: #dc2626;\n}\n\n.member-button:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.empty-message {\n color: #6b7280;\n font-style: italic;\n padding: 2rem;\n text-align: center;\n background: #f9fafb;\n border-radius: 8px;\n border: 2px dashed #e5e7eb;\n}\n\n.loading-state {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 4rem 2rem;\n}\n\n.loading-state .spinner {\n width: 48px;\n height: 48px;\n border: 4px solid #e5e7eb;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n margin-bottom: 1rem;\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.trust-info {\n margin-bottom: 2rem;\n padding: 1.5rem;\n background: #f0f9ff;\n border-radius: 8px;\n border-left: 4px solid #2563eb;\n}\n\n.trust-info h2 {\n margin: 0 0 1rem 0;\n font-size: 1.25rem;\n color: #1a1a1a;\n}\n\n.trust-info p {\n margin: 0.75rem 0;\n color: #374151;\n line-height: 1.6;\n}\n\n",".profile-container {\n display: flex;\n justify-content: center;\n padding: 2rem;\n min-height: 60vh;\n}\n\n.profile-card {\n background: white;\n border-radius: 12px;\n padding: 2.5rem;\n max-width: 600px;\n width: 100%;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.profile-card h1 {\n margin: 0 0 1rem 0;\n font-size: 2rem;\n color: #1a1a1a;\n}\n\n.profile-description {\n color: #666;\n margin-bottom: 2rem;\n line-height: 1.6;\n}\n\n.profile-form {\n display: flex;\n flex-direction: column;\n gap: 1.5rem;\n}\n\n.form-group {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n}\n\n.form-group label {\n font-weight: 600;\n color: #374151;\n font-size: 0.875rem;\n}\n\n.form-group input,\n.form-group textarea {\n padding: 0.75rem;\n border: 2px solid #e5e7eb;\n border-radius: 6px;\n font-size: 1rem;\n font-family: inherit;\n transition: border-color 0.2s ease;\n}\n\n.form-group input:focus,\n.form-group textarea:focus {\n outline: none;\n border-color: #2563eb;\n}\n\n.form-group textarea {\n resize: vertical;\n min-height: 100px;\n}\n\n.form-actions {\n display: flex;\n gap: 1rem;\n}\n\n.save-button,\n.cancel-button {\n flex: 1;\n padding: 0.875rem 1.5rem;\n font-size: 1rem;\n font-weight: 600;\n border: none;\n border-radius: 8px;\n cursor: pointer;\n transition: all 0.2s ease;\n}\n\n.save-button {\n background: #2563eb;\n color: white;\n}\n\n.save-button:hover:not(:disabled) {\n background: #1d4ed8;\n}\n\n.save-button:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.cancel-button {\n background: #f3f4f6;\n color: #1a1a1a;\n}\n\n.cancel-button:hover {\n background: #e5e7eb;\n}\n\n.save-message {\n padding: 0.875rem;\n border-radius: 6px;\n font-size: 0.875rem;\n}\n\n.save-message.success {\n background: #d1fae5;\n color: #065f46;\n}\n\n.save-message.error {\n background: #fee2e2;\n color: #991b1b;\n}\n\n.loading-state {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 4rem 2rem;\n}\n\n.loading-state .spinner {\n width: 48px;\n height: 48px;\n border: 4px solid #e5e7eb;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n margin-bottom: 1rem;\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.personhood-info {\n margin-bottom: 2rem;\n padding: 1.5rem;\n background: #f0f9ff;\n border-radius: 8px;\n border-left: 4px solid #2563eb;\n}\n\n.personhood-info p {\n margin: 0.75rem 0;\n color: #374151;\n line-height: 1.6;\n}\n\n.role-tag-container {\n margin-top: 1rem;\n padding: 1rem;\n background: #f0f9ff;\n border: 2px solid #bae6fd;\n border-radius: 8px;\n animation: fadeIn 0.3s ease-in;\n min-height: 60px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n.role-tag-label {\n font-size: 0.875rem;\n font-weight: 600;\n color: #0369a1;\n margin-bottom: 0.5rem;\n}\n\n.role-tag {\n display: inline-block;\n padding: 0.5rem 1rem;\n background: #2563eb;\n color: white;\n border-radius: 6px;\n font-weight: 600;\n font-size: 0.875rem;\n width: fit-content;\n}\n\n.role-tag-loading {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n}\n\n.role-tag-spinner {\n width: 20px;\n height: 20px;\n border: 2px solid #bae6fd;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 0.8s linear infinite;\n}\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(-10px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n"],"mappings":"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","names":[]}
1
+ {"version":3,"file":"index.css","names":[],"sources":["../src/components/auth/Auth.css","../src/components/membership/Membership.css","../src/components/profile/Profile.css"],"sourcesContent":[".auth-container {\n display: flex !important;\n justify-content: center !important;\n align-items: flex-start !important;\n min-height: calc(100vh - 200px) !important;\n padding: 2rem !important;\n margin-top: 2rem !important;\n width: 100% !important;\n}\n\n.auth-card {\n background: white !important;\n border-radius: 12px !important;\n padding: 3rem !important;\n max-width: 520px !important;\n width: 100% !important;\n box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;\n border: 1px solid #e5e7eb !important;\n margin: 0 auto !important;\n}\n\n.auth-card h1 {\n font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n margin: 0 0 1rem 0;\n font-size: 2rem;\n font-weight: 700;\n color: #1a1a1a;\n letter-spacing: -0.03em;\n line-height: 1.2;\n}\n\n.auth-description {\n color: #666;\n margin-bottom: 2rem;\n line-height: 1.6;\n font-size: 0.9375rem;\n}\n\n.auth-features {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n margin-bottom: 2rem;\n}\n\n.feature-item {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n color: #444;\n}\n\n.feature-icon {\n font-size: 1.5rem;\n}\n\n.username-section {\n margin-bottom: 1.5rem;\n}\n\n.username-label {\n display: block;\n color: #444;\n font-size: 0.875rem;\n font-weight: 500;\n margin-bottom: 0.5rem;\n}\n\n.username-input {\n width: 100%;\n padding: 0.875rem 1rem;\n border: 1px solid #d1d5db;\n border-radius: 8px;\n font-size: 1rem;\n color: #1a1a1a;\n background: white;\n transition: all 0.2s ease;\n box-sizing: border-box;\n}\n\n.username-input:focus {\n outline: none;\n border-color: #2563eb;\n box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);\n}\n\n.username-input:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n background: #f9fafb;\n}\n\n.username-input::placeholder {\n color: #9ca3af;\n}\n\n.auth-button {\n width: 100% !important;\n padding: 0.875rem 1.5rem !important;\n font-size: 1rem !important;\n font-weight: 600 !important;\n border: none !important;\n border-radius: 8px !important;\n cursor: pointer !important;\n transition: all 0.2s ease !important;\n /* Override global button styles */\n background-color: transparent !important;\n color: inherit !important;\n font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;\n}\n\n.auth-button.primary {\n background: #2563eb !important;\n background-color: #2563eb !important;\n color: white !important;\n border: none !important;\n border-color: transparent !important;\n}\n\n.auth-button.primary:hover:not(:disabled) {\n background: #1d4ed8 !important;\n background-color: #1d4ed8 !important;\n}\n\n.auth-button.secondary {\n background: #f3f4f6;\n color: #1a1a1a;\n}\n\n.auth-button.secondary:hover:not(:disabled) {\n background: #e5e7eb;\n}\n\n.auth-button:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.loading-state,\n.success-state {\n text-align: center;\n padding: 2rem 0;\n}\n\n.spinner {\n width: 48px;\n height: 48px;\n border: 4px solid #e5e7eb;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n margin: 0 auto 1rem;\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.loading-hint {\n color: #666;\n font-size: 0.875rem;\n margin-top: 0.5rem;\n}\n\n.loading-hint-small {\n color: #888;\n font-size: 0.75rem;\n margin-top: 0.75rem;\n max-width: 400px;\n line-height: 1.4;\n}\n\n.success-icon {\n width: 64px;\n height: 64px;\n background: #10b981;\n color: white;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 2rem;\n font-weight: bold;\n margin: 0 auto 1rem;\n}\n\n.success-state p {\n margin: 0.5rem 0;\n color: #1a1a1a;\n}\n\n.success-hint {\n color: #666;\n font-size: 0.875rem;\n}\n\n.error-message {\n background: #fee2e2;\n color: #991b1b;\n padding: 0.875rem;\n border-radius: 6px;\n margin-bottom: 1rem;\n font-size: 0.875rem;\n}\n\n.error-message::selection {\n background: #dc2626;\n color: #ffffff;\n}\n\n.error-message::-moz-selection {\n background: #dc2626;\n color: #ffffff;\n}\n\n.error-message.small {\n font-size: 0.75rem;\n padding: 0.5rem;\n margin-bottom: 0.5rem;\n}\n\n.login-button-container {\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n gap: 0.5rem;\n}\n\n",".membership-container {\n display: flex;\n justify-content: center;\n padding: 2rem;\n min-height: 60vh;\n}\n\n.membership-card {\n background: white;\n border-radius: 12px;\n padding: 2.5rem;\n max-width: 900px;\n width: 100%;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.membership-card h1 {\n margin: 0 0 1rem 0;\n font-size: 2rem;\n color: #1a1a1a;\n}\n\n.membership-description {\n color: #666;\n margin-bottom: 2rem;\n line-height: 1.6;\n}\n\n.save-message {\n padding: 0.875rem;\n border-radius: 6px;\n font-size: 0.875rem;\n margin-bottom: 1.5rem;\n}\n\n.save-message.success {\n background: #d1fae5;\n color: #065f46;\n}\n\n.save-message.error {\n background: #fee2e2;\n color: #991b1b;\n}\n\n.search-section,\n.members-section {\n margin-bottom: 3rem;\n padding-bottom: 2rem;\n border-bottom: 2px solid #e5e7eb;\n}\n\n.members-section:last-child {\n border-bottom: none;\n}\n\n.search-section h2,\n.members-section h2 {\n margin: 0 0 1.5rem 0;\n font-size: 1.5rem;\n color: #1a1a1a;\n}\n\n.search-form {\n display: flex;\n gap: 1rem;\n margin-bottom: 2rem;\n}\n\n.search-input {\n flex: 1;\n padding: 0.75rem;\n border: 2px solid #e5e7eb;\n border-radius: 6px;\n font-size: 1rem;\n font-family: inherit;\n transition: border-color 0.2s ease;\n}\n\n.search-input:focus {\n outline: none;\n border-color: #2563eb;\n}\n\n.search-input:disabled {\n background: #f3f4f6;\n cursor: not-allowed;\n}\n\n.search-button,\n.scanner-toggle {\n padding: 0.75rem 1.5rem;\n font-size: 1rem;\n font-weight: 600;\n background: #2563eb;\n color: white;\n border: none;\n border-radius: 8px;\n cursor: pointer;\n transition: all 0.2s ease;\n}\n\n.search-button:hover:not(:disabled),\n.scanner-toggle:hover:not(:disabled) {\n background: #1d4ed8;\n}\n\n.search-button:disabled,\n.scanner-toggle:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.profiles-list,\n.members-list {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.profiles-list h3,\n.members-list h3 {\n margin: 0 0 1rem 0;\n font-size: 1.25rem;\n color: #374151;\n}\n\n.profile-item,\n.member-item {\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: 1rem;\n padding: 1rem;\n border: 2px solid #e5e7eb;\n border-radius: 8px;\n background: #f9fafb;\n transition: all 0.2s ease;\n}\n\n@media (max-width: 640px) {\n .profile-item,\n .member-item {\n flex-direction: column;\n align-items: stretch;\n text-align: left;\n }\n\n .profile-item .member-button,\n .member-item .member-button {\n width: 100%;\n margin-top: 0.5rem;\n }\n}\n\n@media (max-width: 480px) {\n .search-form {\n flex-direction: column;\n }\n\n .search-input,\n .search-button,\n .scanner-toggle {\n width: 100%;\n }\n\n .search-button,\n .member-button {\n padding: 0.5rem 0.75rem;\n font-size: 0.9rem;\n }\n}\n\n.member-button {\n padding: 0.5rem 1rem;\n font-size: 0.875rem;\n font-weight: 600;\n border: none;\n border-radius: 6px;\n cursor: pointer;\n transition: all 0.2s ease;\n white-space: nowrap;\n}\n\n.profile-item:hover,\n.member-item:hover {\n border-color: #d1d5db;\n background: #f3f4f6;\n}\n\n.profile-info {\n display: flex;\n align-items: center;\n gap: 1rem;\n flex: 1;\n}\n\n.profile-avatar {\n width: 48px;\n height: 48px;\n border-radius: 50%;\n object-fit: cover;\n border: 2px solid #e5e7eb;\n}\n\n.profile-details {\n flex: 1;\n min-width: 0;\n}\n\n.profile-name {\n font-weight: 600;\n color: #1a1a1a;\n margin-bottom: 0.25rem;\n}\n\n.profile-pubkey {\n font-size: 0.875rem;\n color: #6b7280;\n font-family: monospace;\n margin-bottom: 0.25rem;\n}\n\n.profile-about {\n font-size: 0.875rem;\n color: #4b5563;\n margin-top: 0.5rem;\n line-height: 1.4;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n\n.profile-petname {\n font-size: 0.875rem;\n color: #059669;\n margin-top: 0.25rem;\n font-style: italic;\n}\n\n.member-button.add {\n background: #10b981;\n color: white;\n}\n\n.member-button.add:hover:not(:disabled) {\n background: #059669;\n}\n\n.member-button.remove {\n background: #ef4444;\n color: white;\n}\n\n.member-button.remove:hover:not(:disabled) {\n background: #dc2626;\n}\n\n.member-button:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.empty-message {\n color: #6b7280;\n font-style: italic;\n padding: 2rem;\n text-align: center;\n background: #f9fafb;\n border-radius: 8px;\n border: 2px dashed #e5e7eb;\n}\n\n.loading-state {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 4rem 2rem;\n}\n\n.loading-state .spinner {\n width: 48px;\n height: 48px;\n border: 4px solid #e5e7eb;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n margin-bottom: 1rem;\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.trust-info {\n margin-bottom: 2rem;\n padding: 1.5rem;\n background: #f0f9ff;\n border-radius: 8px;\n border-left: 4px solid #2563eb;\n}\n\n.trust-info h2 {\n margin: 0 0 1rem 0;\n font-size: 1.25rem;\n color: #1a1a1a;\n}\n\n.trust-info p {\n margin: 0.75rem 0;\n color: #374151;\n line-height: 1.6;\n}\n\n",".profile-container {\n display: flex;\n justify-content: center;\n padding: 2rem;\n min-height: 60vh;\n}\n\n.profile-card {\n background: white;\n border-radius: 12px;\n padding: 2.5rem;\n max-width: 600px;\n width: 100%;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.profile-card h1 {\n margin: 0 0 1rem 0;\n font-size: 2rem;\n color: #1a1a1a;\n}\n\n.profile-description {\n color: #666;\n margin-bottom: 2rem;\n line-height: 1.6;\n}\n\n.profile-form {\n display: flex;\n flex-direction: column;\n gap: 1.5rem;\n}\n\n.form-group {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n}\n\n.form-group label {\n font-weight: 600;\n color: #374151;\n font-size: 0.875rem;\n}\n\n.form-group input,\n.form-group textarea {\n padding: 0.75rem;\n border: 2px solid #e5e7eb;\n border-radius: 6px;\n font-size: 1rem;\n font-family: inherit;\n transition: border-color 0.2s ease;\n}\n\n.form-group input:focus,\n.form-group textarea:focus {\n outline: none;\n border-color: #2563eb;\n}\n\n.form-group textarea {\n resize: vertical;\n min-height: 100px;\n}\n\n.form-actions {\n display: flex;\n gap: 1rem;\n}\n\n.save-button,\n.cancel-button {\n flex: 1;\n padding: 0.875rem 1.5rem;\n font-size: 1rem;\n font-weight: 600;\n border: none;\n border-radius: 8px;\n cursor: pointer;\n transition: all 0.2s ease;\n}\n\n.save-button {\n background: #2563eb;\n color: white;\n}\n\n.save-button:hover:not(:disabled) {\n background: #1d4ed8;\n}\n\n.save-button:disabled {\n opacity: 0.6;\n cursor: not-allowed;\n}\n\n.cancel-button {\n background: #f3f4f6;\n color: #1a1a1a;\n}\n\n.cancel-button:hover {\n background: #e5e7eb;\n}\n\n.save-message {\n padding: 0.875rem;\n border-radius: 6px;\n font-size: 0.875rem;\n}\n\n.save-message.success {\n background: #d1fae5;\n color: #065f46;\n}\n\n.save-message.error {\n background: #fee2e2;\n color: #991b1b;\n}\n\n.loading-state {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 4rem 2rem;\n}\n\n.loading-state .spinner {\n width: 48px;\n height: 48px;\n border: 4px solid #e5e7eb;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n margin-bottom: 1rem;\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.personhood-info {\n margin-bottom: 2rem;\n padding: 1.5rem;\n background: #f0f9ff;\n border-radius: 8px;\n border-left: 4px solid #2563eb;\n}\n\n.personhood-info p {\n margin: 0.75rem 0;\n color: #374151;\n line-height: 1.6;\n}\n\n.role-tag-container {\n margin-top: 1rem;\n padding: 1rem;\n background: #f0f9ff;\n border: 2px solid #bae6fd;\n border-radius: 8px;\n animation: fadeIn 0.3s ease-in;\n min-height: 60px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n.role-tag-label {\n font-size: 0.875rem;\n font-weight: 600;\n color: #0369a1;\n margin-bottom: 0.5rem;\n}\n\n.role-tag {\n display: inline-block;\n padding: 0.5rem 1rem;\n background: #2563eb;\n color: white;\n border-radius: 6px;\n font-weight: 600;\n font-size: 0.875rem;\n width: fit-content;\n}\n\n.role-tag-loading {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n}\n\n.role-tag-spinner {\n width: 20px;\n height: 20px;\n border: 2px solid #bae6fd;\n border-top-color: #2563eb;\n border-radius: 50%;\n animation: spin 0.8s linear infinite;\n}\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(-10px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;;ACpOA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;AC7TA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -0,0 +1,290 @@
1
+ import { EventStore } from "applesauce-core";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
+ import * as zustand0 from "zustand";
4
+
5
+ //#region src/utils/types.d.ts
6
+
7
+ /**
8
+ * Type definitions for Nosskey SDK (PRF Direct Usage Only)
9
+ * @packageDocumentation
10
+ */
11
+ /**
12
+ * Nostr event JSON
13
+ */
14
+ interface NostrEvent$1 {
15
+ id?: string;
16
+ pubkey?: string;
17
+ created_at?: number;
18
+ kind: number;
19
+ tags?: string[][];
20
+ content: string;
21
+ sig?: string;
22
+ }
23
+ /**
24
+ * Nostr key information (PRF)
25
+ * PWKBlob
26
+ */
27
+ interface NostrKeyInfo {
28
+ credentialId: string;
29
+ pubkey: string;
30
+ salt: string;
31
+ username?: string;
32
+ }
33
+ //#endregion
34
+ //#region src/types/auth.d.ts
35
+ /**
36
+ * Authentication state interface
37
+ */
38
+ interface AuthState {
39
+ isAuthenticated: boolean;
40
+ publicKey: string | null;
41
+ keyInfo: NostrKeyInfo | null;
42
+ loginError: string | null;
43
+ setAuthenticated: (keyInfo: NostrKeyInfo | null) => void;
44
+ setLoginError: (error: string | null) => void;
45
+ logout: () => void;
46
+ }
47
+ /**
48
+ * Auth service configuration
49
+ */
50
+ interface AuthServiceConfig {
51
+ rpId?: string;
52
+ rpName?: string;
53
+ storageKey?: string;
54
+ cacheTimeoutMs?: number;
55
+ cacheOnCreation?: boolean;
56
+ }
57
+ /**
58
+ * Relay service configuration
59
+ */
60
+ interface RelayServiceConfig {
61
+ relayUrls?: string[];
62
+ }
63
+ //#endregion
64
+ //#region src/services/auth.service.d.ts
65
+ /**
66
+ * Service wrapper around NosskeyManager
67
+ * Handles WebAuthn/Passkey integration with Nostr
68
+ */
69
+ declare class AuthService {
70
+ private manager;
71
+ private config;
72
+ constructor(config?: AuthServiceConfig);
73
+ private getDefaultRpName;
74
+ /**
75
+ * Initialize the NosskeyManager instance
76
+ */
77
+ private getManager;
78
+ /**
79
+ * Create a new passkey
80
+ * Uses platform authenticator only (Touch ID, Face ID, Windows Hello)
81
+ */
82
+ createPasskey(username?: string): Promise<Uint8Array>;
83
+ /**
84
+ * Create a new Nostr key from a credential ID
85
+ */
86
+ createNostrKey(credentialId?: Uint8Array): Promise<NostrKeyInfo>;
87
+ /**
88
+ * Get the current public key
89
+ */
90
+ getPublicKey(): Promise<string>;
91
+ /**
92
+ * Sign a Nostr event
93
+ */
94
+ signEvent(event: NostrEvent$1): Promise<NostrEvent$1>;
95
+ /**
96
+ * Get current key info
97
+ */
98
+ getCurrentKeyInfo(): NostrKeyInfo | null;
99
+ /**
100
+ * Set current key info
101
+ */
102
+ setCurrentKeyInfo(keyInfo: NostrKeyInfo): void;
103
+ /**
104
+ * Check if key info exists
105
+ */
106
+ hasKeyInfo(): boolean;
107
+ /**
108
+ * Clear stored key info
109
+ */
110
+ clearStoredKeyInfo(): void;
111
+ /**
112
+ * Check if PRF is supported
113
+ */
114
+ isPrfSupported(): Promise<boolean>;
115
+ }
116
+ //#endregion
117
+ //#region src/types/nostr.d.ts
118
+ /**
119
+ * Nostr event types
120
+ */
121
+ interface NostrEvent {
122
+ id?: string;
123
+ pubkey?: string;
124
+ created_at?: number;
125
+ kind: number;
126
+ tags?: string[][];
127
+ content: string;
128
+ sig?: string;
129
+ }
130
+ /**
131
+ * Profile metadata (Kind 0)
132
+ */
133
+ interface ProfileMetadata {
134
+ name?: string;
135
+ display_name?: string;
136
+ about?: string;
137
+ picture?: string;
138
+ website?: string;
139
+ [key: string]: unknown;
140
+ }
141
+ /**
142
+ * Follow list entry (from Kind 3 tags)
143
+ */
144
+ interface FollowEntry {
145
+ pubkey: string;
146
+ relay?: string;
147
+ petname?: string;
148
+ }
149
+ //#endregion
150
+ //#region src/services/relay.service.d.ts
151
+ /**
152
+ * Service for communicating with Nostr relays using applesauce-core
153
+ */
154
+ declare class RelayService {
155
+ private eventStore;
156
+ private relayUrls;
157
+ private defaultRelays;
158
+ private readonly maxProfileContentSize;
159
+ private readonly minProfileQueryIntervalMs;
160
+ private readonly minPublishIntervalMs;
161
+ private readonly lastActionAt;
162
+ constructor(config?: RelayServiceConfig);
163
+ /**
164
+ * Initialize with applesauce EventStore
165
+ */
166
+ initialize(eventStore: EventStore): void;
167
+ /**
168
+ * Set relay URLs
169
+ */
170
+ setRelays(urls: string[]): void;
171
+ /**
172
+ * Get current relay URLs
173
+ */
174
+ getRelays(): string[];
175
+ /**
176
+ * Publish an event to relays
177
+ */
178
+ publishEvent(event: NostrEvent, timeoutMs?: number): Promise<boolean>;
179
+ /**
180
+ * Fetch a profile (Kind 0 event)
181
+ */
182
+ fetchProfile(pubkey: string): Promise<ProfileMetadata | null>;
183
+ /**
184
+ * Fetch role tag from profile event (Kind 0)
185
+ */
186
+ fetchProfileRoleTag(pubkey: string): Promise<string | null>;
187
+ /**
188
+ * Fetch a follow list (Kind 3 event)
189
+ */
190
+ fetchFollowList(pubkey: string): Promise<FollowEntry[]>;
191
+ /**
192
+ * Fetch multiple profiles in batch
193
+ */
194
+ fetchMultipleProfiles(pubkeys: string[]): Promise<Map<string, ProfileMetadata>>;
195
+ /**
196
+ * Query kind 0 events (profiles) by pubkey
197
+ * If pubkeys array is empty, fetches recent kind 0 events
198
+ */
199
+ queryProfiles(pubkeys?: string[], limit?: number): Promise<Map<string, ProfileMetadata>>;
200
+ /**
201
+ * Publish or update a kind 3 event (follow list/contacts)
202
+ */
203
+ publishFollowList(pubkey: string, followList: FollowEntry[], signEvent: (event: NostrEvent) => Promise<NostrEvent>): Promise<boolean>;
204
+ private validateRelayUrls;
205
+ private parseProfileMetadata;
206
+ private enforceRateLimit;
207
+ }
208
+ //#endregion
209
+ //#region src/components/auth/LoginButton.d.ts
210
+ interface LoginButtonProps {
211
+ authService: AuthService;
212
+ setAuthenticated: AuthState['setAuthenticated'];
213
+ setLoginError: AuthState['setLoginError'];
214
+ onSuccess?: () => void;
215
+ }
216
+ declare function LoginButton({
217
+ authService,
218
+ setAuthenticated,
219
+ setLoginError,
220
+ onSuccess
221
+ }: LoginButtonProps): react_jsx_runtime0.JSX.Element;
222
+ //#endregion
223
+ //#region src/components/auth/RegistrationFlow.d.ts
224
+ interface RegistrationFlowProps {
225
+ authService: AuthService;
226
+ setAuthenticated: AuthState['setAuthenticated'];
227
+ onSuccess?: () => void;
228
+ }
229
+ declare function RegistrationFlow({
230
+ authService,
231
+ setAuthenticated,
232
+ onSuccess
233
+ }: RegistrationFlowProps): react_jsx_runtime0.JSX.Element;
234
+ //#endregion
235
+ //#region src/components/membership/MembershipPage.d.ts
236
+ interface MembershipPageProps {
237
+ authService: AuthService;
238
+ relayService: RelayService;
239
+ publicKey: string | null;
240
+ onUnauthenticated?: () => void;
241
+ }
242
+ declare function MembershipPage({
243
+ authService,
244
+ relayService,
245
+ publicKey,
246
+ onUnauthenticated
247
+ }: MembershipPageProps): react_jsx_runtime0.JSX.Element;
248
+ //#endregion
249
+ //#region src/components/membership/BarcodeScanner.d.ts
250
+ interface BarcodeScannerProps {
251
+ /** Called when a code is successfully read */
252
+ onDecode: (value: string) => void;
253
+ /** Optional flag to hide the scanner */
254
+ active?: boolean;
255
+ }
256
+ declare const BarcodeScanner: ({
257
+ onDecode,
258
+ active
259
+ }: BarcodeScannerProps) => react_jsx_runtime0.JSX.Element | null;
260
+ //#endregion
261
+ //#region src/components/profile/ProfilePage.d.ts
262
+ interface ProfilePageProps {
263
+ authService: AuthService;
264
+ relayService: RelayService;
265
+ publicKey: string | null;
266
+ onUnauthenticated?: () => void;
267
+ onSuccess?: () => void;
268
+ onRoleSuggestion?: (about: string) => Promise<string | null>;
269
+ }
270
+ declare function ProfilePage({
271
+ authService,
272
+ relayService,
273
+ publicKey,
274
+ onUnauthenticated,
275
+ onSuccess,
276
+ onRoleSuggestion
277
+ }: ProfilePageProps): react_jsx_runtime0.JSX.Element;
278
+ //#endregion
279
+ //#region src/hooks/useAuth.d.ts
280
+ /**
281
+ * Hook to initialize auth state on app load
282
+ */
283
+ declare function useAuthInit(authService: AuthService, setAuthenticated: AuthState['setAuthenticated']): void;
284
+ //#endregion
285
+ //#region src/store/authStore.d.ts
286
+ declare const createAuthStore: () => zustand0.UseBoundStore<zustand0.StoreApi<AuthState>>;
287
+ declare const useAuthStore: zustand0.UseBoundStore<zustand0.StoreApi<AuthState>>;
288
+ //#endregion
289
+ export { AuthService, type AuthServiceConfig, type AuthState, BarcodeScanner, type FollowEntry, LoginButton, MembershipPage, type NostrEvent, type ProfileMetadata, ProfilePage, RegistrationFlow, RelayService, type RelayServiceConfig, createAuthStore, useAuthInit, useAuthStore };
290
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/utils/types.ts","../src/types/auth.ts","../src/services/auth.service.ts","../src/types/nostr.ts","../src/services/relay.service.ts","../src/components/auth/LoginButton.tsx","../src/components/auth/RegistrationFlow.tsx","../src/components/membership/MembershipPage.tsx","../src/components/membership/BarcodeScanner.tsx","../src/components/profile/ProfilePage.tsx","../src/hooks/useAuth.ts","../src/store/authStore.ts"],"sourcesContent":[],"mappings":"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"}