@nmorph/nmorph-ui-kit 0.2.16 → 0.2.18
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
CHANGED
|
@@ -2802,7 +2802,7 @@ const Vf = { render: kf }, n2 = {
|
|
|
2802
2802
|
}, Hf = ["href", "target"], zf = /* @__PURE__ */ T({
|
|
2803
2803
|
__name: "NmorphLink",
|
|
2804
2804
|
props: {
|
|
2805
|
-
|
|
2805
|
+
type: { default: Ze.accent },
|
|
2806
2806
|
underline: { type: Boolean, default: !1 },
|
|
2807
2807
|
href: { default: "" },
|
|
2808
2808
|
text: { default: "" },
|
|
@@ -2813,7 +2813,7 @@ const Vf = { render: kf }, n2 = {
|
|
|
2813
2813
|
setup(e) {
|
|
2814
2814
|
const t = e, s = v(
|
|
2815
2815
|
() => D({
|
|
2816
|
-
"nmorph-link": [t.
|
|
2816
|
+
"nmorph-link": [t.type, `${t.underline && "underline"}`, `${t.disabled && "disabled"}`]
|
|
2817
2817
|
})
|
|
2818
2818
|
);
|
|
2819
2819
|
return (l, r) => (o(), a("div", {
|
|
@@ -4405,7 +4405,7 @@ const Fe = (e) => {
|
|
|
4405
4405
|
};
|
|
4406
4406
|
return { placement: h, placementCoords: d };
|
|
4407
4407
|
}, Tx = () => {
|
|
4408
|
-
}, Xg = "@nmorph/nmorph-ui-kit", Jg = "module", Qg = "0.2.
|
|
4408
|
+
}, Xg = "@nmorph/nmorph-ui-kit", Jg = "module", Qg = "0.2.18", Zg = "MIT", Ng = {
|
|
4409
4409
|
node: "18.13.0",
|
|
4410
4410
|
npm: "8.19.3"
|
|
4411
4411
|
}, Ig = "./dist/index.d.ts", ew = "./dist/index.umd.js", tw = "./dist/index.es.js", nw = "./dist/style.css", ow = [
|