@ixfx/components 0.8.0 → 0.8.1

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/docs-user/dock.md CHANGED
@@ -361,6 +361,7 @@ restore collapse state without a live element.
361
361
  | `--dock-tab-height` | tab item height, uniform across all leaf strips | `30px` |
362
362
  | `--dock-split-bar-size` | thickness of the split-layout bars between leaves | `2px` |
363
363
  | `--dock-junction-color` | junction resize handle affordance colour | `var(--accent)` |
364
+ | `--dock-leaf-body-padding` | padding inside leaf body | `var(--space-s)` |
364
365
 
365
366
  Splitter styling delegates to `ixfx-split-layout` (`--split-*`); solo panel
366
367
  chrome delegates to `ixfx-titlebar`, and the leaf body is the docked panel
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ixfx/components",
3
- "version": "0.8.0",
4
- "generated": "2026-09-08T21:01:02.526Z",
3
+ "version": "0.8.1",
4
+ "generated": "2026-09-08T21:41:11.779Z",
5
5
  "components": [
6
6
  {
7
7
  "name": "ac-text",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ixfx/components",
3
3
  "type": "module",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "packageManager": "pnpm@10.0.0",
6
6
  "description": "Web components for ixfx — Lit-based UI toolkit",
7
7
  "author": "Clint Heyer",