@everchron/ec-shards 9.22.1 → 9.22.2
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/dist/ec-shards.js +2 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -12075,7 +12075,7 @@ function mp(e, s, t, a, n, i) {
|
|
|
12075
12075
|
size: t.splitPaneSizes[1].size,
|
|
12076
12076
|
minSize: t.splitPaneSizes[1].minSize,
|
|
12077
12077
|
maxSize: t.splitPaneSizes[1].maxSize,
|
|
12078
|
-
style: x(t.overlaySidebar && e.$slots.sidebar ? { "--padding-right":
|
|
12078
|
+
style: x(t.overlaySidebar && e.$slots.sidebar ? { "--padding-right": e.$slots.secondaryPane ? "0px" : "54px" } : {})
|
|
12079
12079
|
}, {
|
|
12080
12080
|
default: w(() => [
|
|
12081
12081
|
p(e.$slots, "pane", {}, void 0, !0)
|
|
@@ -12114,7 +12114,7 @@ function mp(e, s, t, a, n, i) {
|
|
|
12114
12114
|
], 2)
|
|
12115
12115
|
], 2);
|
|
12116
12116
|
}
|
|
12117
|
-
const J1 = /* @__PURE__ */ y(dp, [["render", mp], ["__scopeId", "data-v-
|
|
12117
|
+
const J1 = /* @__PURE__ */ y(dp, [["render", mp], ["__scopeId", "data-v-b5617b26"]]), hp = {
|
|
12118
12118
|
name: "ecs-layout-directory",
|
|
12119
12119
|
props: {
|
|
12120
12120
|
/** Adds some inner padding to the index content area. Should be used for non-table indexes. */
|