From 7202bbeb7ed5aa34ef3824d9854fc0e53395fb96 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:19:16 +0000 Subject: [PATCH] Switch to version 2: added registry/schemas/ContactText.schema.json --- registry/schemas/ContactText.schema.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 registry/schemas/ContactText.schema.json diff --git a/registry/schemas/ContactText.schema.json b/registry/schemas/ContactText.schema.json new file mode 100644 index 0000000..35eea53 --- /dev/null +++ b/registry/schemas/ContactText.schema.json @@ -0,0 +1,16 @@ +{ + "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