@adia-ai/adia-ui-forge 0.8.60 → 0.8.62

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.
@@ -102,7 +102,7 @@ tag other than its own name needs the same tag-independent scope check.
102
102
 
103
103
  - `chart.css` data slots reference `--a-data-0..9` (tokens, not raw)
104
104
  - `card.css` mask uses `--a-chrome-light` (mask is opacity-only; value is semantic)
105
- - Drawer/modal scrims use `--a-chrome-backdrop`
105
+ - Drawer/modal scrims use `--a-scrim-dialog` (aliases.css, gh#373: routes to `--a-chrome-scrim-dialog`, 80% black, not `--a-chrome-backdrop`)
106
106
 
107
107
  If you find a raw value elsewhere, either:
108
108
 
@@ -118,7 +118,7 @@ Added in v0.5.0 — use these for UI chrome:
118
118
  - `--a-chrome-border` — subtle hairline borders
119
119
  - `--a-chrome-ring-subtle` — focus rings, outlines
120
120
  - `--a-chrome-shadow-soft` — elevation shadows
121
- - `--a-chrome-backdrop` modal/drawer backdrops
121
+ - `--a-chrome-backdrop` - generic 50% chrome overlay, reserved for non-dialog UI chrome; no current consumers. Modal/drawer backdrops use `--a-scrim-dialog` instead (80% black, gh#373, see `--a-chrome-scrim-dialog` in features.css' CHROME block)
122
122
 
123
123
  ## Data palette
124
124