beeple-toolkit 1.0.54 → 1.0.55
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.
|
@@ -12152,7 +12152,10 @@ const mh = ["id", "aria-labelledby"], fh = ["id"], hh = { class: "toolkit-team-c
|
|
|
12152
12152
|
]),
|
|
12153
12153
|
e.status != null || s.value ? (l(), c("div", {
|
|
12154
12154
|
key: 0,
|
|
12155
|
-
class: oe(["toolkit-team-card__actions", {
|
|
12155
|
+
class: oe(["toolkit-team-card__actions", {
|
|
12156
|
+
"is-menu-open": i.value,
|
|
12157
|
+
"toolkit-team-card__actions--no-status": e.status == null
|
|
12158
|
+
}]),
|
|
12156
12159
|
onClick: ve(r, ["stop"])
|
|
12157
12160
|
}, [
|
|
12158
12161
|
e.status != null ? (l(), c(le, { key: 0 }, [
|