@adia-ai/web-modules 0.8.16 → 0.8.17
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 +9 -0
- package/dist/everything.min.js +78 -78
- package/dist/web-modules.min.css +1 -1
- package/dist/web-modules.sheet.js +1 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.8.17] — 2026-07-27
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **`<form-popover>` — a form fragment behind a select-style summary trigger** (`form/form-popover/`, new `form/` cluster; operator mock 2026-07-27). Any AdiaUI form primitives as ordinary light-DOM children — check-ui groups, radio-ui groups, input-ui, divider-ui — packaged into an anchored `popover-ui` with a field-look trigger whose summary tracks the fragment live: `{label} · N selected` while any check-ui is checked, `{label} · N total` otherwise, bare label when the fragment has no checkboxes. Slotted controls keep their own name/value/event contracts; `summary-change` (bubbling, `{selected, total}`) fires on recompute. Decision rule at the contract: single-value choice → `select-ui`, pure actions → `menu-ui`, edge-anchored multi-field form → `drawer-ui`. Ships with a primitives-only canonical exemplar (`catalog/ui-patterns/app/filter-popover-form/`) that the module demo cites as its Pattern source.
|
|
7
|
+
|
|
8
|
+
### Maintenance
|
|
9
|
+
- **`dist/` bundles rebuilt** in this cut's window (3 file(s)) — regenerated from the source changes described above, not independent edits.
|
|
10
|
+
- **`editor/` touched in this release window** (1 file(s), e.g. `editor-shell/editor-shell.examples.html`) — carried by the entries above.
|
|
11
|
+
|
|
3
12
|
## [0.8.16] — 2026-07-26
|
|
4
13
|
|
|
5
14
|
### Maintenance
|