@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/bundle/index.js
CHANGED
|
@@ -18854,7 +18854,7 @@ let DockHostElement = class DockHostElement extends i {
|
|
|
18854
18854
|
min-height: 0;
|
|
18855
18855
|
min-width: 0;
|
|
18856
18856
|
box-sizing: border-box;
|
|
18857
|
-
padding: var(--space-s);
|
|
18857
|
+
padding: var(--dock-leaf-body-padding, var(--space-s));
|
|
18858
18858
|
}
|
|
18859
18859
|
|
|
18860
18860
|
.empty {
|