From 407efd88104e8a23dc33bb48186f2e3040acfb44 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:38 +0000 Subject: [PATCH] Switch to version 1: remove registry/schemas/ContactText.schema.json --- registry/schemas/ContactText.schema.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 registry/schemas/ContactText.schema.json diff --git a/registry/schemas/ContactText.schema.json b/registry/schemas/ContactText.schema.json deleted file mode 100644 index 35eea53..0000000 --- a/registry/schemas/ContactText.schema.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "ContactText", - "propsSchema": { - "text": "string", - "animationType?": "'entrance-slide' | 'reveal-blur' | 'background-highlight' (default: 'entrance-slide')", - "buttons?": "Array<{text: string, onClick?: () => void, href?: string}>", - "useInvertedBackground": "boolean", - "ariaLabel?": "string (default: 'Contact section')", - "className?": "string", - "containerClassName?": "string - Card wrapper styling", - "textClassName?": "string - TextAnimation heading styling", - "buttonContainerClassName?": "string", - "buttonClassName?": "string", - "buttonTextClassName?": "string" - } -} \ No newline at end of file