diff --git a/scripts/figma-sync.py b/scripts/figma-sync.py index b16a634..bf35047 100755 --- a/scripts/figma-sync.py +++ b/scripts/figma-sync.py @@ -128,7 +128,7 @@ async def main(): "components": [ { "name": c.name, - "atomic_type": c.atomic_type.value if hasattr(c.atomic_type, 'value') else str(c.atomic_type), + "classification": c.classification.value if hasattr(c.classification, 'value') else str(c.classification), "variant_count": len(c.variants) if c.variants else 0, } for c in components