project-standalo-sonic-cloud/.workflow/versions/v003/contexts/component_label_stats.yml

40 lines
883 B
YAML

task_id: task_create_component_label_stats
entity_id: component_label_stats
generated_at: '2025-12-18T17:43:33.732423'
workflow_version: v003
target:
type: component
definition:
id: component_label_stats
name: LabelStats
props:
- name: stats
type: LabelStats
required: true
description: Statistics object
events: []
uses_apis: []
uses_components: []
internal_state: []
variants:
- default
- compact
related:
models: []
apis: []
components: []
dependencies:
entity_ids: []
definitions: []
files:
to_create:
- app/components/LabelStats.tsx
reference: []
acceptance:
- criterion: Component renders without errors
verification: Import and render in test
- criterion: Props are typed correctly
verification: TypeScript compilation
- criterion: Events fire correctly
verification: Test event handlers