@adia-ai/web-modules 0.7.23 → 0.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/web-modules",
3
- "version": "0.7.23",
3
+ "version": "0.7.25",
4
4
  "description": "AdiaUI composite custom elements \u2014 shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "https://adiaui.dev/a2ui/v0_9/components/ThemePanel.json",
4
4
  "title": "ThemePanel",
5
- "description": "Module-tier appearance-preferences control surface. Owns the three knobs\nof the AdiaUI theming contract: [theme=<slug>] named themes,\n--a-density / --a-radius-k parametric overrides, and color-scheme\nlight/dark switching, plus optional localStorage persistence behind a\nsmall attribute API.\n\nDrops into any consumer's <popover-ui slot=\"content\"> (the canonical\ncomposition) or directly into a sidebar section. Eight named themes\nship by default; section visibility flips on/off via boolean attributes\n([parametric], [presets], [scheme-toggle]).\n\nPromoted from the duplicated <div id=\"theme-panel\"> block in site/ and\nplaygrounds/admin-shell/ — see docs/specs/theme-panel-module.md.\n",
5
+ "description": "Module-tier appearance-preferences control surface. Owns the three knobs\nof the AdiaUI theming contract: [theme=<slug>] named themes,\n--a-density / --a-radius-k parametric overrides, and color-scheme\nlight/dark switching, plus optional localStorage persistence behind a\nsmall attribute API.\n\nDrops into any consumer's <popover-ui slot=\"content\"> (the canonical\ncomposition) or directly into a sidebar section. Eight named themes\nship by default; section visibility flips on/off via boolean attributes\n([parametric], [presets], [scheme-toggle]).\n\nPromoted from the duplicated <div id=\"theme-panel\"> block in site/ and\nplaygrounds/admin-shell/ — see .claude/docs/specs/theme-panel-module.md.\n",
6
6
  "type": "object",
7
7
  "allOf": [
8
8
  {
@@ -11,7 +11,7 @@ ship by default; section visibility flips on/off via boolean attributes
11
11
  ([parametric], [presets], [scheme-toggle]).
12
12
 
13
13
  Promoted from the duplicated <div id="theme-panel"> block in site/ and
14
- playgrounds/admin-shell/ — see docs/specs/theme-panel-module.md.
14
+ playgrounds/admin-shell/ — see .claude/docs/specs/theme-panel-module.md.
15
15
 
16
16
  *
17
17
  * @see https://ui-kit.exe.xyz/site/components/theme-panel
@@ -19,7 +19,7 @@ description: |
19
19
  ([parametric], [presets], [scheme-toggle]).
20
20
 
21
21
  Promoted from the duplicated <div id="theme-panel"> block in site/ and
22
- playgrounds/admin-shell/ — see docs/specs/theme-panel-module.md.
22
+ playgrounds/admin-shell/ — see .claude/docs/specs/theme-panel-module.md.
23
23
 
24
24
  # Per ADR-0027 — primitives that programmatically create other primitives
25
25
  # do NOT auto-import them. Consumer (or demo shell) must explicitly import.