@adia-ai/web-modules 0.7.9 → 0.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog — @adia-ai/web-modules
2
2
 
3
+ ## [0.7.10] — 2026-06-03
4
+
5
+ ### Added
6
+ - **New `<embed-shell>` shell (draft).** Embedded multi-surface shell — composes a primary `[app]` surface with consumer-supplied `[panel="<name>"]` surfaces, arranged responsively: ≥760px the open panel is an equal 50/50 column beside the app (frame grows to fit); <760px it is a cover sheet that slides up over the app (identity transform at rest, so popovers inside still anchor). Peer of `<admin-shell>`; content-agnostic (owns layout, not content). Clean attribute contract (ADR-0024): `[app]`, `[panel="<name>"]`, trigger `[opens="<name>"]`. Files: `shell/embed-shell/{embed-shell.yaml,embed-shell.css,embed-shell.js}` + registered in `shell/index.js` + `index.css`.
7
+
8
+ ### Changed
9
+ - **CDN bundle rebuilt** — `dist/everything.min.js` regenerated to carry `<embed-shell>` + the v0.7.10 `@adia-ai/web-components` changes (`<frame-ui>`, `list-item-ui` grid, `[verse]` type bump) into the kitchen-sink bundle.
10
+
3
11
  ## [0.7.9] — 2026-06-03
4
12
 
5
13
  ### Changed