@davincihealthcare/elty-design-system-vue 1.47.2 → 1.47.3
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.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22042,10 +22042,8 @@ const yv = /* @__PURE__ */ C2(S2), bv = { class: "relative" }, kv = { class: "bo
|
|
|
22042
22042
|
class: z(["font-normal text-left", {
|
|
22043
22043
|
"text-base mt-[0.1rem]": t.size === "xs",
|
|
22044
22044
|
"text-sm mt-[0.05rem]": t.size === "xxs",
|
|
22045
|
-
"text-neutral-darker":
|
|
22046
|
-
"text-neutral-inactive": L.disabled
|
|
22047
|
-
"cursor-not-allowed": L.disabled,
|
|
22048
|
-
"cursor-pointer": !L.disabled
|
|
22045
|
+
"text-neutral-darker cursor-pointer": !L.disabled,
|
|
22046
|
+
"text-neutral-inactive cursor-not-allowed": L.disabled
|
|
22049
22047
|
}])
|
|
22050
22048
|
}, o0(L.label), 11, Jv)) : b("", !0)
|
|
22051
22049
|
], 2),
|