{
    "schema": "geocientificos.component-contract.v1",
    "version": "1.0.0",
    "components": {
        "button": {
            "variants": [
                "primary",
                "secondary",
                "ghost",
                "danger"
            ],
            "states": [
                "default",
                "hover",
                "focus",
                "active",
                "disabled",
                "loading"
            ],
            "minimum_height": "48px"
        },
        "field": {
            "label_required": true,
            "minimum_height": "48px",
            "states": [
                "default",
                "focus",
                "error",
                "disabled",
                "readonly"
            ]
        },
        "card": {
            "variants": [
                "standard",
                "elevated",
                "informational"
            ]
        },
        "table": {
            "caption_required": true,
            "minimum_row_height": "52px"
        },
        "status": {
            "variants": [
                "information",
                "success",
                "warning",
                "danger"
            ],
            "color_only_prohibited": true
        },
        "navigation": {
            "keyboard_accessible": true,
            "visible_focus_required": true
        }
    },
    "status": "approved",
    "canonical": "https://gecim.hurik.pe/preview/component-contract.json",
    "usage_rule": "Reuse registered components before creating new markup.",
    "missing_component_rule": "Stop and request a documented design-system extension.",
    "naming": {
        "project_id": "gecim",
        "project_name": "GECIM",
        "design_system_id": "gecim-design-system",
        "design_system_name": "GECIM Design System",
        "display_name": "GECIM · Sistema visual aprobado",
        "canonical_path": "/preview",
        "canonical_url": "https://gecim.hurik.pe/preview",
        "laravel_route": "gecim.preview",
        "css_variable_prefix": "--gc-",
        "component_namespace": "x-ui"
    }
}
