@dpa-id-components/dpa-shared-components 9.2.0 → 9.2.1
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.
|
@@ -5014,7 +5014,7 @@ const wp = (e, t) => {
|
|
|
5014
5014
|
graphic: t.isFulfilled ? "graphic-filled" : "graphic-circled"
|
|
5015
5015
|
})[t.genre]), n = H(() => {
|
|
5016
5016
|
const { isFulfilled: r } = t;
|
|
5017
|
-
return r ? t.disabled ? "cursor-not-allowed transition shadow" : "cursor-pointer transition shadow hover:shadow-md group border border-gray-300 hover:border-gray-500" : "cursor-auto";
|
|
5017
|
+
return r ? t.disabled ? "cursor-not-allowed transition shadow border border-gray-300" : "cursor-pointer transition shadow hover:shadow-md group border border-gray-300 hover:border-gray-500" : "cursor-auto";
|
|
5018
5018
|
});
|
|
5019
5019
|
return (r, o) => (M(), z("div", {
|
|
5020
5020
|
class: ue(["mb-px w-full bg-white pb-3 pl-3 pr-4 pt-2 md:pt-3", n.value]),
|