diff --git a/registry/schemas/FeatureBorderGlow.schema.json b/registry/schemas/FeatureBorderGlow.schema.json deleted file mode 100644 index 6251ba4..0000000 --- a/registry/schemas/FeatureBorderGlow.schema.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "FeatureBorderGlow", - "propsSchema": { - "features": "FeatureCard[] (required) - Array with icon, title, description", - "carouselMode?": "'auto' | 'buttons' (default: 'buttons')", - "uniformGridCustomHeightClasses?": "string (default: 'min-h-75 2xl:min-h-85')", - "animationType": "'none' | 'opacity' | 'slide-up' | 'scale-rotate' | 'blur-reveal'", - "title": "string", - "titleSegments?": "Array<{ type: 'text', content: string } | { type: 'image', src: string, alt?: string }>", - "description": "string", - "tag?": "string", - "tagIcon?": "LucideIcon", - "tagAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'", - "buttons?": "Array<{ text: string, href?: string, onClick?: () => void }>", - "buttonAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'", - "textboxLayout": "'default' | 'split' | 'split-actions' | 'split-description' | 'inline-image'", - "useInvertedBackground": "boolean", - "ariaLabel?": "string (default: 'Feature section')", - "className?": "string", - "containerClassName?": "string", - "cardClassName?": "string", - "iconContainerClassName?": "string", - "iconClassName?": "string", - "textBoxTitleClassName?": "string", - "textBoxTitleImageWrapperClassName?": "string", - "textBoxTitleImageClassName?": "string", - "textBoxDescriptionClassName?": "string", - "cardTitleClassName?": "string", - "cardDescriptionClassName?": "string", - "gridClassName?": "string", - "carouselClassName?": "string", - "controlsClassName?": "string", - "textBoxClassName?": "string", - "textBoxTagClassName?": "string", - "textBoxButtonContainerClassName?": "string", - "textBoxButtonClassName?": "string", - "textBoxButtonTextClassName?": "string" - } -}