From fbca247a84bac33e2adb57384e8f993cc095ea49 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:04 +0000 Subject: [PATCH] Switch to version 1: remove registry/components/NavbarStyleApple.json --- registry/components/NavbarStyleApple.json | 52 ----------------------- 1 file changed, 52 deletions(-) delete mode 100644 registry/components/NavbarStyleApple.json diff --git a/registry/components/NavbarStyleApple.json b/registry/components/NavbarStyleApple.json deleted file mode 100644 index 0128167..0000000 --- a/registry/components/NavbarStyleApple.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "NavbarStyleApple", - "description": "Minimal Apple-style navigation bar with brand/logo on the left and inline navigation links aligned right.", - "details": "Use for clean, product-focused websites where the navbar should be subtle and not distract from main content. Keeps typography and spacing minimal with a focus on elegance and clarity. Supports both internal anchor links (scrolls to section) and external URLs (opens in new tab).", - "constraints": { - "minLinks": 3, - "maxLinks": 7, - "preferredCount": 5, - "brandRules": { - "required": false, - "minChars": 2, - "maxChars": 20, - "example": "Webild", - "fallbackBehavior": "Shows brandName text" - }, - "linkRules": { - "name": { - "required": true, - "minChars": 2, - "maxChars": 15, - "example": "About" - }, - "id": { - "required": true, - "format": "section-id | url", - "examples": [ - "about", - "services", - "https://github.com", - "www.example.com" - ], - "behavior": "Internal IDs scroll to section, URLs open in new tab" - } - } - }, - "propsSchema": { - "navItems": "Array<{name: string, id: string}>", - "brandName?": "string (default: 'Webild')" - }, - "usageExample": "", - "do": [ - "Use for product catalogs", - "Use for e-commerce", - "Requires navItems[]" - ], - "dont": [], - "editRules": { - "textOnly": true, - "layoutLocked": true, - "styleLocked": true - } -}