Update registry/components/FooterLogoReveal.json

This commit is contained in:
2026-02-24 04:46:00 +00:00
parent 3c73eca13e
commit a23d2c37e9

View File

@@ -5,7 +5,7 @@
"textRules": { "textRules": {
"logoText": { "logoText": {
"required": false, "required": false,
"example": "Webild", "example": "North Star Marketing Lab ",
"minChars": 2, "minChars": 2,
"maxChars": 30, "maxChars": 30,
"note": "Text used for SVG logo" "note": "Text used for SVG logo"
@@ -19,12 +19,12 @@
} }
}, },
"propsSchema": { "propsSchema": {
"logoText?": "string (default: 'Webild')", "logoText?": "string (default: 'North Star Marketing Lab ')",
"logoLineHeight?": "number (default: 1.1)", "logoLineHeight?": "number (default: 1.1)",
"ariaLabel?": "string (default: 'Site footer')", "ariaLabel?": "string (default: 'Site footer')",
"className?": "string" "className?": "string"
}, },
"usageExample": "<FooterLogoReveal logoText=\"Webild\" />", "usageExample": "<FooterLogoReveal logoText=\"North Star Marketing Lab \" />",
"do": [ "do": [
"Use for general use" "Use for general use"
], ],