@adia-ai/web-modules 0.5.14 → 0.5.16
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
|
@@ -10,6 +10,14 @@ Built from `@adia-ai/web-components` primitives.
|
|
|
10
10
|
|
|
11
11
|
_No pending changes._
|
|
12
12
|
|
|
13
|
+
## [0.5.16] - 2026-05-16
|
|
14
|
+
|
|
15
|
+
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.16 — see root CHANGELOG)._
|
|
16
|
+
|
|
17
|
+
## [0.5.15] - 2026-05-16
|
|
18
|
+
|
|
19
|
+
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.15 — see root CHANGELOG)._
|
|
20
|
+
|
|
13
21
|
## [0.5.14] - 2026-05-15
|
|
14
22
|
|
|
15
23
|
_Lockstep ride-along (no source change in this package; companion to web-components v0.5.14 — see root CHANGELOG)._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/web-modules",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.16",
|
|
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": {
|
|
@@ -25,14 +25,22 @@
|
|
|
25
25
|
<section data-section>
|
|
26
26
|
<h2 variant="section">Full panel — parametric + presets + scheme toggle</h2>
|
|
27
27
|
<p data-note>The docs-shell configuration. Theme + scheme + parametric + presets, all surfaces visible. <code>persist</code> is set so refreshing the page restores your selections.</p>
|
|
28
|
-
<code-ui language="html"><theme-panel
|
|
28
|
+
<code-ui language="html"><theme-panel
|
|
29
|
+
parametric
|
|
30
|
+
presets
|
|
31
|
+
scheme-toggle
|
|
32
|
+
persist
|
|
33
|
+
></theme-panel></code-ui>
|
|
29
34
|
<theme-panel parametric presets scheme-toggle persist></theme-panel>
|
|
30
35
|
</section>
|
|
31
36
|
|
|
32
37
|
<section data-section>
|
|
33
38
|
<h2 variant="section">Restricted theme list</h2>
|
|
34
39
|
<p data-note>The <code>[themes]</code> attribute is tolerant — any space-separated list of slugs renders as buttons. Pass a subset to limit choices, or extend with custom slugs (you supply the matching CSS).</p>
|
|
35
|
-
<code-ui language="html"><theme-panel
|
|
40
|
+
<code-ui language="html"><theme-panel
|
|
41
|
+
themes="default ocean midnight"
|
|
42
|
+
parametric
|
|
43
|
+
></theme-panel></code-ui>
|
|
36
44
|
<theme-panel themes="default ocean midnight" parametric></theme-panel>
|
|
37
45
|
</section>
|
|
38
46
|
|