@adia-ai/web-components 0.8.7 → 0.8.8

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-components",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "AdiaUI web components \u2014 vanilla custom elements. A2UI runtime (renderer, registry, streams, wiring) lives in @adia-ai/a2ui-runtime.",
5
5
  "type": "module",
6
6
  "types": "./index.d.ts",
@@ -188,11 +188,11 @@
188
188
  --a-ui-family: var(--a-font-family-ui);
189
189
  --a-ui-weight: var(--a-weight-medium);
190
190
  --a-ui-tiny: 10px;
191
- --a-ui-2xs: 11px;
192
- --a-ui-xs: 12px;
193
- --a-ui-sm: 13px;
194
- --a-ui-md: 14px;
195
- --a-ui-lg: 15px;
191
+ --a-ui-2xs: 10px; /* unused (pre-staged); floors with --a-ui-tiny at the 10px minimum */
192
+ --a-ui-xs: 11px;
193
+ --a-ui-sm: 12px;
194
+ --a-ui-md: 13px;
195
+ --a-ui-lg: 14px;
196
196
  --a-ui-size: var(--a-ui-md);
197
197
  --a-ui-leading: 1;
198
198
  --a-ui-line-height: var(--a-body-leading); /* §230-bundle (v0.5.9): alias for prose-style line-height inside UI body copy (e.g. alert message text). 1.5 by default. Closes the alert.css orphaned reference. */
@@ -211,9 +211,9 @@
211
211
  /* body — default running text */
212
212
  --a-body-family: var(--a-font-family-text);
213
213
  --a-body-weight: var(--a-weight-normal);
214
- --a-body-sm: 14px;
215
- --a-body-md: 15px;
216
- --a-body-lg: 16px;
214
+ --a-body-sm: 13px;
215
+ --a-body-md: 14px;
216
+ --a-body-lg: 15px;
217
217
  --a-body-size: var(--a-body-md);
218
218
  --a-body-leading: var(--a-font-leading-loose);
219
219
  --a-body-tracking: var(--a-font-tracking-normal);