From 5c20fed6d2baeac9a9b76ce73851fa83c33ebdab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:30 +0000 Subject: [PATCH 01/51] Update registry/components/FooterBase.json --- registry/components/FooterBase.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterBase.json b/registry/components/FooterBase.json index 5da168e..ba51448 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "AstroSec", + "default": "ASTROSEC", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | AstroSec", + "default": "© 2025 | ASTROSEC", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -51,8 +51,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From f9e0ff296fab96d740e616ba3c7dbeb26bad7064 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:30 +0000 Subject: [PATCH 02/51] Update registry/components/FooterBaseCard.json --- registry/components/FooterBaseCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterBaseCard.json b/registry/components/FooterBaseCard.json index cd84a17..ba78f6f 100644 --- a/registry/components/FooterBaseCard.json +++ b/registry/components/FooterBaseCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | AstroSec", + "example": "© 2025 | ASTROSEC", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "AstroSec", + "example": "ASTROSEC", "minChars": 2, "maxChars": 30, "note": "Text used for h2 heading" @@ -34,9 +34,9 @@ } }, "propsSchema": { - "logoText?": "string (default: 'AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -51,7 +51,7 @@ "copyrightTextClassName?": "string", "privacyButtonClassName?": "string" }, - "usageExample": " console.log('Privacy clicked')} />", + "usageExample": " console.log('Privacy clicked')} />", "do": [ "Use for general use", "Requires columns[]" -- 2.49.1 From 6b9ae58707238ae2d49c27f0ccdbd76a2fb95995 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:31 +0000 Subject: [PATCH 03/51] Update registry/components/FooterBaseReveal.json --- registry/components/FooterBaseReveal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FooterBaseReveal.json b/registry/components/FooterBaseReveal.json index 37b0ada..7de69c7 100644 --- a/registry/components/FooterBaseReveal.json +++ b/registry/components/FooterBaseReveal.json @@ -6,7 +6,7 @@ "textRules": { "copyrightText": { "required": false, - "default": "© 2025 | AstroSec", + "default": "© 2025 | ASTROSEC", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 -- 2.49.1 From 2e69e8084d31396ded1a3662d6bcb793a01c8f4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:31 +0000 Subject: [PATCH 04/51] Update registry/components/FooterCard.json --- registry/components/FooterCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/components/FooterCard.json b/registry/components/FooterCard.json index 3c42285..acbd016 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | AstroSec", + "example": "© 2025 | ASTROSEC", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "AstroSec", + "example": "ASTROSEC", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -33,8 +33,8 @@ } }, "propsSchema": { - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -47,7 +47,7 @@ "socialContainerClassName?": "string", "socialIconClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use", "Requires socialLinks?[]" -- 2.49.1 From b5b39aac56ebd2c08c20e8498736c47ad682400d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:32 +0000 Subject: [PATCH 05/51] Update registry/components/FooterLogoEmphasis.json --- registry/components/FooterLogoEmphasis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FooterLogoEmphasis.json b/registry/components/FooterLogoEmphasis.json index eeac583..d50fa4e 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "default": "AstroSec", + "default": "ASTROSEC", "example": "Company Name", "minChars": 2, "maxChars": 30 -- 2.49.1 From c2ac66ed8ff5c9f314f7b163abdc140ff572b164 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:32 +0000 Subject: [PATCH 06/51] Update registry/components/FooterLogoReveal.json --- registry/components/FooterLogoReveal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/components/FooterLogoReveal.json b/registry/components/FooterLogoReveal.json index da83320..9aceb56 100644 --- a/registry/components/FooterLogoReveal.json +++ b/registry/components/FooterLogoReveal.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "example": "AstroSec", + "example": "ASTROSEC", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -20,7 +20,7 @@ } }, "propsSchema": { - "logoText?": "string (default: 'AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", "leftLink": "{ text: string, onClick?: () => void, href?: string } (required)", "rightLink": "{ text: string, onClick?: () => void, href?: string } (required)", "ariaLabel?": "string (default: 'Site footer')", @@ -30,7 +30,7 @@ "logoClassName?": "string", "linkClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use" ], -- 2.49.1 From b246e26e3e5003e87fbc104e4042c7337bfa2ef0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:33 +0000 Subject: [PATCH 07/51] Update registry/components/FooterMedia.json --- registry/components/FooterMedia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterMedia.json b/registry/components/FooterMedia.json index bcfd63c..6e33e9e 100644 --- a/registry/components/FooterMedia.json +++ b/registry/components/FooterMedia.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "AstroSec", + "default": "ASTROSEC", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | AstroSec", + "default": "© 2025 | ASTROSEC", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -66,8 +66,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 2167f800df3713a772b0cd30ece41f81657b202c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:33 +0000 Subject: [PATCH 08/51] Update registry/components/FooterSimple.json --- registry/components/FooterSimple.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/FooterSimple.json b/registry/components/FooterSimple.json index cd231b5..a12a322 100644 --- a/registry/components/FooterSimple.json +++ b/registry/components/FooterSimple.json @@ -12,7 +12,7 @@ }, "bottomRightText": { "required": true, - "example": "Made with AstroSec", + "example": "Made with ASTROSEC", "minChars": 2, "maxChars": 50 }, @@ -63,7 +63,7 @@ "bottomLeftTextClassName?": "string", "bottomRightTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", -- 2.49.1 From 4cfaae4bedb92fe597f307892a78bafd72d8cf74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:34 +0000 Subject: [PATCH 09/51] Update registry/components/HeroLogo.json --- registry/components/HeroLogo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/HeroLogo.json b/registry/components/HeroLogo.json index c9f68fe..0a56486 100644 --- a/registry/components/HeroLogo.json +++ b/registry/components/HeroLogo.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": true, - "example": "AstroSec", + "example": "ASTROSEC", "minChars": 2, "maxChars": 20 }, @@ -79,7 +79,7 @@ "blurClassName?": "string", "dimOverlayClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages", "Use for feature showcases", -- 2.49.1 From ba3cbec1565b0d8a3e42d12e565df30769b044d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:34 +0000 Subject: [PATCH 10/51] Update registry/components/NavbarLayoutFloatingInline.json --- registry/components/NavbarLayoutFloatingInline.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingInline.json b/registry/components/NavbarLayoutFloatingInline.json index db20cdc..433cb91 100644 --- a/registry/components/NavbarLayoutFloatingInline.json +++ b/registry/components/NavbarLayoutFloatingInline.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "AstroSec", + "example": "ASTROSEC", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From 73f9231ba5d732d0d68446640560b8ec2d0e6bdf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:35 +0000 Subject: [PATCH 11/51] Update registry/components/NavbarLayoutFloatingOverlay.json --- registry/components/NavbarLayoutFloatingOverlay.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingOverlay.json b/registry/components/NavbarLayoutFloatingOverlay.json index 9db0fc3..92dfc38 100644 --- a/registry/components/NavbarLayoutFloatingOverlay.json +++ b/registry/components/NavbarLayoutFloatingOverlay.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "AstroSec", + "example": "ASTROSEC", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 8a5489369c53b809e022f9d1aeebbc92593e9f9d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:35 +0000 Subject: [PATCH 12/51] Update registry/components/NavbarStyleApple.json --- registry/components/NavbarStyleApple.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleApple.json b/registry/components/NavbarStyleApple.json index 7453a2d..4fc496e 100644 --- a/registry/components/NavbarStyleApple.json +++ b/registry/components/NavbarStyleApple.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "AstroSec", + "example": "ASTROSEC", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -35,7 +35,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')" + "brandName?": "string (default: 'ASTROSEC')" }, "usageExample": "", "do": [ -- 2.49.1 From 93a870d6556bffade5a9752830078756b6c7748d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:36 +0000 Subject: [PATCH 13/51] Update registry/components/NavbarStyleCentered.json --- registry/components/NavbarStyleCentered.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index a2eef95..dc7e076 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "AstroSec", + "example": "ASTROSEC", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "className?": "string (default: '')" }, "usageExample": "", -- 2.49.1 From 29800af3a1d7b1702b6b0c1890bd22fb245e071f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:36 +0000 Subject: [PATCH 14/51] Update registry/components/NavbarStyleFullscreen.json --- registry/components/NavbarStyleFullscreen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleFullscreen.json b/registry/components/NavbarStyleFullscreen.json index 487c346..901cf81 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "AstroSec", + "example": "ASTROSEC", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -49,7 +49,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From 87b5d4173c28d06314999cb71d12e02f679251c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:37 +0000 Subject: [PATCH 15/51] Update registry/schemas/FooterBase.schema.json --- registry/schemas/FooterBase.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBase.schema.json b/registry/schemas/FooterBase.schema.json index 51f1a2a..df6c904 100644 --- a/registry/schemas/FooterBase.schema.json +++ b/registry/schemas/FooterBase.schema.json @@ -2,8 +2,8 @@ "name": "FooterBase", "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 895252aae2aac766bfa34461e04046c2081bb345 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:37 +0000 Subject: [PATCH 16/51] Update registry/schemas/FooterBaseCard.schema.json --- registry/schemas/FooterBaseCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBaseCard.schema.json b/registry/schemas/FooterBaseCard.schema.json index f26ce45..7d4b6a6 100644 --- a/registry/schemas/FooterBaseCard.schema.json +++ b/registry/schemas/FooterBaseCard.schema.json @@ -1,9 +1,9 @@ { "name": "FooterBaseCard", "propsSchema": { - "logoText?": "string (default: 'AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 47e7eae2c6a9ab02f1451f85c2f449f210de3975 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:38 +0000 Subject: [PATCH 17/51] Update registry/schemas/FooterCard.schema.json --- registry/schemas/FooterCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterCard.schema.json b/registry/schemas/FooterCard.schema.json index 9b99a8d..ba95044 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 46fb35d27878bc3ed1ad2ddad291fb57a3fba8b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:38 +0000 Subject: [PATCH 18/51] Update registry/schemas/FooterLogoEmphasis.schema.json --- registry/schemas/FooterLogoEmphasis.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoEmphasis.schema.json b/registry/schemas/FooterLogoEmphasis.schema.json index b3e7aff..8e9ec90 100644 --- a/registry/schemas/FooterLogoEmphasis.schema.json +++ b/registry/schemas/FooterLogoEmphasis.schema.json @@ -2,7 +2,7 @@ "name": "FooterLogoEmphasis", "propsSchema": { "columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)", - "logoText?": "string (default: 'AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string", -- 2.49.1 From 47a1bb8abf74957a790fecf1fe6ea2e64d368851 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:39 +0000 Subject: [PATCH 19/51] Update registry/schemas/FooterLogoReveal.schema.json --- registry/schemas/FooterLogoReveal.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoReveal.schema.json b/registry/schemas/FooterLogoReveal.schema.json index 92de1bc..5aa7eb4 100644 --- a/registry/schemas/FooterLogoReveal.schema.json +++ b/registry/schemas/FooterLogoReveal.schema.json @@ -1,7 +1,7 @@ { "name": "FooterLogoReveal", "propsSchema": { - "logoText?": "string (default: 'AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", "logoLineHeight?": "number (default: 1.1)", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 5e6bb7aa111d707deb25cab7a47cb8f3c497aa5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:39 +0000 Subject: [PATCH 20/51] Update registry/schemas/FooterMedia.schema.json --- registry/schemas/FooterMedia.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterMedia.schema.json b/registry/schemas/FooterMedia.schema.json index 2d4953c..b081187 100644 --- a/registry/schemas/FooterMedia.schema.json +++ b/registry/schemas/FooterMedia.schema.json @@ -6,8 +6,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'AstroSec')", - "copyrightText?": "string (default: '© 2025 | AstroSec')", + "logoText?": "string (default: 'ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | ASTROSEC')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 60370a225ac975b94742499809972276ae3ce4be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:40 +0000 Subject: [PATCH 21/51] Update registry/schemas/NavbarLayoutFloatingInline.schema.json --- registry/schemas/NavbarLayoutFloatingInline.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarLayoutFloatingInline.schema.json b/registry/schemas/NavbarLayoutFloatingInline.schema.json index 846fbab..5893e5d 100644 --- a/registry/schemas/NavbarLayoutFloatingInline.schema.json +++ b/registry/schemas/NavbarLayoutFloatingInline.schema.json @@ -2,7 +2,7 @@ "name": "NavbarLayoutFloatingInline", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From 04a3459fcac5b580d95cd1d79ef6b4da22a26a37 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:40 +0000 Subject: [PATCH 22/51] Update registry/schemas/NavbarLayoutFloatingOverlay.schema.json --- registry/schemas/NavbarLayoutFloatingOverlay.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarLayoutFloatingOverlay.schema.json b/registry/schemas/NavbarLayoutFloatingOverlay.schema.json index 3e8b0ed..7353a79 100644 --- a/registry/schemas/NavbarLayoutFloatingOverlay.schema.json +++ b/registry/schemas/NavbarLayoutFloatingOverlay.schema.json @@ -3,7 +3,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 60c309e22bdbea922a9cefc2fb98d611a4044d33 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:41 +0000 Subject: [PATCH 23/51] Update registry/schemas/NavbarStyleApple.schema.json --- registry/schemas/NavbarStyleApple.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarStyleApple.schema.json b/registry/schemas/NavbarStyleApple.schema.json index eafb975..fb32ea1 100644 --- a/registry/schemas/NavbarStyleApple.schema.json +++ b/registry/schemas/NavbarStyleApple.schema.json @@ -2,6 +2,6 @@ "name": "NavbarStyleApple", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')" + "brandName?": "string (default: 'ASTROSEC')" } } \ No newline at end of file -- 2.49.1 From 9c1879475b287977565a975b71b68f7d1146db0e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:41 +0000 Subject: [PATCH 24/51] Update registry/schemas/NavbarStyleCentered.schema.json --- registry/schemas/NavbarStyleCentered.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarStyleCentered.schema.json b/registry/schemas/NavbarStyleCentered.schema.json index cbd10aa..7966586 100644 --- a/registry/schemas/NavbarStyleCentered.schema.json +++ b/registry/schemas/NavbarStyleCentered.schema.json @@ -4,7 +4,7 @@ "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", "topBarButton?": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "className?": "string (default: '')" } } \ No newline at end of file -- 2.49.1 From e37ecdff1d6151556a4899925917a48dc6d96fcb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:42 +0000 Subject: [PATCH 25/51] Update registry/schemas/NavbarStyleFullscreen.schema.json --- registry/schemas/NavbarStyleFullscreen.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarStyleFullscreen.schema.json b/registry/schemas/NavbarStyleFullscreen.schema.json index ac5ede8..bbbbb0b 100644 --- a/registry/schemas/NavbarStyleFullscreen.schema.json +++ b/registry/schemas/NavbarStyleFullscreen.schema.json @@ -2,7 +2,7 @@ "name": "NavbarStyleFullscreen", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'AstroSec')", + "brandName?": "string (default: 'ASTROSEC')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From 7b685d45019acdd3a20b10d3c834359afa7ae53c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:42 +0000 Subject: [PATCH 26/51] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5745534..3e43a3b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "AstroSec - Cybersecurity & AI Solutions", description: "Next-generation security and AI solutions for enterprises" + title: "ASTROSEC - Cybersecurity & AI Solutions", description: "Next-generation security and AI solutions for enterprises" }; export default function RootLayout({ @@ -573,7 +573,7 @@ export default function RootLayout({ selection.addRange(range); } } catch (e) { - console.warn('[AstroSec] Could not set caret position:', e); + console.warn('[ASTROSEC] Could not set caret position:', e); } } }; @@ -1098,13 +1098,13 @@ export default function RootLayout({ } } } catch (err) { - console.warn('[AstroSec] Failed to revert change:', err); + console.warn('[ASTROSEC] Failed to revert change:', err); } }); } clearLocalChanges(); } catch (error) { - console.error('[AstroSec] Failed to cancel changes:', error); + console.error('[ASTROSEC] Failed to cancel changes:', error); } return; } @@ -1121,7 +1121,7 @@ export default function RootLayout({ try { element = document.querySelector(selector); } catch (err) { - console.warn('[AstroSec] Invalid selector:', selector); + console.warn('[ASTROSEC] Invalid selector:', selector); } } @@ -1186,7 +1186,7 @@ export default function RootLayout({ } } } catch (error) { - console.error('[AstroSec] Invalid selector for button update:', selector, error); + console.error('[ASTROSEC] Invalid selector for button update:', selector, error); } return; } -- 2.49.1 From 8ca2ee44129c10125d5762df022b7a3efb446f29 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:43 +0000 Subject: [PATCH 27/51] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ea26cd..ad98bb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -279,7 +279,7 @@ export default function LandingPage() { ], }, ]} - bottomLeftText="© 2025 AstroSec. All rights reserved." + bottomLeftText="© 2025 ASTROSEC. All rights reserved." bottomRightText="Securing Tomorrow, Today" /> -- 2.49.1 From a5b6030d4349450d3f2202e068b18b288c4578f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:43 +0000 Subject: [PATCH 28/51] Update src/components/navbar/Logo.tsx --- src/components/navbar/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/Logo.tsx b/src/components/navbar/Logo.tsx index dd05fe9..95485df 100644 --- a/src/components/navbar/Logo.tsx +++ b/src/components/navbar/Logo.tsx @@ -18,7 +18,7 @@ interface LogoProps { const Logo = ({ // logoSrc, // logoAlt = "", - brandName = "AstroSec", + brandName = "ASTROSEC", // className = "", // imageClassName = "", textClassName = "", -- 2.49.1 From 11417ea61bb0334b9184245e50d58e8b9f85c331 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:44 +0000 Subject: [PATCH 29/51] Update src/components/navbar/NavbarLayoutFloatingInline.tsx --- src/components/navbar/NavbarLayoutFloatingInline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarLayoutFloatingInline.tsx b/src/components/navbar/NavbarLayoutFloatingInline.tsx index 5691023..32c86a9 100644 --- a/src/components/navbar/NavbarLayoutFloatingInline.tsx +++ b/src/components/navbar/NavbarLayoutFloatingInline.tsx @@ -23,7 +23,7 @@ interface NavbarLayoutFloatingInlineProps { const NavbarLayoutFloatingInline = ({ navItems, - brandName = "AstroSec", + brandName = "ASTROSEC", button, animateOnLoad = true, className = "", -- 2.49.1 From c1ee4e46cb409865fb678c9c22e7870c19441e11 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:44 +0000 Subject: [PATCH 30/51] Update src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx --- .../NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx index c36edf1..84e0686 100644 --- a/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx +++ b/src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx @@ -28,7 +28,7 @@ const NavbarLayoutFloatingOverlay = ({ // logoSrc, // logoAlt = "", className = "", - brandName = "AstroSec", + brandName = "ASTROSEC", button, buttonClassName = "", buttonTextClassName = "", -- 2.49.1 From 357ca8e083d85bd68f0731a11a1b0148fc195387 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:45 +0000 Subject: [PATCH 31/51] Update registry/components/FooterBase.json --- registry/components/FooterBase.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterBase.json b/registry/components/FooterBase.json index ba51448..5da168e 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "ASTROSEC", + "default": "AstroSec", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | ASTROSEC", + "default": "© 2025 | AstroSec", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -51,8 +51,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 619d925dbe382de56a8e18efa7b13f54bc917c14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:46 +0000 Subject: [PATCH 32/51] Update src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx --- .../navbar/NavbarStyleCentered/NavbarStyleCentered.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx index 55ded93..23e51da 100644 --- a/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx +++ b/src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx @@ -57,7 +57,7 @@ const NavbarStyleCentered = ({ topBarButton, // logoSrc, // logoAlt = "", - brandName = "AstroSec", + brandName = "ASTROSEC", className = "", }: NavbarStyleCenteredProps) => { const [isActive, setIsActive] = useState(false); -- 2.49.1 From 07cd84f985f8fbe1e0fe7b8f0e355fd0c8bb9c6f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:46 +0000 Subject: [PATCH 33/51] Update registry/components/FooterBaseReveal.json --- registry/components/FooterBaseReveal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FooterBaseReveal.json b/registry/components/FooterBaseReveal.json index 7de69c7..37b0ada 100644 --- a/registry/components/FooterBaseReveal.json +++ b/registry/components/FooterBaseReveal.json @@ -6,7 +6,7 @@ "textRules": { "copyrightText": { "required": false, - "default": "© 2025 | ASTROSEC", + "default": "© 2025 | AstroSec", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 -- 2.49.1 From 1b69bed492ccd9133189c2eb965d03a302bb7ccd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:47 +0000 Subject: [PATCH 34/51] Update src/components/sections/footer/FooterBase.tsx --- src/components/sections/footer/FooterBase.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 1ad9812..fc5ff18 100644 --- a/src/components/sections/footer/FooterBase.tsx +++ b/src/components/sections/footer/FooterBase.tsx @@ -30,11 +30,11 @@ interface FooterBaseProps { const FooterBase = ({ // logoSrc = "/brand/logowhite.svg", - logoText = "AstroSec", + logoText = "ASTROSEC", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | AstroSec`, + copyrightText = `© 2025 | ASTROSEC`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1 From 9e2407082173a7e8fef7e83471dc48fd3ff661ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:47 +0000 Subject: [PATCH 35/51] Update registry/components/FooterLogoEmphasis.json --- registry/components/FooterLogoEmphasis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/components/FooterLogoEmphasis.json b/registry/components/FooterLogoEmphasis.json index d50fa4e..eeac583 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "default": "ASTROSEC", + "default": "AstroSec", "example": "Company Name", "minChars": 2, "maxChars": 30 -- 2.49.1 From 936f7d5605fb1a861663901bc20c4a6bcf015190 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:48 +0000 Subject: [PATCH 36/51] Update src/components/sections/footer/FooterCard.tsx --- src/components/sections/footer/FooterCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterCard.tsx b/src/components/sections/footer/FooterCard.tsx index ebcc289..435edad 100644 --- a/src/components/sections/footer/FooterCard.tsx +++ b/src/components/sections/footer/FooterCard.tsx @@ -26,8 +26,8 @@ interface FooterCardProps { const FooterCard = ({ // logoSrc, // logoAlt = "Logo", - logoText = "AstroSec", - copyrightText = `© 2025 | AstroSec`, + logoText = "ASTROSEC", + copyrightText = `© 2025 | ASTROSEC`, socialLinks, ariaLabel = "Site footer", className = "", -- 2.49.1 From d374f9c4fedd24142bdbf0dbc22b9b0a2569b335 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:48 +0000 Subject: [PATCH 37/51] Update registry/components/FooterMedia.json --- registry/components/FooterMedia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/FooterMedia.json b/registry/components/FooterMedia.json index 6e33e9e..bcfd63c 100644 --- a/registry/components/FooterMedia.json +++ b/registry/components/FooterMedia.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "ASTROSEC", + "default": "AstroSec", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | ASTROSEC", + "default": "© 2025 | AstroSec", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -66,8 +66,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From f3ecb3347fa2ff92a0889b7605c48798c158b2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:48 +0000 Subject: [PATCH 38/51] Update src/components/sections/footer/FooterMedia.tsx --- src/components/sections/footer/FooterMedia.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index 18d0e22..c6dbd00 100644 --- a/src/components/sections/footer/FooterMedia.tsx +++ b/src/components/sections/footer/FooterMedia.tsx @@ -51,11 +51,11 @@ const FooterMedia = ({ imageAlt = "", videoAriaLabel = "Footer video", // logoSrc = "/brand/logowhite.svg", - logoText = "AstroSec", + logoText = "ASTROSEC", // logoWidth = 120, // logoHeight = 40, columns, - copyrightText = `© 2025 | AstroSec`, + copyrightText = `© 2025 | ASTROSEC`, onPrivacyClick, ariaLabel = "Site footer", className = "", -- 2.49.1 From 45a7044f61bbb5eed34e4d212d4429fa9807d6bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:49 +0000 Subject: [PATCH 39/51] Update registry/components/HeroLogo.json --- registry/components/HeroLogo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/HeroLogo.json b/registry/components/HeroLogo.json index 0a56486..c9f68fe 100644 --- a/registry/components/HeroLogo.json +++ b/registry/components/HeroLogo.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": true, - "example": "ASTROSEC", + "example": "AstroSec", "minChars": 2, "maxChars": 20 }, @@ -79,7 +79,7 @@ "blurClassName?": "string", "dimOverlayClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages", "Use for feature showcases", -- 2.49.1 From 06d05894b68e427c992fcd75c1a4b23631f2b756 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:49 +0000 Subject: [PATCH 40/51] Update registry/components/NavbarLayoutFloatingInline.json --- registry/components/NavbarLayoutFloatingInline.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingInline.json b/registry/components/NavbarLayoutFloatingInline.json index 433cb91..db20cdc 100644 --- a/registry/components/NavbarLayoutFloatingInline.json +++ b/registry/components/NavbarLayoutFloatingInline.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "ASTROSEC", + "example": "AstroSec", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'ASTROSEC')", + "brandName?": "string (default: 'AstroSec')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From 221ee0fd20c2d437357dca63c441a964c3f9fdf0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:50 +0000 Subject: [PATCH 41/51] Update registry/components/NavbarLayoutFloatingOverlay.json --- registry/components/NavbarLayoutFloatingOverlay.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarLayoutFloatingOverlay.json b/registry/components/NavbarLayoutFloatingOverlay.json index 92dfc38..9db0fc3 100644 --- a/registry/components/NavbarLayoutFloatingOverlay.json +++ b/registry/components/NavbarLayoutFloatingOverlay.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "ASTROSEC", + "example": "AstroSec", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'ASTROSEC')", + "brandName?": "string (default: 'AstroSec')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 538416f72f72829b3c663ba07e3a686f0d7efdad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:51 +0000 Subject: [PATCH 42/51] Update registry/components/NavbarStyleApple.json --- registry/components/NavbarStyleApple.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleApple.json b/registry/components/NavbarStyleApple.json index 4fc496e..7453a2d 100644 --- a/registry/components/NavbarStyleApple.json +++ b/registry/components/NavbarStyleApple.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "ASTROSEC", + "example": "AstroSec", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -35,7 +35,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'ASTROSEC')" + "brandName?": "string (default: 'AstroSec')" }, "usageExample": "", "do": [ -- 2.49.1 From 08110ef312fe53525dc5fb7e043c8c0d8f2d79ed Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:52 +0000 Subject: [PATCH 43/51] Update registry/components/NavbarStyleCentered.json --- registry/components/NavbarStyleCentered.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index dc7e076..a2eef95 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "ASTROSEC", + "example": "AstroSec", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'ASTROSEC')", + "brandName?": "string (default: 'AstroSec')", "className?": "string (default: '')" }, "usageExample": "", -- 2.49.1 From 370e92f177261578d8e2db6670070d2cad8de3ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:52 +0000 Subject: [PATCH 44/51] Update registry/components/NavbarStyleFullscreen.json --- registry/components/NavbarStyleFullscreen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/NavbarStyleFullscreen.json b/registry/components/NavbarStyleFullscreen.json index 901cf81..487c346 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "ASTROSEC", + "example": "AstroSec", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -49,7 +49,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'ASTROSEC')", + "brandName?": "string (default: 'AstroSec')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From b840a1c7a77e0f7f7647a22475ac36ff906af40c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:53 +0000 Subject: [PATCH 45/51] Update registry/schemas/FooterBase.schema.json --- registry/schemas/FooterBase.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBase.schema.json b/registry/schemas/FooterBase.schema.json index df6c904..51f1a2a 100644 --- a/registry/schemas/FooterBase.schema.json +++ b/registry/schemas/FooterBase.schema.json @@ -2,8 +2,8 @@ "name": "FooterBase", "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 95da83fcadb885230fbe528f7efa02aad8e443de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:54 +0000 Subject: [PATCH 46/51] Update registry/schemas/FooterBaseCard.schema.json --- registry/schemas/FooterBaseCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterBaseCard.schema.json b/registry/schemas/FooterBaseCard.schema.json index 7d4b6a6..f26ce45 100644 --- a/registry/schemas/FooterBaseCard.schema.json +++ b/registry/schemas/FooterBaseCard.schema.json @@ -1,9 +1,9 @@ { "name": "FooterBaseCard", "propsSchema": { - "logoText?": "string (default: 'ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 03cd11ee8d1d050222e5b1248e51f7071caf1f0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:55 +0000 Subject: [PATCH 47/51] Update registry/schemas/FooterCard.schema.json --- registry/schemas/FooterCard.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterCard.schema.json b/registry/schemas/FooterCard.schema.json index ba95044..9b99a8d 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From b285e29e5e0da886349828b7c092b91bd3737d36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:56 +0000 Subject: [PATCH 48/51] Update registry/schemas/FooterLogoEmphasis.schema.json --- registry/schemas/FooterLogoEmphasis.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoEmphasis.schema.json b/registry/schemas/FooterLogoEmphasis.schema.json index 8e9ec90..b3e7aff 100644 --- a/registry/schemas/FooterLogoEmphasis.schema.json +++ b/registry/schemas/FooterLogoEmphasis.schema.json @@ -2,7 +2,7 @@ "name": "FooterLogoEmphasis", "propsSchema": { "columns": "Array<{ items: Array<{ label: string, href?: string, onClick?: () => void }> }> - Footer navigation columns (required, max 5)", - "logoText?": "string (default: 'ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string", -- 2.49.1 From 695e56f54e4a454302bcb3974c28be23b6526944 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:56 +0000 Subject: [PATCH 49/51] Update registry/schemas/FooterLogoReveal.schema.json --- registry/schemas/FooterLogoReveal.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/FooterLogoReveal.schema.json b/registry/schemas/FooterLogoReveal.schema.json index 5aa7eb4..92de1bc 100644 --- a/registry/schemas/FooterLogoReveal.schema.json +++ b/registry/schemas/FooterLogoReveal.schema.json @@ -1,7 +1,7 @@ { "name": "FooterLogoReveal", "propsSchema": { - "logoText?": "string (default: 'ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", "logoLineHeight?": "number (default: 1.1)", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 82e60fb4b1613190e5c91e646048716b2ddf7dcf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:57 +0000 Subject: [PATCH 50/51] Update registry/schemas/FooterMedia.schema.json --- registry/schemas/FooterMedia.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/schemas/FooterMedia.schema.json b/registry/schemas/FooterMedia.schema.json index b081187..2d4953c 100644 --- a/registry/schemas/FooterMedia.schema.json +++ b/registry/schemas/FooterMedia.schema.json @@ -6,8 +6,8 @@ "videoSrc": "string (required if no imageSrc)", "videoAriaLabel?": "string (default: 'Footer video')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'ASTROSEC')", - "copyrightText?": "string (default: '© 2025 | ASTROSEC')", + "logoText?": "string (default: 'AstroSec')", + "copyrightText?": "string (default: '© 2025 | AstroSec')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 4540768849ad92108d0884a981c0d7e774f8f461 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:07:58 +0000 Subject: [PATCH 51/51] Update registry/schemas/NavbarLayoutFloatingInline.schema.json --- registry/schemas/NavbarLayoutFloatingInline.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/schemas/NavbarLayoutFloatingInline.schema.json b/registry/schemas/NavbarLayoutFloatingInline.schema.json index 5893e5d..846fbab 100644 --- a/registry/schemas/NavbarLayoutFloatingInline.schema.json +++ b/registry/schemas/NavbarLayoutFloatingInline.schema.json @@ -2,7 +2,7 @@ "name": "NavbarLayoutFloatingInline", "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'ASTROSEC')", + "brandName?": "string (default: 'AstroSec')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1