Files
23ceccce-6700-4aa7-b7de-b46…/registry/schemas/FeatureProcessSteps.schema.json
2026-02-13 16:42:26 +00:00

35 lines
1.3 KiB
JSON

{
"name": "FeatureProcessSteps",
"propsSchema": {
"title": "string",
"description": "string",
"steps": "Array<{ number: string, title: string, description: string, tag?: string }>",
"useInvertedBackground": "boolean",
"tag?": "string",
"tagIcon?": "LucideIcon",
"tagAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"buttons?": "ButtonConfig[]",
"buttonAnimation?": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"stepsAnimation": "'none' | 'opacity' | 'slide-up' | 'blur-reveal'",
"ariaLabel?": "string (default: 'Process steps section')",
"className?": "string",
"containerClassName?": "string",
"gridClassName?": "string",
"leftColumnClassName?": "string",
"rightColumnClassName?": "string",
"textBoxClassName?": "string",
"titleClassName?": "string",
"descriptionClassName?": "string",
"tagClassName?": "string",
"buttonContainerClassName?": "string",
"buttonClassName?": "string",
"buttonTextClassName?": "string",
"stepsContainerClassName?": "string",
"stepClassName?": "string",
"stepNumberClassName?": "string",
"stepContentClassName?": "string",
"stepTitleClassName?": "string",
"stepTagClassName?": "string",
"stepDescriptionClassName?": "string"
}
}