{
    "version": 1.1,
    "tags": [
        {
            "name": "fluent-badge",
            "title": "Badge",
            "description": "The Fluent UI badge element",
            "attributes": [
                {
                    "name": "circular",
                    "title": "Circular",
                    "description": "Sets the visual appearance of the badge to circular",
                    "type": "boolean",
                    "default": false,
                    "required": false
                },
                {
                    "name": "fill",
                    "title": "Fill",
                    "description": "Sets the background color to a CSS custom property of the attribute value - var(--badge-fill-[value])",
                    "type": "string",
                    "required": false
                },
                {
                    "name": "color",
                    "title": "Color",
                    "description": "Sets the color to a CSS custom property of the attribute value - var(--badge-color-[value])",
                    "type": "string",
                    "required": false
                },
                {
                    "name": "appearance",
                    "title": "Appearance",
                    "description": "The badge's visual treatment",
                    "type": "string",
                    "values": [
                        {
                            "name": "accent"
                        },
                        {
                            "name": "lightweight"
                        },
                        {
                            "name": "neutral"
                        }
                    ],
                    "default": "lightweight",
                    "required": false
                }
            ],
            "slots": [
                {
                    "name": "",
                    "title": "Default slot",
                    "description": "The content of the badge"
                }
            ]
        }
    ]
}
