@davincihealthcare/elty-design-system-vue 1.29.0 → 1.30.0
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 +8 -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
|
@@ -24121,14 +24121,16 @@ const kV = {
|
|
|
24121
24121
|
e.icon ? (I(), e0(W0, g0({ key: 0 }, e.icon, {
|
|
24122
24122
|
class: ["w-6 h-6 flex-shrink-0", {
|
|
24123
24123
|
"text-primary-active": e.color === "primary" && e.status === "active",
|
|
24124
|
-
"text-secondary-active": e.color === "secondary" && e.status === "active"
|
|
24124
|
+
"text-secondary-active": e.color === "secondary" && e.status === "active",
|
|
24125
|
+
"text-neutral-darker": !e.status || e.status === "default"
|
|
24125
24126
|
}]
|
|
24126
24127
|
}), null, 16, ["class"])) : b("", !0),
|
|
24127
24128
|
e.avatar ? (I(), e0(Pr, v5(g0({ key: 1 }, e.avatar)), null, 16)) : b("", !0),
|
|
24128
24129
|
a("div", {
|
|
24129
24130
|
class: _(["flex-1 flex flex-col items-start text-left", {
|
|
24130
24131
|
[`text-${e.color}-active`]: e.status === "active",
|
|
24131
|
-
"gap-1": e.secondaryRow || e.tertiaryRow
|
|
24132
|
+
"gap-1": e.secondaryRow || e.tertiaryRow,
|
|
24133
|
+
"text-neutral-darker": !e.status || e.status === "default"
|
|
24132
24134
|
}])
|
|
24133
24135
|
}, [
|
|
24134
24136
|
a("p", QV, A0(e.primaryRow), 1),
|
|
@@ -24146,14 +24148,16 @@ const kV = {
|
|
|
24146
24148
|
datetime: e.time,
|
|
24147
24149
|
class: _(["text-primary text-xs font-normal leading-5", {
|
|
24148
24150
|
"text-primary-active": e.color === "primary" && e.status === "active",
|
|
24149
|
-
"text-secondary-active": e.color === "secondary" && e.status === "active"
|
|
24151
|
+
"text-secondary-active": e.color === "secondary" && e.status === "active",
|
|
24152
|
+
"text-neutral-darker": !e.status || e.status === "default"
|
|
24150
24153
|
}])
|
|
24151
24154
|
}, A0(e.time), 11, zV)) : b("", !0),
|
|
24152
24155
|
a("div", qV, [
|
|
24153
24156
|
a("span", {
|
|
24154
24157
|
class: _({
|
|
24155
24158
|
"text-primary-active": e.color === "primary" && e.status === "active",
|
|
24156
|
-
"text-secondary-active": e.color === "secondary" && e.status === "active"
|
|
24159
|
+
"text-secondary-active": e.color === "secondary" && e.status === "active",
|
|
24160
|
+
"text-neutral-darker": !e.status || e.status === "default"
|
|
24157
24161
|
}),
|
|
24158
24162
|
onClick: n[0] || (n[0] = n1(() => {
|
|
24159
24163
|
}, ["stop"]))
|