@nubisco/ui 1.57.0 → 1.57.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/dist/components/Blueprint.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -23339,7 +23339,7 @@ var Y$t = {
|
|
|
23339
23339
|
}
|
|
23340
23340
|
function ye(e) {
|
|
23341
23341
|
let t = e.target instanceof HTMLElement ? e.target : null;
|
|
23342
|
-
if (t?.closest(".nb-blueprint-card__port")) return;
|
|
23342
|
+
if (t?.closest(".nb-blueprint__chrome") || t?.closest(".nb-blueprint-card__port")) return;
|
|
23343
23343
|
if (e.button === 1) {
|
|
23344
23344
|
be(e);
|
|
23345
23345
|
return;
|
|
@@ -24152,7 +24152,7 @@ var Y$t = {
|
|
|
24152
24152
|
u("div", X$t, [A(t.$slots, "chrome", {}, void 0, !0)])
|
|
24153
24153
|
], 34));
|
|
24154
24154
|
}
|
|
24155
|
-
}), [["__scopeId", "data-v-
|
|
24155
|
+
}), [["__scopeId", "data-v-2e115c93"]]);
|
|
24156
24156
|
//#endregion
|
|
24157
24157
|
//#region src/composables/useBlueprint.composable.ts
|
|
24158
24158
|
function E9() {
|