v0.0.8
What's New
Auth Layouts
- AuthLayout - Default wrapper using AuthSimpleLayout
- AuthCardLayout - Card-based layout with muted background
- AuthSplitLayout - Split-screen with dark sidebar branding
Auth Page Components
- LoginPage - Email/password login with remember me
- RegisterPage - User registration form
- ForgotPasswordPage - Password reset request
- ResetPasswordPage - Set new password
- ConfirmPasswordPage - Re-confirm password for sensitive actions
- VerifyEmailPage - Email verification prompt
- TwoFactorChallengePage - TOTP/recovery code input
Storybook
- Added stories for all auth layouts and pages
- Added Inertia Link mock for Storybook compatibility
All components are based on the Laravel Vue starter kit patterns but adapted to work as reusable components with props/events instead of Inertia-specific bindings.