init: company-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:49:00 +09:00
parent 57d1bab894
commit f668d6a158
962 changed files with 98989 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
design-components:
version: 1
components:
- id: button
state: stable
surfaces: [public-web, product-app, interactive-learning, developer-platform]
recipe: actions/button.yaml
examples: [primary-task, secondary-task, destructive-confirmation]
anti-examples: [multiple-primary-actions, icon-without-name]
tokens: [color.accent, color.danger, radius.control, motion.fast]
- id: field
state: stable
surfaces: [public-web, product-app, interactive-learning, developer-platform]
recipe: forms/field.yaml
examples: [labeled-input, inline-validation]
anti-examples: [placeholder-as-label, error-by-color-only]
tokens: [color.text, color.text-muted, color.border, radius.control]
- id: status-panel
state: candidate
surfaces: [product-app, interactive-learning, developer-platform]
recipe: feedback/status-panel.yaml
examples: [empty, loading, error, partial, completed]
anti-examples: [blank-screen, spinner-without-context]
tokens: [color.surface, color.text, color.danger, radius.surface]