From 46855a01e3c3b845728bc9efa9d9ad6d043f2cb8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:21 +0000 Subject: [PATCH] Switch to version 1: remove registry/components/TextNumberCount.json --- registry/components/TextNumberCount.json | 40 ------------------------ 1 file changed, 40 deletions(-) delete mode 100644 registry/components/TextNumberCount.json diff --git a/registry/components/TextNumberCount.json b/registry/components/TextNumberCount.json deleted file mode 100644 index 75acdc6..0000000 --- a/registry/components/TextNumberCount.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "TextNumberCount", - "description": "Animated number counter that increments smoothly from a start to an end value.", - "details": "Use for statistics, or metrics where a counting animation adds emphasis. Numbers animate on mount or when scrolled into view. Supports decimals, currency, and optional suffix/prefix.", - "constraints": { - "numberRules": { - "value": { - "required": true, - "example": 99.99 - }, - "startFrom": { - "required": false, - "example": 0 - } - } - }, - "propsSchema": { - "value": "number", - "startFrom?": "number", - "duration?": "number", - "format?": "Intl.NumberFormatOptions", - "locales?": "string", - "prefix?": "string", - "suffix?": "string", - "animateOnScroll?": "boolean", - "threshold?": "number", - "className?": "string" - }, - "usageExample": "", - "do": [ - "Use for statistics displays", - "Use for achievement showcases" - ], - "dont": [], - "editRules": { - "textOnly": true, - "layoutLocked": true, - "styleLocked": true - } -}