@nmorph/nmorph-ui-kit 0.2.15 → 0.2.17
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
|
@@ -101,11 +101,11 @@ const Q2 = {
|
|
|
101
101
|
size: { default: "small" },
|
|
102
102
|
width: { default: void 0 },
|
|
103
103
|
height: { default: void 0 },
|
|
104
|
-
color: { default: "--nmorph-text-color" }
|
|
104
|
+
color: { default: "var(--nmorph-text-color)" }
|
|
105
105
|
},
|
|
106
106
|
setup(e) {
|
|
107
107
|
I((i) => ({
|
|
108
|
-
|
|
108
|
+
bdbafa1a: r.value
|
|
109
109
|
}));
|
|
110
110
|
const t = e, s = v(
|
|
111
111
|
() => D({
|
|
@@ -118,7 +118,7 @@ const Q2 = {
|
|
|
118
118
|
), l = v(() => {
|
|
119
119
|
const i = {};
|
|
120
120
|
return t.width && (i["--width"] = t.width), t.height && (i["--height"] = t.height), i;
|
|
121
|
-
}), r = v(() =>
|
|
121
|
+
}), r = v(() => t.color);
|
|
122
122
|
return (i, h) => (o(), a("div", {
|
|
123
123
|
class: H(s.value),
|
|
124
124
|
style: N(l.value)
|
|
@@ -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.17", 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 = [
|
|
@@ -4526,7 +4526,7 @@ const Fe = (e) => {
|
|
|
4526
4526
|
main: "#eaf2f9",
|
|
4527
4527
|
lightShade: "#ffffff",
|
|
4528
4528
|
text: "#687b9e",
|
|
4529
|
-
accent: "#
|
|
4529
|
+
accent: "#4a90e2",
|
|
4530
4530
|
focusText: "#ffffff"
|
|
4531
4531
|
}, hw = {
|
|
4532
4532
|
darkShade: "#0f1112",
|
|
@@ -6130,7 +6130,7 @@ const G$ = { class: "nmorph-text-input__input-side" }, K$ = {
|
|
|
6130
6130
|
emits: ["inputDOMRef", "update:modelValue", "focus", "blur", "on-enter"],
|
|
6131
6131
|
setup(e, { emit: t }) {
|
|
6132
6132
|
I(($) => ({
|
|
6133
|
-
"
|
|
6133
|
+
"75bfc421": w.value
|
|
6134
6134
|
}));
|
|
6135
6135
|
const s = e, l = v(
|
|
6136
6136
|
() => D({
|
|
@@ -6176,7 +6176,6 @@ const G$ = { class: "nmorph-text-input__input-side" }, K$ = {
|
|
|
6176
6176
|
class: "nmorph-text-input__password-btn",
|
|
6177
6177
|
"style-type": "transparent",
|
|
6178
6178
|
width: "32px",
|
|
6179
|
-
"bg-transparent-on-hover": "",
|
|
6180
6179
|
height: s.height,
|
|
6181
6180
|
onClick: h
|
|
6182
6181
|
}, {
|