From 498551affbf8a8e65941cfb8772d7ff4b9954091 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:43 +0000 Subject: [PATCH 01/37] 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 c6c24df..1e1e4c7 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "Contact Us ", + "default": "CONTACT US ", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Contact Us ", + "default": "© 2025 | CONTACT US ", "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: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 85a9b309f06b36560d2169f5aa37ea25c2645ead Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:43 +0000 Subject: [PATCH 02/37] 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 4e48e8a..2058f89 100644 --- a/registry/components/FooterBaseCard.json +++ b/registry/components/FooterBaseCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | Contact Us ", + "example": "© 2025 | CONTACT US ", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "Contact Us ", + "example": "CONTACT US ", "minChars": 2, "maxChars": 30, "note": "Text used for h2 heading" @@ -34,9 +34,9 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "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 aa39b546a4238932299dd7cfd86bdd8d5a1b1956 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:44 +0000 Subject: [PATCH 03/37] 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 b32d396..f21b369 100644 --- a/registry/components/FooterBaseReveal.json +++ b/registry/components/FooterBaseReveal.json @@ -6,7 +6,7 @@ "textRules": { "copyrightText": { "required": false, - "default": "© 2025 | Contact Us ", + "default": "© 2025 | CONTACT US ", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 -- 2.49.1 From 9a8498595f377c49067cf043a5134b51adaa6c11 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:44 +0000 Subject: [PATCH 04/37] 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 20c1fb7..23cfe1f 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | Contact Us ", + "example": "© 2025 | CONTACT US ", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "Contact Us ", + "example": "CONTACT US ", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -33,8 +33,8 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "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 ae256770783da667a42859e70da929ac89c18911 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:45 +0000 Subject: [PATCH 05/37] 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 67720b6..6dded78 100644 --- a/registry/components/FooterLogoEmphasis.json +++ b/registry/components/FooterLogoEmphasis.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "default": "Contact Us ", + "default": "CONTACT US ", "example": "Company Name", "minChars": 2, "maxChars": 30 -- 2.49.1 From 4e8a5aeff0fab6c6496aed917ec2f0276dfc0a50 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:45 +0000 Subject: [PATCH 06/37] 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 eb400b1..54070c6 100644 --- a/registry/components/FooterLogoReveal.json +++ b/registry/components/FooterLogoReveal.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": false, - "example": "Contact Us ", + "example": "CONTACT US ", "minChars": 2, "maxChars": 30, "note": "Text used for SVG logo" @@ -20,7 +20,7 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", "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 d1096ff14713e5a76af7fbe82f08ff6dc090966a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:46 +0000 Subject: [PATCH 07/37] 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 574be78..6db71ec 100644 --- a/registry/components/FooterMedia.json +++ b/registry/components/FooterMedia.json @@ -6,14 +6,14 @@ "textRules": { "logoText": { "required": false, - "default": "Contact Us ", + "default": "CONTACT US ", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Contact Us ", + "default": "© 2025 | CONTACT US ", "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: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 2bd72477f7886ea83634d1adea843530f8c71399 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:46 +0000 Subject: [PATCH 08/37] 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 7792950..1811e35 100644 --- a/registry/components/FooterSimple.json +++ b/registry/components/FooterSimple.json @@ -12,7 +12,7 @@ }, "bottomRightText": { "required": true, - "example": "Made with Contact Us ", + "example": "Made with CONTACT US ", "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 59e1ccd56c4a1c2f1b5e409859d0d19dbde11db0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:46 +0000 Subject: [PATCH 09/37] 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 29c004d..baf3bae 100644 --- a/registry/components/HeroLogo.json +++ b/registry/components/HeroLogo.json @@ -6,7 +6,7 @@ "textRules": { "logoText": { "required": true, - "example": "Contact Us ", + "example": "CONTACT US ", "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 cb00eaff592866f28e3562fcfeed6b25e4c18bde Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:47 +0000 Subject: [PATCH 10/37] 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 5537218..ad42b2c 100644 --- a/registry/components/NavbarLayoutFloatingInline.json +++ b/registry/components/NavbarLayoutFloatingInline.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Contact Us ", + "example": "CONTACT US ", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -52,7 +52,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From 4d796b14dde2c70bb4907e77850bd9d10bbdb655 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:47 +0000 Subject: [PATCH 11/37] 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 7276b52..c434430 100644 --- a/registry/components/NavbarLayoutFloatingOverlay.json +++ b/registry/components/NavbarLayoutFloatingOverlay.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Contact Us ", + "example": "CONTACT US ", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "className?": "string", - "brandName?": "string (default: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From f791d6af6077aa036eed90c131af5b66c5f8da59 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:48 +0000 Subject: [PATCH 12/37] 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 06fa816..d4e64ab 100644 --- a/registry/components/NavbarStyleApple.json +++ b/registry/components/NavbarStyleApple.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Contact Us ", + "example": "CONTACT US ", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -35,7 +35,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Contact Us ')" + "brandName?": "string (default: 'CONTACT US ')" }, "usageExample": "", "do": [ -- 2.49.1 From da695b445c5f4d7297782f3112eec63d9d48a845 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:48 +0000 Subject: [PATCH 13/37] 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 df1f594..108cbd6 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Contact Us ", + "example": "CONTACT US ", "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: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "className?": "string (default: '')" }, "usageExample": "", -- 2.49.1 From cf4c76d509b65e2614593e86a06b888869b825f3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:49 +0000 Subject: [PATCH 14/37] 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 ba1b3f3..1ede9e8 100644 --- a/registry/components/NavbarStyleFullscreen.json +++ b/registry/components/NavbarStyleFullscreen.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Contact Us ", + "example": "CONTACT US ", "fallbackBehavior": "Shows brandName text" }, "linkRules": { @@ -49,7 +49,7 @@ }, "propsSchema": { "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From 9c945c1bdc398fec92e56ce136f789a92635297c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:49 +0000 Subject: [PATCH 15/37] 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 e01e299..f0f42d1 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: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 10e36484382ae25d3ddadf0b458618e7798e3570 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:50 +0000 Subject: [PATCH 16/37] 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 7d63895..9a58b6b 100644 --- a/registry/schemas/FooterBaseCard.schema.json +++ b/registry/schemas/FooterBaseCard.schema.json @@ -1,9 +1,9 @@ { "name": "FooterBaseCard", "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 3db69ea02407916bcc03f8c11f0ae475c2eba0bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:50 +0000 Subject: [PATCH 17/37] 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 349d749..1019935 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From c05f9953acc6123a107237589d4bd4cacc28e08e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:51 +0000 Subject: [PATCH 18/37] 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 04308e6..145b7b2 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: 'Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "containerClassName?": "string", -- 2.49.1 From de45684412f210c3b3139e2189eee0e5e6075d28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:52 +0000 Subject: [PATCH 19/37] 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 db77af5..3cdf54a 100644 --- a/registry/schemas/FooterLogoReveal.schema.json +++ b/registry/schemas/FooterLogoReveal.schema.json @@ -1,7 +1,7 @@ { "name": "FooterLogoReveal", "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", "logoLineHeight?": "number (default: 1.1)", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 4f6369432958ca37c3e1d0be19bb0b036c39eeb8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:52 +0000 Subject: [PATCH 20/37] 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 94f9a8b..db90a98 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: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", -- 2.49.1 From 3773a426a38261b93e2983d8e551c08982306497 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:53 +0000 Subject: [PATCH 21/37] 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 eb90de3..2a7773c 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: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "button": "{text: string, onClick?: () => void, href?: string}", "animateOnLoad?": "boolean (default: true)", "className?": "string (default: '')", -- 2.49.1 From fbb053dadfb14a6be5f56b8fbc197d2ee8cc9054 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:53 +0000 Subject: [PATCH 22/37] 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 f0a5e73..80a73e2 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: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "button": "{text: string, onClick?: () => void, href?: string}", "buttonClassName?": "string (default: '')", "buttonTextClassName?": "string (default: '')" -- 2.49.1 From 327b6398e4ea5469d23cde682f2a48e4181bcbb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:54 +0000 Subject: [PATCH 23/37] 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 5b565d5..fc132ba 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: 'Contact Us ')" + "brandName?": "string (default: 'CONTACT US ')" } } \ No newline at end of file -- 2.49.1 From b44d4db3abf505015c2bd57feaf6f29ac35d90a1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:54 +0000 Subject: [PATCH 24/37] 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 fb5fe7e..f619a23 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: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "className?": "string (default: '')" } } \ No newline at end of file -- 2.49.1 From e9e0469682245d430c7b5141304fa1aba7bd104f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:55 +0000 Subject: [PATCH 25/37] 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 e124c5e..78e88dd 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: 'Contact Us ')", + "brandName?": "string (default: 'CONTACT US ')", "bottomLeftText?": "string (default: 'Global Community')", "bottomRightText?": "string (default: 'hello@example.com')", "topBarClassName?": "string (default: '')" -- 2.49.1 From 6033bbff8100a4b564650f0ac6582bddcc4aef7e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:44:55 +0000 Subject: [PATCH 26/37] Update src/app/layout.tsx --- src/app/layout.tsx | 1377 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1372 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5b240bc..930d51b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -626,7 +626,7 @@ export default function RootLayout({ selection.addRange(range); } } catch (e) { - console.warn('[Contact Us ] Could not set caret position:', e); + console.warn('[CONTACT US ] Could not set caret position:', e); } } }; @@ -1151,13 +1151,13 @@ export default function RootLayout({ } } } catch (err) { - console.warn('[Contact Us ] Failed to revert change:', err); + console.warn('[CONTACT US ] Failed to revert change:', err); } }); } clearLocalChanges(); } catch (error) { - console.error('[Contact Us ] Failed to cancel changes:', error); + console.error('[CONTACT US ] Failed to cancel changes:', error); } return; } @@ -1174,7 +1174,7 @@ export default function RootLayout({ try { element = document.querySelector(selector); } catch (err) { - console.warn('[Contact Us ] Invalid selector:', selector); + console.warn('[CONTACT US ] Invalid selector:', selector); } } @@ -1239,7 +1239,1374 @@ export default function RootLayout({ } } } catch (error) { - console.error('[Contact Us ] Invalid selector for button update:', selector, error); + console.error('[CONTACT US ] Invalid selector for button update:', selector, error); + } + return; + } + + if (!isActive) return; + + if (e.data.type === 'webild-replace-image') { + const { selector, newSrc, isBackground, allowMediaTypeSwap } = e.data.data; + let element = null; + + try { + element = document.querySelector(selector); + } catch { + window.parent.postMessage({ + type: 'webild-image-replacement-error', + data: { selector, message: 'Invalid selector: ' + error.message, success: false } + }, '*'); + return; + } + + if (!element) { + window.parent.postMessage({ + type: 'webild-image-replacement-error', + data: { selector, message: 'Element not found', success: false } + }, '*'); + return; + } + + try { + let replaced = false; + let oldValue = ''; + + if (isBackground) { + oldValue = window.getComputedStyle(element).backgroundImage; + element.style.backgroundImage = \`url('\${newSrc}')\`; + replaced = true; + } else if (element.tagName.toLowerCase() === 'img') { + oldValue = element.src; + const newMediaType = getMediaTypeFromUrl(newSrc); + if (newMediaType === 'video' && allowMediaTypeSwap) { + const swapped = swapMediaElement(element, 'video', newSrc); + if (selectedElement === element) selectedElement = swapped; + element = swapped; + } else { + element.src = newSrc; + } + replaced = true; + } else if (element.tagName.toLowerCase() === 'video') { + oldValue = element.src || element.currentSrc || ''; + const newMediaType = getMediaTypeFromUrl(newSrc); + const sources = element.querySelectorAll('source'); + if (newMediaType === 'image' && allowMediaTypeSwap) { + const swapped = swapMediaElement(element, 'img', newSrc); + if (selectedElement === element) selectedElement = swapped; + element = swapped; + } else { + if (sources.length > 0) { + sources.forEach(function(source) { source.src = newSrc; }); + element.load(); + } else { + element.src = newSrc; + element.load(); + } + } + replaced = true; + } else { + const hasBackgroundImage = window.getComputedStyle(element).backgroundImage !== 'none'; + if (hasBackgroundImage) { + oldValue = window.getComputedStyle(element).backgroundImage; + element.style.backgroundImage = \`url('\${newSrc}')\`; + replaced = true; + } + } + + if (replaced) { + const elementInfo = getElementInfo(element); + + let cleanOldValue = oldValue; + if (oldValue.includes('url(')) { + const urlMatch = oldValue.match(/url(['"]?([^'")]+)['"]?)/); + if (urlMatch) { + cleanOldValue = urlMatch[1]; + } + } + + cleanOldValue = extractOriginalUrl(cleanOldValue); + + const change = { + type: 'replaceImage', + selector: selector, + oldValue: cleanOldValue, + newValue: newSrc, + elementType: elementInfo.elementType, + sectionId: elementInfo.sectionId, + timestamp: Date.now() + }; + + saveChangeToStorage(change); + + window.parent.postMessage({ + type: 'webild-element-changed', + data: change + }, '*'); + + window.parent.postMessage({ + type: 'webild-image-replaced', + data: { selector, newSrc, success: true } + }, '*'); + } else { + window.parent.postMessage({ + type: 'webild-image-replacement-error', + data: { selector, message: 'Could not determine how to replace image', success: false } + }, '*'); + } + } catch (error) { + window.parent.postMessage({ + type: 'webild-image-replacement-error', + data: { selector, message: error.message || 'Failed to replace image', success: false } + }, '*'); + } + } + }; + + document.addEventListener('mouseover', handleMouseOver, true); + document.addEventListener('mouseout', handleMouseOut, true); + document.addEventListener('click', handleClick, true); + document.addEventListener('keydown', handleKeyDown, true); + document.addEventListener('blur', handleBlur, true); + window.addEventListener('scroll', handleScroll, true); + window.addEventListener('message', handleMessage, true); + + let lastPathname = window.location.pathname; + + const notifyPageChange = () => { + window.parent.postMessage({ + type: 'webild-page-changed', + data: { pathname: window.location.pathname } + }, '*'); + }; + + window.addEventListener('popstate', () => { + if (lastPathname !== window.location.pathname) { + lastPathname = window.location.pathname; + notifyPageChange(); + } + }, true); + + const urlCheckInterval = setInterval(() => { + if (lastPathname !== window.location.pathname) { + lastPathname = window.location.pathname; + notifyPageChange(); + } + }, 500); + + notifyPageChange(); + + window.webildCleanup = () => { + isActive = false; + + if (selectedElement) { + makeUneditable(selectedElement, false); + } + + removeHoverOverlay(); + removeElementTypeLabel(); + + if (urlCheckInterval) { + clearInterval(urlCheckInterval); + } + + document.removeEventListener('mouseover', handleMouseOver, true); + document.removeEventListener('mouseout', handleMouseOut, true); + document.removeEventListener('click', handleClick, true); + document.removeEventListener('keydown', handleKeyDown, true); + document.removeEventListener('blur', handleBlur, true); + window.removeEventListener('scroll', handleScroll, true); + window.removeEventListener('message', handleMessage, true); + + document.querySelectorAll('.' + hoverClass).forEach(el => { + el.classList.remove(hoverClass); + }); + document.querySelectorAll('.' + selectedClass).forEach(el => { + el.classList.remove(selectedClass); + }); + + const styleEl = document.getElementById('webild-inspector-styles'); + if (styleEl) styleEl.remove(); + + hoveredElement = null; + selectedElement = null; + }; + + window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); +})(); +` + }} + /> + +