@citruslime/ui 4.0.1-beta.9 → 4.0.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.
- package/dist/citrus-lime-ui.es.js +1 -1
- package/dist/citrus-lime-ui.umd.js +1 -1
- package/dist/ui.css +1 -1
- package/package.json +3 -3
|
@@ -7068,7 +7068,7 @@ const Zi = /* @__PURE__ */ Ce(ji, [["render", Gi]]), Wi = /* @__PURE__ */ P({
|
|
|
7068
7068
|
setup(o) {
|
|
7069
7069
|
return (t, l) => (c(), F(qe, {
|
|
7070
7070
|
class: I({
|
|
7071
|
-
"cl:bg-primary-default! cl:border-primary-dark cl:hover:border-primary-dark cl:text-black cl:font-bold": t.isSelected,
|
|
7071
|
+
"cl:bg-primary-default/40! cl:border-primary-dark cl:hover:border-primary-dark cl:text-black cl:font-bold": t.isSelected,
|
|
7072
7072
|
"cl:border-secondary-light/40 cl:hover:shadow-md cl:hover:border-secondary-light/100 cl:text-secondary-default! cl:hover:bg-primary-default/15 cl:hover:font-bold": t.isSelected === !1,
|
|
7073
7073
|
"cl:rounded-none!": t.orientation === "horizontal"
|
|
7074
7074
|
})
|