@doswiftly/cli 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +357 -0
- package/bin/doswiftly.js +2 -0
- package/dist/commands/auth-github.d.ts +6 -0
- package/dist/commands/auth-github.d.ts.map +1 -0
- package/dist/commands/auth-github.js +89 -0
- package/dist/commands/auth-github.js.map +1 -0
- package/dist/commands/auth-token.d.ts +12 -0
- package/dist/commands/auth-token.d.ts.map +1 -0
- package/dist/commands/auth-token.js +43 -0
- package/dist/commands/auth-token.js.map +1 -0
- package/dist/commands/auth.d.ts +22 -0
- package/dist/commands/auth.d.ts.map +1 -0
- package/dist/commands/auth.js +348 -0
- package/dist/commands/auth.js.map +1 -0
- package/dist/commands/check.d.ts +5 -0
- package/dist/commands/check.d.ts.map +1 -0
- package/dist/commands/check.js +234 -0
- package/dist/commands/check.js.map +1 -0
- package/dist/commands/config.d.ts +3 -0
- package/dist/commands/config.d.ts.map +1 -0
- package/dist/commands/config.js +104 -0
- package/dist/commands/config.js.map +1 -0
- package/dist/commands/deploy.d.ts +37 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +580 -0
- package/dist/commands/deploy.js.map +1 -0
- package/dist/commands/dev.d.ts +8 -0
- package/dist/commands/dev.d.ts.map +1 -0
- package/dist/commands/dev.js +83 -0
- package/dist/commands/dev.js.map +1 -0
- package/dist/commands/doctor.d.ts +5 -0
- package/dist/commands/doctor.d.ts.map +1 -0
- package/dist/commands/doctor.js +363 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/domain.d.ts +13 -0
- package/dist/commands/domain.d.ts.map +1 -0
- package/dist/commands/domain.js +128 -0
- package/dist/commands/domain.js.map +1 -0
- package/dist/commands/env.d.ts +25 -0
- package/dist/commands/env.d.ts.map +1 -0
- package/dist/commands/env.js +228 -0
- package/dist/commands/env.js.map +1 -0
- package/dist/commands/init.d.ts +11 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +1028 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/inspect.d.ts +12 -0
- package/dist/commands/inspect.d.ts.map +1 -0
- package/dist/commands/inspect.js +162 -0
- package/dist/commands/inspect.js.map +1 -0
- package/dist/commands/migrate.d.ts +18 -0
- package/dist/commands/migrate.d.ts.map +1 -0
- package/dist/commands/migrate.js +355 -0
- package/dist/commands/migrate.js.map +1 -0
- package/dist/commands/preview.d.ts +29 -0
- package/dist/commands/preview.d.ts.map +1 -0
- package/dist/commands/preview.js +199 -0
- package/dist/commands/preview.js.map +1 -0
- package/dist/commands/proxy.d.ts +9 -0
- package/dist/commands/proxy.d.ts.map +1 -0
- package/dist/commands/proxy.js +37 -0
- package/dist/commands/proxy.js.map +1 -0
- package/dist/commands/sdk.d.ts +5 -0
- package/dist/commands/sdk.d.ts.map +1 -0
- package/dist/commands/sdk.js +82 -0
- package/dist/commands/sdk.js.map +1 -0
- package/dist/commands/template.d.ts +107 -0
- package/dist/commands/template.d.ts.map +1 -0
- package/dist/commands/template.js +1309 -0
- package/dist/commands/template.js.map +1 -0
- package/dist/commands/types.d.ts +5 -0
- package/dist/commands/types.d.ts.map +1 -0
- package/dist/commands/types.js +82 -0
- package/dist/commands/types.js.map +1 -0
- package/dist/commands/update.d.ts +2 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +103 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/commands/upgrade.d.ts +18 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +55 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/commands/verify.d.ts +5 -0
- package/dist/commands/verify.d.ts.map +1 -0
- package/dist/commands/verify.js +232 -0
- package/dist/commands/verify.js.map +1 -0
- package/dist/commands/whoami.d.ts +5 -0
- package/dist/commands/whoami.d.ts.map +1 -0
- package/dist/commands/whoami.js +60 -0
- package/dist/commands/whoami.js.map +1 -0
- package/dist/config/types.d.ts +173 -0
- package/dist/config/types.d.ts.map +1 -0
- package/dist/config/types.js +48 -0
- package/dist/config/types.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +416 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/api-url.d.ts +14 -0
- package/dist/lib/api-url.d.ts.map +1 -0
- package/dist/lib/api-url.js +24 -0
- package/dist/lib/api-url.js.map +1 -0
- package/dist/lib/api.d.ts +67 -0
- package/dist/lib/api.d.ts.map +1 -0
- package/dist/lib/api.js +36 -0
- package/dist/lib/api.js.map +1 -0
- package/dist/lib/config.d.ts +39 -0
- package/dist/lib/config.d.ts.map +1 -0
- package/dist/lib/config.js +195 -0
- package/dist/lib/config.js.map +1 -0
- package/dist/lib/env-storage.d.ts +140 -0
- package/dist/lib/env-storage.d.ts.map +1 -0
- package/dist/lib/env-storage.js +464 -0
- package/dist/lib/env-storage.js.map +1 -0
- package/dist/lib/errors.d.ts +61 -0
- package/dist/lib/errors.d.ts.map +1 -0
- package/dist/lib/errors.js +204 -0
- package/dist/lib/errors.js.map +1 -0
- package/dist/lib/i18n.d.ts +99 -0
- package/dist/lib/i18n.d.ts.map +1 -0
- package/dist/lib/i18n.js +184 -0
- package/dist/lib/i18n.js.map +1 -0
- package/dist/lib/logger.d.ts +95 -0
- package/dist/lib/logger.d.ts.map +1 -0
- package/dist/lib/logger.js +168 -0
- package/dist/lib/logger.js.map +1 -0
- package/dist/lib/package-manager.d.ts +91 -0
- package/dist/lib/package-manager.d.ts.map +1 -0
- package/dist/lib/package-manager.js +205 -0
- package/dist/lib/package-manager.js.map +1 -0
- package/dist/lib/proxy-server.d.ts +24 -0
- package/dist/lib/proxy-server.d.ts.map +1 -0
- package/dist/lib/proxy-server.js +173 -0
- package/dist/lib/proxy-server.js.map +1 -0
- package/dist/lib/select-with-back.d.ts +34 -0
- package/dist/lib/select-with-back.d.ts.map +1 -0
- package/dist/lib/select-with-back.js +94 -0
- package/dist/lib/select-with-back.js.map +1 -0
- package/dist/lib/shared-api-client.d.ts +40 -0
- package/dist/lib/shared-api-client.d.ts.map +1 -0
- package/dist/lib/shared-api-client.js +92 -0
- package/dist/lib/shared-api-client.js.map +1 -0
- package/dist/lib/wizard-engine.d.ts +128 -0
- package/dist/lib/wizard-engine.d.ts.map +1 -0
- package/dist/lib/wizard-engine.js +168 -0
- package/dist/lib/wizard-engine.js.map +1 -0
- package/package.json +85 -0
- package/templates/storefront-minimal/.env.example +10 -0
- package/templates/storefront-minimal/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-minimal/app/globals.css +18 -0
- package/templates/storefront-minimal/app/layout.tsx +26 -0
- package/templates/storefront-minimal/app/page.tsx +93 -0
- package/templates/storefront-minimal/lib/graphql-client.ts +23 -0
- package/templates/storefront-minimal/next.config.ts +15 -0
- package/templates/storefront-minimal/open-next.config.ts +3 -0
- package/templates/storefront-minimal/package.json +30 -0
- package/templates/storefront-minimal/postcss.config.mjs +5 -0
- package/templates/storefront-minimal/tailwind.config.ts +14 -0
- package/templates/storefront-minimal/tsconfig.json +27 -0
- package/templates/storefront-minimal/wrangler.toml +9 -0
- package/templates/storefront-nextjs/.env.example +68 -0
- package/templates/storefront-nextjs/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-nextjs/.github/workflows/deploy.yml +25 -0
- package/templates/storefront-nextjs/.github/workflows/preview.yml +22 -0
- package/templates/storefront-nextjs/README.md +520 -0
- package/templates/storefront-nextjs/app/account/orders/page.tsx +216 -0
- package/templates/storefront-nextjs/app/account/page.tsx +167 -0
- package/templates/storefront-nextjs/app/auth/login/page.tsx +135 -0
- package/templates/storefront-nextjs/app/auth/register/page.tsx +228 -0
- package/templates/storefront-nextjs/app/cart/page.tsx +263 -0
- package/templates/storefront-nextjs/app/categories/[slug]/page.tsx +200 -0
- package/templates/storefront-nextjs/app/categories/page.tsx +58 -0
- package/templates/storefront-nextjs/app/checkout/page.tsx +351 -0
- package/templates/storefront-nextjs/app/collections/[slug]/page.tsx +158 -0
- package/templates/storefront-nextjs/app/collections/page.tsx +61 -0
- package/templates/storefront-nextjs/app/globals.css +98 -0
- package/templates/storefront-nextjs/app/layout.tsx +39 -0
- package/templates/storefront-nextjs/app/page.tsx +136 -0
- package/templates/storefront-nextjs/app/products/[slug]/page.tsx +119 -0
- package/templates/storefront-nextjs/app/products/page.tsx +107 -0
- package/templates/storefront-nextjs/app/search/page.tsx +127 -0
- package/templates/storefront-nextjs/components/auth/auth-guard.tsx +94 -0
- package/templates/storefront-nextjs/components/commerce/add-to-cart-button.tsx +77 -0
- package/templates/storefront-nextjs/components/commerce/cart-icon.tsx +29 -0
- package/templates/storefront-nextjs/components/commerce/currency-selector.tsx +217 -0
- package/templates/storefront-nextjs/components/commerce/pagination.tsx +62 -0
- package/templates/storefront-nextjs/components/commerce/product-actions.tsx +135 -0
- package/templates/storefront-nextjs/components/commerce/product-filters.tsx +109 -0
- package/templates/storefront-nextjs/components/commerce/product-price.tsx +375 -0
- package/templates/storefront-nextjs/components/commerce/search-input.tsx +178 -0
- package/templates/storefront-nextjs/components/commerce/sort-select.tsx +64 -0
- package/templates/storefront-nextjs/components/commerce/variant-selector.tsx +210 -0
- package/templates/storefront-nextjs/components/layout/footer.tsx +107 -0
- package/templates/storefront-nextjs/components/layout/header.tsx +104 -0
- package/templates/storefront-nextjs/components/providers.tsx +62 -0
- package/templates/storefront-nextjs/lib/auth/routes.ts +52 -0
- package/templates/storefront-nextjs/lib/currency.tsx +140 -0
- package/templates/storefront-nextjs/lib/format.ts +159 -0
- package/templates/storefront-nextjs/lib/graphql-queries.ts +629 -0
- package/templates/storefront-nextjs/lib/hooks.ts +30 -0
- package/templates/storefront-nextjs/middleware.ts +80 -0
- package/templates/storefront-nextjs/next.config.ts +37 -0
- package/templates/storefront-nextjs/open-next.config.ts +3 -0
- package/templates/storefront-nextjs/package.dev.json +30 -0
- package/templates/storefront-nextjs/package.json +32 -0
- package/templates/storefront-nextjs/package.json.template +32 -0
- package/templates/storefront-nextjs/postcss.config.mjs +8 -0
- package/templates/storefront-nextjs/tailwind.config.ts +111 -0
- package/templates/storefront-nextjs/tsconfig.json +27 -0
- package/templates/storefront-nextjs/wrangler.toml +9 -0
- package/templates/storefront-nextjs-shadcn/.env.example +68 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/build-template.yml +109 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/deploy.yml +25 -0
- package/templates/storefront-nextjs-shadcn/.github/workflows/preview.yml +22 -0
- package/templates/storefront-nextjs-shadcn/CART_INTEGRATION.md +282 -0
- package/templates/storefront-nextjs-shadcn/CLAUDE.md +96 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_DOCUMENT_NAMES.md +190 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_ERROR_HANDLING.md +263 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_FIXES_SUMMARY.md +135 -0
- package/templates/storefront-nextjs-shadcn/GRAPHQL_INTEGRATION_COMPLETE.md +142 -0
- package/templates/storefront-nextjs-shadcn/INTEGRATION_CHECKLIST.md +448 -0
- package/templates/storefront-nextjs-shadcn/PRODUCT_DETAIL_PAGE_IMPLEMENTATION.md +307 -0
- package/templates/storefront-nextjs-shadcn/README.md +195 -0
- package/templates/storefront-nextjs-shadcn/THEME_CUSTOMIZATION.md +245 -0
- package/templates/storefront-nextjs-shadcn/app/about/page.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/app/account/addresses/page.tsx +215 -0
- package/templates/storefront-nextjs-shadcn/app/account/loyalty/page.tsx +484 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/[id]/page.tsx +128 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/[id]/tracking/page.tsx +206 -0
- package/templates/storefront-nextjs-shadcn/app/account/orders/page.tsx +80 -0
- package/templates/storefront-nextjs-shadcn/app/account/page.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/app/account/settings/page.tsx +195 -0
- package/templates/storefront-nextjs-shadcn/app/api/auth/clear-token/route.ts +87 -0
- package/templates/storefront-nextjs-shadcn/app/api/auth/set-token/route.ts +125 -0
- package/templates/storefront-nextjs-shadcn/app/auth/forgot-password/page.tsx +131 -0
- package/templates/storefront-nextjs-shadcn/app/auth/login/page.tsx +24 -0
- package/templates/storefront-nextjs-shadcn/app/auth/register/page.tsx +20 -0
- package/templates/storefront-nextjs-shadcn/app/blog/[slug]/page.tsx +323 -0
- package/templates/storefront-nextjs-shadcn/app/blog/page.tsx +159 -0
- package/templates/storefront-nextjs-shadcn/app/brands/[slug]/page.tsx +170 -0
- package/templates/storefront-nextjs-shadcn/app/brands/page.tsx +73 -0
- package/templates/storefront-nextjs-shadcn/app/cart/page.tsx +165 -0
- package/templates/storefront-nextjs-shadcn/app/categories/[slug]/page.tsx +78 -0
- package/templates/storefront-nextjs-shadcn/app/categories/page.tsx +75 -0
- package/templates/storefront-nextjs-shadcn/app/checkout/page.tsx +1752 -0
- package/templates/storefront-nextjs-shadcn/app/checkout/success/[orderId]/page.tsx +256 -0
- package/templates/storefront-nextjs-shadcn/app/collections/[handle]/page.tsx +74 -0
- package/templates/storefront-nextjs-shadcn/app/collections/page.tsx +75 -0
- package/templates/storefront-nextjs-shadcn/app/contact/page.tsx +114 -0
- package/templates/storefront-nextjs-shadcn/app/error.tsx +90 -0
- package/templates/storefront-nextjs-shadcn/app/globals.css +125 -0
- package/templates/storefront-nextjs-shadcn/app/layout.tsx +57 -0
- package/templates/storefront-nextjs-shadcn/app/not-found.tsx +68 -0
- package/templates/storefront-nextjs-shadcn/app/page.tsx +21 -0
- package/templates/storefront-nextjs-shadcn/app/products/[slug]/page.tsx +246 -0
- package/templates/storefront-nextjs-shadcn/app/products/[slug]/product-client.tsx +343 -0
- package/templates/storefront-nextjs-shadcn/app/products/page.tsx +25 -0
- package/templates/storefront-nextjs-shadcn/app/products/products-client.tsx +192 -0
- package/templates/storefront-nextjs-shadcn/app/returns/page.tsx +77 -0
- package/templates/storefront-nextjs-shadcn/app/robots.ts +53 -0
- package/templates/storefront-nextjs-shadcn/app/search/page.tsx +16 -0
- package/templates/storefront-nextjs-shadcn/app/search/search-client.tsx +47 -0
- package/templates/storefront-nextjs-shadcn/app/shipping/page.tsx +62 -0
- package/templates/storefront-nextjs-shadcn/app/sitemap.ts +144 -0
- package/templates/storefront-nextjs-shadcn/app/wishlist/page.tsx +179 -0
- package/templates/storefront-nextjs-shadcn/codegen.ts +51 -0
- package/templates/storefront-nextjs-shadcn/components/account/address-form.tsx +348 -0
- package/templates/storefront-nextjs-shadcn/components/account/address-list.tsx +144 -0
- package/templates/storefront-nextjs-shadcn/components/account/order-details.tsx +258 -0
- package/templates/storefront-nextjs-shadcn/components/account/order-history.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/components/auth/account-menu.tsx +132 -0
- package/templates/storefront-nextjs-shadcn/components/auth/login-form.tsx +188 -0
- package/templates/storefront-nextjs-shadcn/components/auth/register-form.tsx +305 -0
- package/templates/storefront-nextjs-shadcn/components/blog/blog-card.tsx +240 -0
- package/templates/storefront-nextjs-shadcn/components/blog/blog-sidebar.tsx +177 -0
- package/templates/storefront-nextjs-shadcn/components/blog/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/brand/brand-card.tsx +119 -0
- package/templates/storefront-nextjs-shadcn/components/brand/brand-grid.tsx +64 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-drawer.tsx +140 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-icon.tsx +48 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-item.tsx +112 -0
- package/templates/storefront-nextjs-shadcn/components/cart/cart-summary.tsx +84 -0
- package/templates/storefront-nextjs-shadcn/components/cart/index.ts +17 -0
- package/templates/storefront-nextjs-shadcn/components/cart/promo-code-input.tsx +121 -0
- package/templates/storefront-nextjs-shadcn/components/cart/shipping-estimator.tsx +162 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/index.ts +25 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/payment-method-card.tsx +187 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/payment-step.tsx +160 -0
- package/templates/storefront-nextjs-shadcn/components/checkout/tax-breakdown.tsx +154 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/currency-selector.tsx +225 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/pagination.tsx +62 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/product-actions.tsx +158 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/search-input.tsx +174 -0
- package/templates/storefront-nextjs-shadcn/components/commerce/variant-selector.tsx +210 -0
- package/templates/storefront-nextjs-shadcn/components/common/category-card.tsx +97 -0
- package/templates/storefront-nextjs-shadcn/components/common/collection-card.tsx +187 -0
- package/templates/storefront-nextjs-shadcn/components/common/price-display.tsx +151 -0
- package/templates/storefront-nextjs-shadcn/components/common/social-share.tsx +166 -0
- package/templates/storefront-nextjs-shadcn/components/discount/discount-breakdown.tsx +245 -0
- package/templates/storefront-nextjs-shadcn/components/discount/discount-code-input.tsx +246 -0
- package/templates/storefront-nextjs-shadcn/components/discount/index.ts +19 -0
- package/templates/storefront-nextjs-shadcn/components/error/error-boundary.tsx +113 -0
- package/templates/storefront-nextjs-shadcn/components/error/index.ts +7 -0
- package/templates/storefront-nextjs-shadcn/components/filters/attribute-filter.tsx +153 -0
- package/templates/storefront-nextjs-shadcn/components/filters/checkbox-group-filter.tsx +167 -0
- package/templates/storefront-nextjs-shadcn/components/filters/color-swatch-filter.tsx +176 -0
- package/templates/storefront-nextjs-shadcn/components/filters/dynamic-attribute-filters.tsx +220 -0
- package/templates/storefront-nextjs-shadcn/components/filters/index.ts +36 -0
- package/templates/storefront-nextjs-shadcn/components/filters/range-slider-filter.tsx +193 -0
- package/templates/storefront-nextjs-shadcn/components/filters/toggle-filter.tsx +132 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/gift-card-balance.tsx +321 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/gift-card-input.tsx +309 -0
- package/templates/storefront-nextjs-shadcn/components/gift-card/index.ts +24 -0
- package/templates/storefront-nextjs-shadcn/components/home/category-grid.tsx +72 -0
- package/templates/storefront-nextjs-shadcn/components/home/featured-collections.tsx +107 -0
- package/templates/storefront-nextjs-shadcn/components/home/featured-products.tsx +85 -0
- package/templates/storefront-nextjs-shadcn/components/home/hero-section.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/components/home/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/home/newsletter-signup.tsx +108 -0
- package/templates/storefront-nextjs-shadcn/components/layout/breadcrumbs.tsx +133 -0
- package/templates/storefront-nextjs-shadcn/components/layout/currency-selector.tsx +341 -0
- package/templates/storefront-nextjs-shadcn/components/layout/footer.tsx +128 -0
- package/templates/storefront-nextjs-shadcn/components/layout/header.tsx +147 -0
- package/templates/storefront-nextjs-shadcn/components/layout/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/components/layout/mobile-menu.tsx +211 -0
- package/templates/storefront-nextjs-shadcn/components/layout/navigation.tsx +95 -0
- package/templates/storefront-nextjs-shadcn/components/layout/theme-switcher.tsx +192 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/index.ts +11 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/points-balance.tsx +93 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/points-history.tsx +177 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/referral-section.tsx +250 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/rewards-catalog.tsx +217 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/tier-badge.tsx +106 -0
- package/templates/storefront-nextjs-shadcn/components/loyalty/tier-progress.tsx +131 -0
- package/templates/storefront-nextjs-shadcn/components/order/delivery-estimate.tsx +196 -0
- package/templates/storefront-nextjs-shadcn/components/order/index.ts +11 -0
- package/templates/storefront-nextjs-shadcn/components/order/order-tracking.tsx +200 -0
- package/templates/storefront-nextjs-shadcn/components/order/shipment-card.tsx +407 -0
- package/templates/storefront-nextjs-shadcn/components/order/tracking-status.tsx +222 -0
- package/templates/storefront-nextjs-shadcn/components/order/tracking-timeline.tsx +205 -0
- package/templates/storefront-nextjs-shadcn/components/product/add-to-cart-button.tsx +161 -0
- package/templates/storefront-nextjs-shadcn/components/product/b2b-price-display.tsx +250 -0
- package/templates/storefront-nextjs-shadcn/components/product/discount-badge.tsx +196 -0
- package/templates/storefront-nextjs-shadcn/components/product/index.ts +41 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-card.tsx +147 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-filters.tsx +217 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-gallery.tsx +143 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-grid.tsx +83 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-image.tsx +155 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-price.tsx +158 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-quantity-selector.tsx +111 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-reviews.tsx +238 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-sort.tsx +58 -0
- package/templates/storefront-nextjs-shadcn/components/product/product-variant-selector.tsx +169 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-card.tsx +220 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-form.tsx +338 -0
- package/templates/storefront-nextjs-shadcn/components/product/review-summary.tsx +143 -0
- package/templates/storefront-nextjs-shadcn/components/product/sale-countdown.tsx +166 -0
- package/templates/storefront-nextjs-shadcn/components/product/savings-display.tsx +213 -0
- package/templates/storefront-nextjs-shadcn/components/product/similar-products.tsx +57 -0
- package/templates/storefront-nextjs-shadcn/components/product/stock-indicator.tsx +91 -0
- package/templates/storefront-nextjs-shadcn/components/providers/currency-provider.tsx +103 -0
- package/templates/storefront-nextjs-shadcn/components/providers/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/providers/query-provider.tsx +260 -0
- package/templates/storefront-nextjs-shadcn/components/providers/theme-provider.tsx +13 -0
- package/templates/storefront-nextjs-shadcn/components/returns/index.ts +26 -0
- package/templates/storefront-nextjs-shadcn/components/returns/return-request-form.tsx +608 -0
- package/templates/storefront-nextjs-shadcn/components/returns/return-status-card.tsx +554 -0
- package/templates/storefront-nextjs-shadcn/components/search/index.ts +8 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-bar.tsx +140 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-results.tsx +58 -0
- package/templates/storefront-nextjs-shadcn/components/search/search-suggestions.tsx +43 -0
- package/templates/storefront-nextjs-shadcn/components/seo/index.ts +12 -0
- package/templates/storefront-nextjs-shadcn/components/seo/json-ld.tsx +56 -0
- package/templates/storefront-nextjs-shadcn/components/seo/product-json-ld.ts +167 -0
- package/templates/storefront-nextjs-shadcn/components/shipping/index.ts +16 -0
- package/templates/storefront-nextjs-shadcn/components/shipping/shipping-method-selector.tsx +337 -0
- package/templates/storefront-nextjs-shadcn/components/ui/accordion.tsx +153 -0
- package/templates/storefront-nextjs-shadcn/components/ui/alert.tsx +59 -0
- package/templates/storefront-nextjs-shadcn/components/ui/badge.tsx +34 -0
- package/templates/storefront-nextjs-shadcn/components/ui/button.tsx +51 -0
- package/templates/storefront-nextjs-shadcn/components/ui/card.tsx +77 -0
- package/templates/storefront-nextjs-shadcn/components/ui/checkbox.tsx +30 -0
- package/templates/storefront-nextjs-shadcn/components/ui/dialog.tsx +137 -0
- package/templates/storefront-nextjs-shadcn/components/ui/empty-state.tsx +207 -0
- package/templates/storefront-nextjs-shadcn/components/ui/index.ts +67 -0
- package/templates/storefront-nextjs-shadcn/components/ui/input.tsx +65 -0
- package/templates/storefront-nextjs-shadcn/components/ui/label.tsx +26 -0
- package/templates/storefront-nextjs-shadcn/components/ui/pagination.tsx +205 -0
- package/templates/storefront-nextjs-shadcn/components/ui/radio-group.tsx +44 -0
- package/templates/storefront-nextjs-shadcn/components/ui/select.tsx +160 -0
- package/templates/storefront-nextjs-shadcn/components/ui/separator.tsx +28 -0
- package/templates/storefront-nextjs-shadcn/components/ui/skeleton.tsx +20 -0
- package/templates/storefront-nextjs-shadcn/components/ui/spinner.tsx +82 -0
- package/templates/storefront-nextjs-shadcn/components/ui/tabs.tsx +119 -0
- package/templates/storefront-nextjs-shadcn/components/ui/toast.tsx +96 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-button.tsx +148 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-icon.tsx +47 -0
- package/templates/storefront-nextjs-shadcn/components/wishlist/wishlist-item.tsx +165 -0
- package/templates/storefront-nextjs-shadcn/components.json +19 -0
- package/templates/storefront-nextjs-shadcn/generated/.gitkeep +2 -0
- package/templates/storefront-nextjs-shadcn/graphql/.gitkeep +31 -0
- package/templates/storefront-nextjs-shadcn/graphql/collections.example.ts +168 -0
- package/templates/storefront-nextjs-shadcn/graphql/products.example.ts +160 -0
- package/templates/storefront-nextjs-shadcn/hooks/index.ts +9 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-auth.ts +310 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-cart-actions.ts +286 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-cart-sync.ts +110 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-filter-params.test.ts +173 -0
- package/templates/storefront-nextjs-shadcn/hooks/use-filter-params.ts +298 -0
- package/templates/storefront-nextjs-shadcn/lib/auth/cookies.ts +220 -0
- package/templates/storefront-nextjs-shadcn/lib/auth/routes.ts +57 -0
- package/templates/storefront-nextjs-shadcn/lib/config.ts +46 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/IMPLEMENTATION_SUMMARY.md +254 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/README.md +464 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/cookie-manager.test.ts +328 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/cookie-manager.ts +295 -0
- package/templates/storefront-nextjs-shadcn/lib/currency/index.ts +27 -0
- package/templates/storefront-nextjs-shadcn/lib/format.test.ts +397 -0
- package/templates/storefront-nextjs-shadcn/lib/format.ts +226 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/client.ts +109 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/hooks.ts +1183 -0
- package/templates/storefront-nextjs-shadcn/lib/graphql/server.ts +267 -0
- package/templates/storefront-nextjs-shadcn/lib/hooks.ts +30 -0
- package/templates/storefront-nextjs-shadcn/lib/theme/theme-config.ts +89 -0
- package/templates/storefront-nextjs-shadcn/lib/utils.ts +6 -0
- package/templates/storefront-nextjs-shadcn/next.config.ts +47 -0
- package/templates/storefront-nextjs-shadcn/open-next.config.ts +3 -0
- package/templates/storefront-nextjs-shadcn/package.dev.json +30 -0
- package/templates/storefront-nextjs-shadcn/package.json +60 -0
- package/templates/storefront-nextjs-shadcn/package.json.template +46 -0
- package/templates/storefront-nextjs-shadcn/postcss.config.mjs +8 -0
- package/templates/storefront-nextjs-shadcn/proxy.ts +80 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/apple-pay.svg +8 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/bank-transfer.svg +10 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/blik.svg +6 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/cash-on-delivery.svg +11 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/google-pay.svg +11 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/mastercard.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/paypal.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/payu.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/przelewy24.svg +7 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/stripe.svg +4 -0
- package/templates/storefront-nextjs-shadcn/public/icons/payment/visa.svg +5 -0
- package/templates/storefront-nextjs-shadcn/stores/auth-store.ts +66 -0
- package/templates/storefront-nextjs-shadcn/stores/cart-store.ts +56 -0
- package/templates/storefront-nextjs-shadcn/stores/checkout-store.ts +184 -0
- package/templates/storefront-nextjs-shadcn/stores/currency-store.ts +103 -0
- package/templates/storefront-nextjs-shadcn/stores/wishlist-store.ts +291 -0
- package/templates/storefront-nextjs-shadcn/tailwind.config.ts +111 -0
- package/templates/storefront-nextjs-shadcn/tsconfig.json +27 -0
- package/templates/storefront-nextjs-shadcn/wrangler.toml +9 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import { useState } from "react";
|
|
4
|
+
import { useRouter } from "next/navigation";
|
|
5
|
+
import Link from "next/link";
|
|
6
|
+
import { z } from "zod";
|
|
7
|
+
import { useMutation } from "@tanstack/react-query";
|
|
8
|
+
import { getGraphQLClient } from "@/lib/graphql/client";
|
|
9
|
+
import { CustomerCreateDocument } from "@/generated/graphql";
|
|
10
|
+
import { Button } from "@/components/ui/button";
|
|
11
|
+
import { Input } from "@/components/ui/input";
|
|
12
|
+
|
|
13
|
+
// Zod validation schema for registration form
|
|
14
|
+
const registerSchema = z.object({
|
|
15
|
+
firstName: z
|
|
16
|
+
.string()
|
|
17
|
+
.min(1, "First name is required")
|
|
18
|
+
.min(2, "First name must be at least 2 characters")
|
|
19
|
+
.max(50, "First name must be less than 50 characters"),
|
|
20
|
+
lastName: z
|
|
21
|
+
.string()
|
|
22
|
+
.min(1, "Last name is required")
|
|
23
|
+
.min(2, "Last name must be at least 2 characters")
|
|
24
|
+
.max(50, "Last name must be less than 50 characters"),
|
|
25
|
+
email: z
|
|
26
|
+
.string()
|
|
27
|
+
.min(1, "Email is required")
|
|
28
|
+
.email("Please enter a valid email address"),
|
|
29
|
+
password: z
|
|
30
|
+
.string()
|
|
31
|
+
.min(1, "Password is required")
|
|
32
|
+
.min(8, "Password must be at least 8 characters")
|
|
33
|
+
.regex(
|
|
34
|
+
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)/,
|
|
35
|
+
"Password must contain at least one uppercase letter, one lowercase letter, and one number"
|
|
36
|
+
),
|
|
37
|
+
acceptsMarketing: z.boolean().optional(),
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
type RegisterFormData = z.infer<typeof registerSchema>;
|
|
41
|
+
|
|
42
|
+
export interface RegisterFormProps {
|
|
43
|
+
onSuccess?: () => void;
|
|
44
|
+
redirectTo?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* RegisterForm - Reusable registration form component with Zod validation
|
|
49
|
+
*
|
|
50
|
+
* Validates user input before submission and displays field-level errors
|
|
51
|
+
*/
|
|
52
|
+
export function RegisterForm({ onSuccess, redirectTo = "/account" }: RegisterFormProps) {
|
|
53
|
+
const router = useRouter();
|
|
54
|
+
|
|
55
|
+
const [email, setEmail] = useState("");
|
|
56
|
+
const [password, setPassword] = useState("");
|
|
57
|
+
const [firstName, setFirstName] = useState("");
|
|
58
|
+
const [lastName, setLastName] = useState("");
|
|
59
|
+
const [acceptsMarketing, setAcceptsMarketing] = useState(false);
|
|
60
|
+
const [error, setError] = useState("");
|
|
61
|
+
const [fieldErrors, setFieldErrors] = useState<Partial<Record<keyof RegisterFormData, string>>>({});
|
|
62
|
+
|
|
63
|
+
const client = getGraphQLClient();
|
|
64
|
+
|
|
65
|
+
const registerMutation = useMutation({
|
|
66
|
+
mutationFn: async (input: {
|
|
67
|
+
email: string;
|
|
68
|
+
password: string;
|
|
69
|
+
firstName: string;
|
|
70
|
+
lastName: string;
|
|
71
|
+
acceptsMarketing: boolean;
|
|
72
|
+
}) => {
|
|
73
|
+
return client.request(CustomerCreateDocument, { input });
|
|
74
|
+
},
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
const handleSubmit = async (e: React.FormEvent) => {
|
|
78
|
+
e.preventDefault();
|
|
79
|
+
setError("");
|
|
80
|
+
setFieldErrors({});
|
|
81
|
+
|
|
82
|
+
// Validate form data with Zod
|
|
83
|
+
const result = registerSchema.safeParse({
|
|
84
|
+
firstName,
|
|
85
|
+
lastName,
|
|
86
|
+
email,
|
|
87
|
+
password,
|
|
88
|
+
acceptsMarketing,
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
if (!result.success) {
|
|
92
|
+
// Extract field-level errors from Zod validation
|
|
93
|
+
const errors: Partial<Record<keyof RegisterFormData, string>> = {};
|
|
94
|
+
result.error.errors.forEach((err) => {
|
|
95
|
+
if (err.path[0]) {
|
|
96
|
+
errors[err.path[0] as keyof RegisterFormData] = err.message;
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
setFieldErrors(errors);
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
try {
|
|
104
|
+
const mutationResult = await registerMutation.mutateAsync({
|
|
105
|
+
email,
|
|
106
|
+
password,
|
|
107
|
+
firstName,
|
|
108
|
+
lastName,
|
|
109
|
+
acceptsMarketing,
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
// Check for user errors first
|
|
113
|
+
const userErrors = mutationResult?.customerCreate?.userErrors ||
|
|
114
|
+
mutationResult?.customerCreate?.customerUserErrors || [];
|
|
115
|
+
|
|
116
|
+
if (userErrors.length > 0) {
|
|
117
|
+
setError(userErrors[0].message || "Registration failed");
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
if (mutationResult?.customerCreate?.customer) {
|
|
122
|
+
// Registration successful - token is already in the response
|
|
123
|
+
const accessToken = mutationResult?.customerCreate?.customerAccessToken?.accessToken;
|
|
124
|
+
|
|
125
|
+
if (accessToken) {
|
|
126
|
+
// Store token in httpOnly cookie via API route
|
|
127
|
+
const tokenResponse = await fetch("/api/auth/set-token", {
|
|
128
|
+
method: "POST",
|
|
129
|
+
headers: { "Content-Type": "application/json" },
|
|
130
|
+
body: JSON.stringify({ token: accessToken }),
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
if (tokenResponse.ok) {
|
|
134
|
+
if (onSuccess) {
|
|
135
|
+
onSuccess();
|
|
136
|
+
} else {
|
|
137
|
+
router.push(redirectTo);
|
|
138
|
+
}
|
|
139
|
+
} else {
|
|
140
|
+
setError("Registration successful but session setup failed. Please try logging in.");
|
|
141
|
+
}
|
|
142
|
+
} else {
|
|
143
|
+
// No token in response - redirect to login
|
|
144
|
+
setError("Registration successful! Please log in with your credentials.");
|
|
145
|
+
setTimeout(() => router.push("/auth/login"), 2000);
|
|
146
|
+
}
|
|
147
|
+
} else {
|
|
148
|
+
setError("Registration failed. Please try again.");
|
|
149
|
+
}
|
|
150
|
+
} catch (err) {
|
|
151
|
+
setError("An error occurred. Please try again.");
|
|
152
|
+
}
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
return (
|
|
156
|
+
<form onSubmit={handleSubmit} className="space-y-6">
|
|
157
|
+
{error && (
|
|
158
|
+
<div className="rounded-lg border border-destructive bg-destructive/10 p-4 text-sm text-destructive">
|
|
159
|
+
{error}
|
|
160
|
+
</div>
|
|
161
|
+
)}
|
|
162
|
+
|
|
163
|
+
<div className="grid grid-cols-2 gap-4">
|
|
164
|
+
<div className="space-y-2">
|
|
165
|
+
<label
|
|
166
|
+
htmlFor="firstName"
|
|
167
|
+
className="text-sm font-medium text-foreground"
|
|
168
|
+
>
|
|
169
|
+
First Name
|
|
170
|
+
</label>
|
|
171
|
+
<Input
|
|
172
|
+
id="firstName"
|
|
173
|
+
type="text"
|
|
174
|
+
value={firstName}
|
|
175
|
+
onChange={(e) => setFirstName(e.target.value)}
|
|
176
|
+
placeholder="John"
|
|
177
|
+
required
|
|
178
|
+
autoComplete="given-name"
|
|
179
|
+
aria-invalid={!!fieldErrors.firstName}
|
|
180
|
+
aria-describedby={fieldErrors.firstName ? "firstName-error" : undefined}
|
|
181
|
+
/>
|
|
182
|
+
{fieldErrors.firstName && (
|
|
183
|
+
<p id="firstName-error" className="text-xs text-destructive">
|
|
184
|
+
{fieldErrors.firstName}
|
|
185
|
+
</p>
|
|
186
|
+
)}
|
|
187
|
+
</div>
|
|
188
|
+
|
|
189
|
+
<div className="space-y-2">
|
|
190
|
+
<label
|
|
191
|
+
htmlFor="lastName"
|
|
192
|
+
className="text-sm font-medium text-foreground"
|
|
193
|
+
>
|
|
194
|
+
Last Name
|
|
195
|
+
</label>
|
|
196
|
+
<Input
|
|
197
|
+
id="lastName"
|
|
198
|
+
type="text"
|
|
199
|
+
value={lastName}
|
|
200
|
+
onChange={(e) => setLastName(e.target.value)}
|
|
201
|
+
placeholder="Doe"
|
|
202
|
+
required
|
|
203
|
+
autoComplete="family-name"
|
|
204
|
+
aria-invalid={!!fieldErrors.lastName}
|
|
205
|
+
aria-describedby={fieldErrors.lastName ? "lastName-error" : undefined}
|
|
206
|
+
/>
|
|
207
|
+
{fieldErrors.lastName && (
|
|
208
|
+
<p id="lastName-error" className="text-xs text-destructive">
|
|
209
|
+
{fieldErrors.lastName}
|
|
210
|
+
</p>
|
|
211
|
+
)}
|
|
212
|
+
</div>
|
|
213
|
+
</div>
|
|
214
|
+
|
|
215
|
+
<div className="space-y-2">
|
|
216
|
+
<label
|
|
217
|
+
htmlFor="email"
|
|
218
|
+
className="text-sm font-medium text-foreground"
|
|
219
|
+
>
|
|
220
|
+
Email
|
|
221
|
+
</label>
|
|
222
|
+
<Input
|
|
223
|
+
id="email"
|
|
224
|
+
type="email"
|
|
225
|
+
value={email}
|
|
226
|
+
onChange={(e) => setEmail(e.target.value)}
|
|
227
|
+
placeholder="you@example.com"
|
|
228
|
+
required
|
|
229
|
+
autoComplete="email"
|
|
230
|
+
aria-invalid={!!fieldErrors.email}
|
|
231
|
+
aria-describedby={fieldErrors.email ? "email-error" : undefined}
|
|
232
|
+
/>
|
|
233
|
+
{fieldErrors.email && (
|
|
234
|
+
<p id="email-error" className="text-xs text-destructive">
|
|
235
|
+
{fieldErrors.email}
|
|
236
|
+
</p>
|
|
237
|
+
)}
|
|
238
|
+
</div>
|
|
239
|
+
|
|
240
|
+
<div className="space-y-2">
|
|
241
|
+
<label
|
|
242
|
+
htmlFor="password"
|
|
243
|
+
className="text-sm font-medium text-foreground"
|
|
244
|
+
>
|
|
245
|
+
Password
|
|
246
|
+
</label>
|
|
247
|
+
<Input
|
|
248
|
+
id="password"
|
|
249
|
+
type="password"
|
|
250
|
+
value={password}
|
|
251
|
+
onChange={(e) => setPassword(e.target.value)}
|
|
252
|
+
placeholder="••••••••"
|
|
253
|
+
required
|
|
254
|
+
minLength={8}
|
|
255
|
+
autoComplete="new-password"
|
|
256
|
+
aria-invalid={!!fieldErrors.password}
|
|
257
|
+
aria-describedby={fieldErrors.password ? "password-error" : undefined}
|
|
258
|
+
/>
|
|
259
|
+
{fieldErrors.password ? (
|
|
260
|
+
<p id="password-error" className="text-xs text-destructive">
|
|
261
|
+
{fieldErrors.password}
|
|
262
|
+
</p>
|
|
263
|
+
) : (
|
|
264
|
+
<p className="text-xs text-muted-foreground">
|
|
265
|
+
Must be at least 8 characters with uppercase, lowercase, and number
|
|
266
|
+
</p>
|
|
267
|
+
)}
|
|
268
|
+
</div>
|
|
269
|
+
|
|
270
|
+
<div className="flex items-start gap-2">
|
|
271
|
+
<input
|
|
272
|
+
id="acceptsMarketing"
|
|
273
|
+
type="checkbox"
|
|
274
|
+
checked={acceptsMarketing}
|
|
275
|
+
onChange={(e) => setAcceptsMarketing(e.target.checked)}
|
|
276
|
+
className="mt-1 h-4 w-4 rounded border-border text-primary focus:ring-2 focus:ring-ring focus:ring-offset-2"
|
|
277
|
+
/>
|
|
278
|
+
<label
|
|
279
|
+
htmlFor="acceptsMarketing"
|
|
280
|
+
className="text-sm text-muted-foreground"
|
|
281
|
+
>
|
|
282
|
+
I want to receive emails about products, promotions, and special offers
|
|
283
|
+
</label>
|
|
284
|
+
</div>
|
|
285
|
+
|
|
286
|
+
<Button
|
|
287
|
+
type="submit"
|
|
288
|
+
className="w-full"
|
|
289
|
+
disabled={registerMutation.isPending}
|
|
290
|
+
>
|
|
291
|
+
{registerMutation.isPending ? "Creating account..." : "Create Account"}
|
|
292
|
+
</Button>
|
|
293
|
+
|
|
294
|
+
<div className="text-center text-sm text-muted-foreground">
|
|
295
|
+
Already have an account?{" "}
|
|
296
|
+
<Link
|
|
297
|
+
href="/auth/login"
|
|
298
|
+
className="font-medium text-primary hover:underline"
|
|
299
|
+
>
|
|
300
|
+
Sign in
|
|
301
|
+
</Link>
|
|
302
|
+
</div>
|
|
303
|
+
</form>
|
|
304
|
+
);
|
|
305
|
+
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* BlogCard Component
|
|
5
|
+
*
|
|
6
|
+
* Card preview for blog posts with featured image, title, excerpt, and metadata.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import Image from 'next/image';
|
|
10
|
+
import Link from 'next/link';
|
|
11
|
+
import { Calendar, Clock, Eye, User } from 'lucide-react';
|
|
12
|
+
import { Card, CardContent, CardFooter } from '@/components/ui/card';
|
|
13
|
+
import { Badge } from '@/components/ui/badge';
|
|
14
|
+
import { cn } from '@/lib/utils';
|
|
15
|
+
|
|
16
|
+
interface BlogPost {
|
|
17
|
+
id: string;
|
|
18
|
+
title: string;
|
|
19
|
+
slug: string;
|
|
20
|
+
excerpt?: string;
|
|
21
|
+
featuredImage?: {
|
|
22
|
+
url: string;
|
|
23
|
+
altText?: string | null;
|
|
24
|
+
} | null;
|
|
25
|
+
author: {
|
|
26
|
+
id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
avatar?: {
|
|
29
|
+
url: string;
|
|
30
|
+
} | null;
|
|
31
|
+
};
|
|
32
|
+
category?: {
|
|
33
|
+
id: string;
|
|
34
|
+
name: string;
|
|
35
|
+
slug: string;
|
|
36
|
+
} | null;
|
|
37
|
+
publishedAt?: string;
|
|
38
|
+
readingTime: number;
|
|
39
|
+
viewCount: number;
|
|
40
|
+
isFeatured: boolean;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
interface BlogCardProps {
|
|
44
|
+
post: BlogPost;
|
|
45
|
+
variant?: 'default' | 'compact' | 'featured';
|
|
46
|
+
className?: string;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function BlogCard({ post, variant = 'default', className }: BlogCardProps) {
|
|
50
|
+
const {
|
|
51
|
+
title,
|
|
52
|
+
slug,
|
|
53
|
+
excerpt,
|
|
54
|
+
featuredImage,
|
|
55
|
+
author,
|
|
56
|
+
category,
|
|
57
|
+
publishedAt,
|
|
58
|
+
readingTime,
|
|
59
|
+
viewCount,
|
|
60
|
+
isFeatured,
|
|
61
|
+
} = post;
|
|
62
|
+
|
|
63
|
+
const formatDate = (dateString: string) => {
|
|
64
|
+
return new Intl.DateTimeFormat('pl-PL', {
|
|
65
|
+
day: 'numeric',
|
|
66
|
+
month: 'long',
|
|
67
|
+
year: 'numeric',
|
|
68
|
+
}).format(new Date(dateString));
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
if (variant === 'compact') {
|
|
72
|
+
return (
|
|
73
|
+
<Link
|
|
74
|
+
href={`/blog/${slug}`}
|
|
75
|
+
className={cn(
|
|
76
|
+
'flex gap-4 group hover:bg-muted/50 rounded-lg p-2 transition-colors',
|
|
77
|
+
className
|
|
78
|
+
)}
|
|
79
|
+
>
|
|
80
|
+
{featuredImage && (
|
|
81
|
+
<div className="relative w-20 h-20 flex-shrink-0 rounded-md overflow-hidden bg-muted">
|
|
82
|
+
<Image
|
|
83
|
+
src={featuredImage.url}
|
|
84
|
+
alt={featuredImage.altText || title}
|
|
85
|
+
fill
|
|
86
|
+
className="object-cover group-hover:scale-105 transition-transform duration-300"
|
|
87
|
+
sizes="80px"
|
|
88
|
+
/>
|
|
89
|
+
</div>
|
|
90
|
+
)}
|
|
91
|
+
<div className="flex-1 min-w-0">
|
|
92
|
+
<h3 className="font-medium text-sm line-clamp-2 group-hover:text-primary transition-colors">
|
|
93
|
+
{title}
|
|
94
|
+
</h3>
|
|
95
|
+
{publishedAt && (
|
|
96
|
+
<time className="text-xs text-muted-foreground mt-1 block">
|
|
97
|
+
{formatDate(publishedAt)}
|
|
98
|
+
</time>
|
|
99
|
+
)}
|
|
100
|
+
</div>
|
|
101
|
+
</Link>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
if (variant === 'featured') {
|
|
106
|
+
return (
|
|
107
|
+
<Card className={cn('overflow-hidden h-full', className)}>
|
|
108
|
+
<Link href={`/blog/${slug}`} className="block group">
|
|
109
|
+
<div className="relative aspect-[16/9] bg-muted">
|
|
110
|
+
{featuredImage ? (
|
|
111
|
+
<Image
|
|
112
|
+
src={featuredImage.url}
|
|
113
|
+
alt={featuredImage.altText || title}
|
|
114
|
+
fill
|
|
115
|
+
className="object-cover group-hover:scale-105 transition-transform duration-300"
|
|
116
|
+
sizes="(max-width: 768px) 100vw, 50vw"
|
|
117
|
+
priority
|
|
118
|
+
/>
|
|
119
|
+
) : (
|
|
120
|
+
<div className="w-full h-full flex items-center justify-center text-muted-foreground">
|
|
121
|
+
Brak zdjęcia
|
|
122
|
+
</div>
|
|
123
|
+
)}
|
|
124
|
+
{isFeatured && (
|
|
125
|
+
<Badge className="absolute top-4 left-4">Wyróżniony</Badge>
|
|
126
|
+
)}
|
|
127
|
+
</div>
|
|
128
|
+
<CardContent className="p-6">
|
|
129
|
+
{category && (
|
|
130
|
+
<Badge variant="secondary" className="mb-3">
|
|
131
|
+
{category.name}
|
|
132
|
+
</Badge>
|
|
133
|
+
)}
|
|
134
|
+
<h2 className="text-2xl font-bold mb-3 group-hover:text-primary transition-colors line-clamp-2">
|
|
135
|
+
{title}
|
|
136
|
+
</h2>
|
|
137
|
+
{excerpt && (
|
|
138
|
+
<p className="text-muted-foreground line-clamp-3">{excerpt}</p>
|
|
139
|
+
)}
|
|
140
|
+
</CardContent>
|
|
141
|
+
</Link>
|
|
142
|
+
<CardFooter className="px-6 pb-6 pt-0">
|
|
143
|
+
<div className="flex items-center gap-4 text-sm text-muted-foreground w-full">
|
|
144
|
+
<div className="flex items-center gap-2">
|
|
145
|
+
{author.avatar ? (
|
|
146
|
+
<Image
|
|
147
|
+
src={author.avatar.url}
|
|
148
|
+
alt={author.name}
|
|
149
|
+
width={24}
|
|
150
|
+
height={24}
|
|
151
|
+
className="rounded-full"
|
|
152
|
+
/>
|
|
153
|
+
) : (
|
|
154
|
+
<User className="h-4 w-4" />
|
|
155
|
+
)}
|
|
156
|
+
<span>{author.name}</span>
|
|
157
|
+
</div>
|
|
158
|
+
<div className="flex items-center gap-1 ml-auto">
|
|
159
|
+
<Clock className="h-4 w-4" />
|
|
160
|
+
<span>{readingTime} min</span>
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
</CardFooter>
|
|
164
|
+
</Card>
|
|
165
|
+
);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// Default variant
|
|
169
|
+
return (
|
|
170
|
+
<Card className={cn('overflow-hidden h-full flex flex-col', className)}>
|
|
171
|
+
<Link href={`/blog/${slug}`} className="block group">
|
|
172
|
+
<div className="relative aspect-[16/10] bg-muted">
|
|
173
|
+
{featuredImage ? (
|
|
174
|
+
<Image
|
|
175
|
+
src={featuredImage.url}
|
|
176
|
+
alt={featuredImage.altText || title}
|
|
177
|
+
fill
|
|
178
|
+
className="object-cover group-hover:scale-105 transition-transform duration-300"
|
|
179
|
+
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
|
|
180
|
+
/>
|
|
181
|
+
) : (
|
|
182
|
+
<div className="w-full h-full flex items-center justify-center text-muted-foreground">
|
|
183
|
+
Brak zdjęcia
|
|
184
|
+
</div>
|
|
185
|
+
)}
|
|
186
|
+
</div>
|
|
187
|
+
</Link>
|
|
188
|
+
<CardContent className="p-4 flex-1">
|
|
189
|
+
{category && (
|
|
190
|
+
<Link
|
|
191
|
+
href={`/blog/category/${category.slug}`}
|
|
192
|
+
className="inline-block mb-2"
|
|
193
|
+
>
|
|
194
|
+
<Badge variant="secondary" className="hover:bg-secondary/80">
|
|
195
|
+
{category.name}
|
|
196
|
+
</Badge>
|
|
197
|
+
</Link>
|
|
198
|
+
)}
|
|
199
|
+
<Link href={`/blog/${slug}`} className="block group">
|
|
200
|
+
<h3 className="font-semibold mb-2 group-hover:text-primary transition-colors line-clamp-2">
|
|
201
|
+
{title}
|
|
202
|
+
</h3>
|
|
203
|
+
</Link>
|
|
204
|
+
{excerpt && (
|
|
205
|
+
<p className="text-sm text-muted-foreground line-clamp-2">{excerpt}</p>
|
|
206
|
+
)}
|
|
207
|
+
</CardContent>
|
|
208
|
+
<CardFooter className="px-4 pb-4 pt-0">
|
|
209
|
+
<div className="flex items-center justify-between text-xs text-muted-foreground w-full">
|
|
210
|
+
<div className="flex items-center gap-2">
|
|
211
|
+
{author.avatar ? (
|
|
212
|
+
<Image
|
|
213
|
+
src={author.avatar.url}
|
|
214
|
+
alt={author.name}
|
|
215
|
+
width={20}
|
|
216
|
+
height={20}
|
|
217
|
+
className="rounded-full"
|
|
218
|
+
/>
|
|
219
|
+
) : (
|
|
220
|
+
<User className="h-3.5 w-3.5" />
|
|
221
|
+
)}
|
|
222
|
+
<span>{author.name}</span>
|
|
223
|
+
</div>
|
|
224
|
+
<div className="flex items-center gap-3">
|
|
225
|
+
{publishedAt && (
|
|
226
|
+
<div className="flex items-center gap-1">
|
|
227
|
+
<Calendar className="h-3.5 w-3.5" />
|
|
228
|
+
<span>{formatDate(publishedAt)}</span>
|
|
229
|
+
</div>
|
|
230
|
+
)}
|
|
231
|
+
<div className="flex items-center gap-1">
|
|
232
|
+
<Clock className="h-3.5 w-3.5" />
|
|
233
|
+
<span>{readingTime} min</span>
|
|
234
|
+
</div>
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
</CardFooter>
|
|
238
|
+
</Card>
|
|
239
|
+
);
|
|
240
|
+
}
|