{ "name": "FeatureCardTwentyOne", "description": "Split layout with media on one side and TextBox with accordion items on the other.", "constraints": { "textRules": { "title": { "required": true, "example": "Custom designs", "minChars": 2, "maxChars": 60 }, "description": { "required": true, "example": "Explore our range of customizable solutions designed to meet your unique needs.", "minChars": 10, "maxChars": 300 }, "tag": { "required": false, "example": "Features", "minChars": 2, "maxChars": 30 } }, "accordionRules": { "id": { "required": true, "example": "1", "note": "Unique identifier for each accordion item" }, "title": { "required": true, "example": "Inspiration + innovation", "minChars": 2, "maxChars": 60, "note": "Accordion header text" }, "content": { "required": true, "example": "From custom colourways to bespoke elements built from the ground up.", "minChars": 10, "maxChars": 500, "note": "Accordion expanded content (supports HTML)" } }, "itemRules": { "minItems": 2, "maxItems": 6, "recommendedItems": 3 } }, "propsSchema": { "title": "string", "titleSegments?": "Array<{ type: 'text', content: string } | { type: 'image', src: string, alt?: string }> - For inline images in title", "description": "string", "tag?": "string", "tagIcon?": "LucideIcon", "buttons?": "Array<{text: string, onClick?: () => void, href?: string}>", "accordionItems": "Array<{ id: string, title: string, content: string }>", "imageSrc?": "string (either imageSrc or videoSrc required)", "imageAlt?": "string", "videoSrc?": "string (either imageSrc or videoSrc required)", "videoAriaLabel?": "string", "useInvertedBackground": "'noInvert' | 'invertDefault'", "mediaPosition?": "'left' | 'right' (default: 'left')", "ariaLabel?": "string (default: 'Feature section')", "className?": "string" }, "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", "Requires titleSegments?[]", "Requires buttons?[]", "Requires accordionItems[]" ], "dont": [ "Do not use less than 2 items", "Do not use more than 6 items" ], "editRules": { "textOnly": true, "layoutLocked": true, "styleLocked": true } }