@adia-ai/web-components 0.8.8 → 0.8.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,11 +45,15 @@ props:
45
45
  type: string
46
46
  dynamic: true
47
47
  variant:
48
- description: Semantic variant — `default | info | success | warning | danger`.
48
+ description: Semantic variant — `default | accent | info | success | warning | danger`.
49
+ `accent` is brand-primary emphasis for non-semantic labels — a filter chip
50
+ or taxonomy tag that shouldn't imply a success/warning/danger state. Mirrors
51
+ <badge-ui>'s `accent` variant token-for-token.
49
52
  type: string
50
53
  default: default
51
54
  enum:
52
55
  - default
56
+ - accent
53
57
  - info
54
58
  - success
55
59
  - warning