@nubisco/ui 1.15.1 → 1.16.0
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/components/Shell.vue.d.ts +1 -0
- package/dist/components/Shell.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18431,7 +18431,8 @@ var jqt = { class: "nb-command-palette__input-row" }, Mqt = ["placeholder"], Nqt
|
|
|
18431
18431
|
inspectorExpanded: {
|
|
18432
18432
|
type: Boolean,
|
|
18433
18433
|
default: !1
|
|
18434
|
-
}
|
|
18434
|
+
},
|
|
18435
|
+
inspectorSize: { default: "md" }
|
|
18435
18436
|
},
|
|
18436
18437
|
setup(e) {
|
|
18437
18438
|
let r = R();
|
|
@@ -18459,11 +18460,12 @@ var jqt = { class: "nb-command-palette__input-row" }, Mqt = ["placeholder"], Nqt
|
|
|
18459
18460
|
]),
|
|
18460
18461
|
u("aside", { class: b(["nb-shell__inspector", {
|
|
18461
18462
|
"nb-shell__inspector--visible": e.inspectorVisible,
|
|
18462
|
-
"nb-shell__inspector--expanded": e.inspectorVisible && e.inspectorExpanded
|
|
18463
|
+
"nb-shell__inspector--expanded": e.inspectorVisible && e.inspectorExpanded,
|
|
18464
|
+
[`nb-shell__inspector--${e.inspectorSize}`]: e.inspectorVisible
|
|
18463
18465
|
}]) }, [A(t.$slots, "inspector", {}, void 0, !0)], 2)
|
|
18464
18466
|
]));
|
|
18465
18467
|
}
|
|
18466
|
-
}), [["__scopeId", "data-v-
|
|
18468
|
+
}), [["__scopeId", "data-v-ee986110"]]), k9 = /* @__PURE__ */ H(/* @__PURE__ */ m({
|
|
18467
18469
|
__name: "SidebarLink",
|
|
18468
18470
|
props: {
|
|
18469
18471
|
to: { default: void 0 },
|