@adia-ai/web-modules 0.8.37 → 0.8.39

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.8.37",
3
+ "version": "0.8.39",
4
4
  "description": "AdiaUI composite custom elements — shell, chat, editor, runtime clusters built from @adia-ai/web-components primitives. Subpath exports per cluster.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -389,11 +389,11 @@
389
389
  "./simple/**/*.js"
390
390
  ],
391
391
  "peerDependencies": {
392
- "@adia-ai/web-components": "0.8.37",
393
- "@adia-ai/a2ui": "0.8.37",
394
- "@adia-ai/llm": "0.8.37",
395
- "@adia-ai/agent": "0.8.37",
396
- "@adia-ai/persona": "0.8.37"
392
+ "@adia-ai/web-components": "0.8.39",
393
+ "@adia-ai/a2ui": "0.8.39",
394
+ "@adia-ai/llm": "0.8.39",
395
+ "@adia-ai/agent": "0.8.39",
396
+ "@adia-ai/persona": "0.8.39"
397
397
  },
398
398
  "publishConfig": {
399
399
  "access": "public",
@@ -74,7 +74,7 @@
74
74
  "name": "open"
75
75
  }
76
76
  ],
77
- "status": "draft",
77
+ "status": "experimental",
78
78
  "synonyms": {
79
79
  "embed": [
80
80
  "embedded",
@@ -12,8 +12,8 @@
12
12
  * <y panel="chat">…</y> ← a secondary surface (any number)
13
13
  * <z panel="settings">…</z>
14
14
  * </embed-shell>
15
- * …anywhere inside: <button opens="chat"> ← trigger (delegated)
16
- * <button close> ← dismiss the open panel
15
+ * …anywhere inside: <button-ui opens="chat"> ← trigger (delegated; any element carrying [opens])
16
+ * <button-ui close> ← dismiss the open panel
17
17
  *
18
18
  * State (reflected, ADR-0023):
19
19
  * embed-shell[panel="chat"] ← which panel is open ('' / absent = none)
@@ -1,7 +1,7 @@
1
1
  $schema: ../../../../scripts/schemas/component.yaml.schema.json
2
2
  name: EmbedShell
3
3
  tag: embed-shell
4
- status: draft
4
+ status: experimental
5
5
  component: AppShell
6
6
  category: layout
7
7
  version: 1