@adia-ai/web-modules 0.8.23 → 0.8.25

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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog — @adia-ai/web-modules
2
2
 
3
+ ## [0.8.25] — 2026-07-31
4
+
5
+ ### Fixed
6
+ - **`theme-panel[scheme-toggle]` gains a System option** (operator report). The segmented control only offered Light/Dark, so a user who picked either couldn't return to OS-following `auto` from the UI — and the control silently collapsed "System, currently resolving light" to just "Light", hiding that auto was even active. Added a System segment; every sync point (initial resolve, live `prefers-color-scheme` changes, reset, programmatic `.apply()`) now reflects the RAW scheme intent (`auto`/`light`/`dark`) on the segment, not the resolved paint — System stays selected across an OS theme flip.
7
+ - **theme-panel's scoped-target demo used a stale pre-ADR-0035 token** (`--a-radius-2`, doesn't exist post the v0.6.48 foundation reorg) — its preview pane's border-radius was permanently invalid-at-computed-value, always rendering 0px regardless of the radius slider. Root-target (default) parametric radius was never broken — verified via a real mouse drag (value 1→2, a live button's radius 9.3px→14px, correctly clamped). The scoped-target demo itself was also asserting a capability the framework didn't have at the time: `[parametric]` density/radius only reactively recomputed for `target=":root"` (gh#570 — the derived tokens were declared once on `:root`, so a scoped-target override never triggered their re-derivation). **gh#570 is fixed in this same release** (see `@adia-ai/web-components`'s `theme-panel[parametric]` entry above) via a `data-parametric-scope` marker that re-derives the chain for a scoped target too — the demo's scoped instance keeps `[parametric]` and now works correctly. `[theme]`/`color-scheme` scoping to a non-root target was unaffected throughout and continues to work.
8
+
9
+ ### Maintenance
10
+ - **`billing/` touched in this release window** (6 file(s), e.g. `billing-overview/billing-overview.examples.html`) — carried by the entries above.
11
+ - **`dashboard/` touched in this release window** (2 file(s), e.g. `dashboard-layout/dashboard-layout.examples.html`) — carried by the entries above.
12
+ - **`dist/` bundles rebuilt** in this cut's window (1 file(s)) — regenerated from the source changes described above, not independent edits.
13
+ - **`feedback/` touched in this release window** (1 file(s), e.g. `confirm-dialog/confirm-dialog.examples.html`) — carried by the entries above.
14
+ - **`form/` touched in this release window** (1 file(s), e.g. `form-popover/form-popover.examples.html`) — carried by the entries above.
15
+ - **`onboarding/` touched in this release window** (1 file(s), e.g. `onboarding-checklist/onboarding-checklist.examples.html`) — carried by the entries above.
16
+ - **`settings/` touched in this release window** (2 file(s), e.g. `integrations-page/integrations-page.examples.html`) — carried by the entries above.
17
+
18
+ ## [0.8.24] — 2026-07-30
19
+
20
+ ### Maintenance
21
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.24 work shipped in requiredIcons drift cleared across 16 components + checker comment handling (gh#550), worktree bootstrap workspace-link hardening + retrieval corpus-pin fix (gh#554), list-item two-line icon centering (gh#558), card footer bottom-pinning (gh#559). See `packages/web-components/CHANGELOG.md#0824--2026-07-30` for details.
22
+ - **`dist/` bundles rebuilt** in this cut's window (1 file(s)) — regenerated from the source changes described above, not independent edits.
23
+
3
24
  ## [0.8.23] — 2026-07-30
4
25
 
5
26
  ### Changed