@nmorph/nmorph-ui-kit 0.2.15 → 0.2.16
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 +6 -7
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
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)
|
|
@@ -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.16", 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
|
}, {
|