@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/bundle/index.js +1 -1
- package/bundle/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/docs-user/dock.md +1 -0
- package/docs-user/index.json +2 -2
- package/package.json +1 -1
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
|
package/docs-user/index.json
CHANGED