@adia-ai/adia-ui-forge 0.8.60 → 0.8.61
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.
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/CHANGELOG.md +40 -0
- package/package.json +1 -1
- package/plugin.yaml +1 -1
- package/scripts/lint-rules.generated.mjs +463 -137
- package/skills/a2ui-maintenance/references/eval-diagnostics.md +2 -2
- package/skills/a2ui-maintenance/references/pipeline-overview.md +3 -1
- package/skills/a2ui-maintenance/references/strategy-engines.md +12 -0
- package/skills/demo-audit/references/admin-shell-anatomy.md +18 -12
- package/skills/package-release/scripts/dispatch-publish.mjs +8 -0
- package/skills/package-release/scripts/gate-roster.mjs +4 -4
- package/skills/package-release/scripts/release-pack.mjs +62 -24
- package/skills/package-release/scripts/stale-copy-warning.mjs +215 -0
- package/skills/package-release/scripts/tag-lockstep.mjs +8 -0
- package/skills/primitive-authoring/references/INDEX.md +1 -0
- package/skills/primitive-authoring/references/examples-structure.md +52 -0
- package/skills/primitive-authoring/references/shell-patterns.md +12 -11
- package/skills/primitive-authoring/references/token-contract.md +2 -2
|
@@ -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`
|
|
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
|
|