@nmorph/nmorph-ui-kit 0.2.88 → 0.2.90
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/index.es.js +7 -7
- package/dist/index.umd.js +1 -1
- package/dist/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue.d.ts +5 -4
- package/dist/src/components/data/nmorph-tag-item/NmorphTagItem.vue.d.ts +4 -4
- package/dist/src/components/data/nmorph-tag-item/types.d.ts +2 -2
- package/dist/src/types/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3977,16 +3977,16 @@ const zg = { class: "nmorph-skeleton-item__element" }, w2 = /* @__PURE__ */ D({
|
|
|
3977
3977
|
variant: { default: "rect" },
|
|
3978
3978
|
width: { default: "auto" },
|
|
3979
3979
|
height: { default: "auto" },
|
|
3980
|
-
|
|
3980
|
+
design: { default: "nmorph" }
|
|
3981
3981
|
},
|
|
3982
3982
|
setup(e) {
|
|
3983
3983
|
Z((c) => ({
|
|
3984
|
-
|
|
3985
|
-
|
|
3984
|
+
d1b44100: l.value,
|
|
3985
|
+
"33c716ad": r.value
|
|
3986
3986
|
}));
|
|
3987
3987
|
const t = e, a = _(
|
|
3988
3988
|
() => A({
|
|
3989
|
-
"nmorph-skeleton-item": [t.variant, `${t.
|
|
3989
|
+
"nmorph-skeleton-item": [t.variant, `${t.design === "nmorph" ? "nmorph-design" : ""}`]
|
|
3990
3990
|
})
|
|
3991
3991
|
), l = _(() => t.width), r = _(() => t.height);
|
|
3992
3992
|
return (c, u) => (o(), s("div", {
|
|
@@ -4254,14 +4254,14 @@ const x2 = /* @__PURE__ */ D({
|
|
|
4254
4254
|
text: {},
|
|
4255
4255
|
removable: { type: Boolean, default: !0 },
|
|
4256
4256
|
height: { default: "default" },
|
|
4257
|
-
|
|
4257
|
+
design: { default: "nmorph" }
|
|
4258
4258
|
},
|
|
4259
4259
|
emits: ["close"],
|
|
4260
4260
|
setup(e, { emit: t }) {
|
|
4261
4261
|
const a = e, l = _(
|
|
4262
4262
|
() => A({
|
|
4263
4263
|
nmorph: [te[a.height]],
|
|
4264
|
-
"nmorph-tag-item": [`${a.
|
|
4264
|
+
"nmorph-tag-item": [`${a.design === "nmorph" ? "nmorph-design" : ""}`]
|
|
4265
4265
|
})
|
|
4266
4266
|
), r = t, c = () => {
|
|
4267
4267
|
r("close", a.value);
|
|
@@ -4531,7 +4531,7 @@ const Ge = (e) => {
|
|
|
4531
4531
|
};
|
|
4532
4532
|
return { placement: u, placementCoords: d };
|
|
4533
4533
|
}, Kx = () => {
|
|
4534
|
-
}, nw = "@nmorph/nmorph-ui-kit", ow = "module", aw = "0.2.
|
|
4534
|
+
}, nw = "@nmorph/nmorph-ui-kit", ow = "module", aw = "0.2.90", sw = "MIT", lw = {
|
|
4535
4535
|
node: "18.13.0",
|
|
4536
4536
|
npm: "8.19.3"
|
|
4537
4537
|
}, rw = "./dist/index.d.ts", cw = "./dist/index.umd.js", iw = "./dist/index.es.js", dw = "./dist/style.css", uw = [
|