diff --git a/registry/components/MetricCardTwo.json b/registry/components/MetricCardTwo.json index c7ea590..01fe30d 100644 --- a/registry/components/MetricCardTwo.json +++ b/registry/components/MetricCardTwo.json @@ -1,7 +1,7 @@ { "name": "MetricCardTwo", "description": "Simple metric card with large value and description text.", - "details": "Use for clean, minimal metric displays focused on readability. Layout: Large Value (9xl on mobile, 7xl on lg, bold) → Description (xl text). Card has fixed height (h-50 lg:h-60 2xl:h-70) with space-between layout for consistent vertical spacing. All fields are required for visual consistency. Best for dashboard statistics, simple KPI displays, or metric overviews where simplicity is key. Automatically switches between grid (1-4 items) and carousel (5+ items). Optional header with title, description, tag, and buttons.", + "details": "Use for clean, minimal metric displays focused on readability. Layout: Large Value (9xl on mobile, 7xl on lg, bold) → Description (xl text). Card has fixed height (h-50 lg:h-60 2xl:h-70) with space-between layout for consistent vertical spacing. All fields are required for visual consistency. Best for dashboard statistics, simple KPI displays, or metric overviews where simplicity is key. Automatically switches between grid (1-4 items) and carousel (1+ items). Optional header with title, description, tag, and buttons.", "constraints": { "textRules": { "title": { @@ -32,7 +32,7 @@ }, "value": { "required": true, - "example": "98%", + "example": "100%", "minChars": 1, "maxChars": 15, "note": "Large metric value displayed prominently" @@ -81,7 +81,7 @@ "textBoxButtonClassName?": "string", "textBoxButtonTextClassName?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for statistics displays", "Use for achievement showcases",