@adia-ai/web-modules 0.6.31 → 0.6.33
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 +39 -0
- package/chat/chat-composer/chat-composer.a2ui.json +1 -0
- package/chat/chat-composer/chat-composer.yaml +1 -0
- package/chat/chat-empty/chat-empty.a2ui.json +1 -0
- package/chat/chat-empty/chat-empty.yaml +1 -0
- package/chat/chat-header/chat-header.a2ui.json +1 -0
- package/chat/chat-header/chat-header.yaml +1 -0
- package/chat/chat-shell/chat-shell.a2ui.json +1 -0
- package/chat/chat-shell/chat-shell.yaml +1 -0
- package/chat/chat-sidebar/chat-sidebar.a2ui.json +1 -0
- package/chat/chat-sidebar/chat-sidebar.yaml +1 -0
- package/chat/chat-status/chat-status.a2ui.json +1 -0
- package/chat/chat-status/chat-status.yaml +1 -0
- package/chat/chat-thread/chat-thread.a2ui.json +1 -0
- package/chat/chat-thread/chat-thread.yaml +1 -0
- package/dist/everything.min.js +268 -48
- package/dist/icons-manifest.js +9091 -0
- package/dist/shell/admin-shell.min.css +1 -1
- package/editor/editor-canvas/editor-canvas.a2ui.json +1 -0
- package/editor/editor-canvas/editor-canvas.yaml +1 -0
- package/editor/editor-canvas-empty/editor-canvas-empty.a2ui.json +1 -0
- package/editor/editor-canvas-empty/editor-canvas-empty.yaml +1 -0
- package/editor/editor-canvas-toolbar/editor-canvas-toolbar.a2ui.json +1 -0
- package/editor/editor-canvas-toolbar/editor-canvas-toolbar.yaml +1 -0
- package/editor/editor-shell/editor-shell.a2ui.json +1 -0
- package/editor/editor-shell/editor-shell.yaml +1 -0
- package/editor/editor-sidebar/editor-sidebar.a2ui.json +1 -0
- package/editor/editor-sidebar/editor-sidebar.yaml +1 -0
- package/editor/editor-statusbar/editor-statusbar.a2ui.json +1 -0
- package/editor/editor-statusbar/editor-statusbar.yaml +1 -0
- package/editor/editor-toolbar/editor-toolbar.a2ui.json +1 -0
- package/editor/editor-toolbar/editor-toolbar.yaml +1 -0
- package/package.json +1 -1
- package/runtime/a2ui-root/a2ui-root.a2ui.json +1 -0
- package/runtime/a2ui-root/a2ui-root.yaml +1 -0
- package/runtime/gen-root/gen-root.a2ui.json +1 -0
- package/runtime/gen-root/gen-root.yaml +1 -0
- package/shell/admin-command/admin-command.a2ui.json +1 -0
- package/shell/admin-command/admin-command.yaml +1 -0
- package/shell/admin-content/admin-content.a2ui.json +1 -0
- package/shell/admin-content/admin-content.yaml +1 -0
- package/shell/admin-entity-item/admin-entity-item.a2ui.json +1 -0
- package/shell/admin-entity-item/admin-entity-item.yaml +1 -0
- package/shell/admin-page/admin-page.a2ui.json +1 -0
- package/shell/admin-page/admin-page.yaml +1 -0
- package/shell/admin-page-body/admin-page-body.a2ui.json +1 -0
- package/shell/admin-page-body/admin-page-body.yaml +1 -0
- package/shell/admin-page-header/admin-page-header.a2ui.json +1 -0
- package/shell/admin-page-header/admin-page-header.yaml +1 -0
- package/shell/admin-scroll/admin-scroll.a2ui.json +1 -0
- package/shell/admin-scroll/admin-scroll.yaml +1 -0
- package/shell/admin-shell/admin-shell.a2ui.json +1 -0
- package/shell/admin-shell/admin-shell.yaml +1 -0
- package/shell/admin-shell/css/admin-shell.helpers.css +17 -7
- package/shell/admin-sidebar/admin-sidebar.a2ui.json +1 -0
- package/shell/admin-sidebar/admin-sidebar.yaml +1 -0
- package/shell/admin-statusbar/admin-statusbar.a2ui.json +1 -0
- package/shell/admin-statusbar/admin-statusbar.yaml +1 -0
- package/shell/admin-topbar/admin-topbar.a2ui.json +1 -0
- package/shell/admin-topbar/admin-topbar.yaml +1 -0
- package/simple/simple-content/simple-content.a2ui.json +1 -0
- package/simple/simple-content/simple-content.yaml +1 -0
- package/simple/simple-hero/simple-hero.a2ui.json +1 -0
- package/simple/simple-hero/simple-hero.yaml +1 -0
- package/simple/simple-shell/simple-shell.a2ui.json +1 -0
- package/simple/simple-shell/simple-shell.yaml +1 -0
- package/theme/theme-panel/theme-panel.a2ui.json +1 -0
- package/theme/theme-panel/theme-panel.yaml +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.33] — 2026-05-23
|
|
4
|
+
|
|
5
|
+
### Fixed — CDN icons-manifest now co-shipped in `web-modules/dist/` (FB-53 §1)
|
|
6
|
+
|
|
7
|
+
- **`packages/web-modules/dist/everything.min.js` does `import("./icons-manifest.js")`** as the non-Vite (CDN) icons fallback. The relative spec resolves to `web-modules@X/dist/icons-manifest.js` against the bundle's own module URL — but the manifest only shipped in `web-components/dist/`, producing a 404 for every CDN consumer using the canonical three-tag bootstrap. Symptom: `<search-ui>` rendered the literal text `magnifying-glass Search…` instead of the icon; `<select-ui>` chevrons rendered as 0×0 elements. Fix: `scripts/build/bundle-js.mjs` `generateIconsManifest()` now writes the manifest to BOTH `packages/web-components/dist/icons-manifest.js` AND `packages/web-modules/dist/icons-manifest.js` (byte-identical 256 KB output). `web-modules/package.json` `files:` already includes `dist/`, so tarball pickup is automatic. CDN consumers on v0.6.33+ no longer need the importmap workaround documented for ≤ v0.6.32. Files: `scripts/build/bundle-js.mjs`, `packages/web-modules/dist/icons-manifest.js` (new file).
|
|
8
|
+
|
|
9
|
+
## [0.6.32] — 2026-05-23
|
|
10
|
+
|
|
11
|
+
### Fixed (P0) — `[data-col]` / `[data-row]` / `[data-grid]` global CSS collision closed
|
|
12
|
+
|
|
13
|
+
- **`admin-shell.helpers.css`** — five bare attribute selectors (`[data-col]`, `[data-row]`,
|
|
14
|
+
`[data-grid]`, `[data-actions]`, `[data-spacer]`) were global in the published CSS,
|
|
15
|
+
matching ANY element on pages that loaded `admin-shell.min.css`. In Safari/WebKit,
|
|
16
|
+
`display: flex` forced on `<th data-col="…">` table headers broke the table formatting
|
|
17
|
+
context (thead rendered as a left sidebar; tbody rendered to its right). The selectors
|
|
18
|
+
are now prefixed with `admin-shell` so they only apply inside `<admin-shell>` descendants.
|
|
19
|
+
`@scope` was not viable — the admin-shell build pipeline emits 0 `@scope` blocks.
|
|
20
|
+
File: `shell/admin-shell/css/admin-shell.helpers.css`.
|
|
21
|
+
|
|
22
|
+
### Fixed (P0) — `everything.min.js` CDN bundle now registers all 95+ primitives; `dist/` bundles rebuilt
|
|
23
|
+
|
|
24
|
+
- **`packages/web-modules/everything.js`** — new CDN entry point that imports
|
|
25
|
+
`@adia-ai/web-components` first (registers all primitives via `defineIfFree`) then
|
|
26
|
+
re-exports all shell clusters. Previously `everything.min.js` was built from
|
|
27
|
+
`index.js` (shells-only); primitives like `search-ui`, `select-ui`, `field-ui` were
|
|
28
|
+
never registered, causing a hard `TypeError` crash on any primitive `.value` access.
|
|
29
|
+
`everything.min.js` now 1.04 MB (+316 KB = primitives). Filed as FB-51.
|
|
30
|
+
File: `packages/web-modules/everything.js`.
|
|
31
|
+
- **`dist/everything.min.js`** and **`dist/shell/admin-shell.min.css`** rebuilt to pick up the
|
|
32
|
+
CSS helpers scoping fix and the new primitives entry point. Files: `dist/everything.min.js`,
|
|
33
|
+
`dist/shell/admin-shell.min.css`, `dist/shell/admin-shell.min.js`.
|
|
34
|
+
|
|
35
|
+
### Documentation — anatomy sections added to `chat/`, `editor/`, `runtime/`, `simple/`, `theme/` example pages
|
|
36
|
+
|
|
37
|
+
- Example pages across all web-modules clusters were updated with canonical `data-property`
|
|
38
|
+
vocabulary sections (slots, keyboard, css-vars, a2ui, related) by `scripts/docs/anatomy-sweep.mjs`.
|
|
39
|
+
Files: `chat/**/*.examples.html`, `editor/**/*.examples.html`, `runtime/**/*.examples.html`,
|
|
40
|
+
`simple/**/*.examples.html`, `theme/**/*.examples.html`.
|
|
41
|
+
|
|
3
42
|
## [0.6.31] — 2026-05-23
|
|
4
43
|
|
|
5
44
|
### Fixed — `admin-shell.examples` taming CSS inlined (docs site render fix)
|