diff --git a/registry.json b/registry.json index 02ee3f5..f62ab07 100644 --- a/registry.json +++ b/registry.json @@ -22,7 +22,7 @@ }, "cssVars": {}, "categories": ["upload", "laravel", "inertia"], - "docs": "\n--------------------------------------------------------------------------\n Remaining Installation Steps:\n--------------------------------------------------------------------------\n\n1. Configure Routes\n\nAdd a route for the SignedUrlController to your routes file:\n\nRoute::post('/upload/signed-url',\n \\App\\Http\\Controllers\\Astrify\\SignedUrlController::class\n)->name('upload.signed-url'); // if the environment is public be sure to require auth\n\n2. Install Laravel Dependencies\n\nInstall the Flysystem S3 package via the Composer package manager:\n\ncomposer require league/flysystem-aws-s3-v3:^3.0\n\n3. Configure your S3 Storage\n\nFor local development we recommend using MinIO as a self-hosted S3-compatible storage solution. Set the required AWS environment variables in your .env file.\n" + "docs": "The Astrify Upload Module has been installed. For usage instructions, visit https://astrify.com/docs/upload" }, { "name": "paginated-table", @@ -42,7 +42,7 @@ }, "cssVars": {}, "categories": ["table", "pagination", "inertia", "laravel"], - "docs": "For a usage example, visit https://astrify.com/docs/paginated-table" + "docs": "The Paginated Table component has been installed. For usage instructions, visit https://astrify.com/docs/paginated-table" }, { "name": "json-table", @@ -62,7 +62,7 @@ }, "cssVars": {}, "categories": ["table", "pagination", "data-fetching", "inertia", "laravel"], - "docs": "For a usage example, visit https://astrify.com/docs/json-table" + "docs": "The JSON Table component has been installed. For usage instructions, visit https://astrify.com/docs/json-table" } ] } diff --git a/resources/css/app.css b/resources/css/app.css index 278a94b..9cc306d 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -128,7 +128,7 @@ --chart-5: var(--color-blue-800); --sidebar: oklch(0.205 0 0); --sidebar-foreground: oklch(0.985 0 0); - --sidebar-primary: oklch(0.488 0.243 264.376); + --sidebar-primary: oklch(0.985 0 0); --sidebar-primary-foreground: oklch(0.985 0 0); --sidebar-accent: oklch(0.269 0 0); --sidebar-accent-foreground: oklch(0.985 0 0); diff --git a/resources/js/components/docs/code-collapsible-wrapper.tsx b/resources/js/components/docs/code-collapsible-wrapper.tsx index ee0a7f1..a87924d 100644 --- a/resources/js/components/docs/code-collapsible-wrapper.tsx +++ b/resources/js/components/docs/code-collapsible-wrapper.tsx @@ -21,7 +21,7 @@ export function CodeCollapsibleWrapper({ className, children, ...props }: React. {children} - + {isOpened ? 'Collapse' : 'Expand'} diff --git a/resources/js/components/docs/component-preview-tabs.tsx b/resources/js/components/docs/component-preview-tabs.tsx index 9ab1ceb..76833a2 100644 --- a/resources/js/components/docs/component-preview-tabs.tsx +++ b/resources/js/components/docs/component-preview-tabs.tsx @@ -40,12 +40,12 @@ export function ComponentPreviewTabs({ )} -
+
{component} diff --git a/resources/js/components/docs/mdx-components.tsx b/resources/js/components/docs/mdx-components.tsx index 0ae47ab..30dbe58 100644 --- a/resources/js/components/docs/mdx-components.tsx +++ b/resources/js/components/docs/mdx-components.tsx @@ -26,7 +26,7 @@ export const mdxComponents = {

) =>
    , li: ({ className, ...props }: React.ComponentProps<'li'>) =>
  1. , blockquote: ({ className, ...props }: React.ComponentProps<'blockquote'>) => ( -
    +
    ), img: ({ className, alt, ...props }: React.ComponentProps<'img'>) => {alt}, - hr: ({ ...props }: React.ComponentProps<'hr'>) =>
    , + hr: ({ ...props }: React.ComponentProps<'hr'>) =>
    , table: ({ className, ...props }: React.ComponentProps<'table'>) => (
    ), - tr: ({ className, ...props }: React.ComponentProps<'tr'>) => , + tr: ({ className, ...props }: React.ComponentProps<'tr'>) => , th: ({ className, ...props }: React.ComponentProps<'th'>) => (
    ), @@ -152,7 +152,7 @@ export const mdxComponents = { if (typeof props.children === 'string') { return ( ); diff --git a/resources/js/components/landing/hero-section.tsx b/resources/js/components/landing/hero-section.tsx index 8951f2c..8f3d2ef 100644 --- a/resources/js/components/landing/hero-section.tsx +++ b/resources/js/components/landing/hero-section.tsx @@ -8,7 +8,7 @@ import { Clock, Package, Rocket, ShieldCheck, Wrench, Zap } from 'lucide-react'; export function HeroSection() { return (
    -
    +
    Free Full-Stack Modules — Available Now! @@ -30,8 +30,8 @@ export function HeroSection() { -