@fileverse/ui 4.1.3-patch-9 → 4.1.3-patch-10
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.css +9 -2
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2466,8 +2466,8 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2466
2466
|
background-color: hsl(var(--color-bg-disabled));
|
|
2467
2467
|
}
|
|
2468
2468
|
|
|
2469
|
-
.hover\:\!color-bg-brand
|
|
2470
|
-
background-color: hsl(var(--color-bg-brand
|
|
2469
|
+
.hover\:\!color-bg-brand:hover {
|
|
2470
|
+
background-color: hsl(var(--color-bg-brand)) !important;
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
.hover\:color-bg-brand-hover:hover {
|
|
@@ -2664,6 +2664,13 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2664
2664
|
}
|
|
2665
2665
|
}
|
|
2666
2666
|
|
|
2667
|
+
@media (min-width: 1280px) {
|
|
2668
|
+
|
|
2669
|
+
.xl\:hover\:\!color-bg-brand-hover:hover {
|
|
2670
|
+
background-color: hsl(var(--color-bg-brand-hover)) !important;
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2667
2674
|
.\[\&\>svg\]\:color-text-default>svg {
|
|
2668
2675
|
color: hsl(var(--color-text-default));
|
|
2669
2676
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -25492,7 +25492,7 @@ const uae = ({ children: e, className: t }) => {
|
|
|
25492
25492
|
rounded: !o
|
|
25493
25493
|
},
|
|
25494
25494
|
{
|
|
25495
|
-
"color-bg-brand hover:!color-bg-brand-hover": s && t === "ghost"
|
|
25495
|
+
"color-bg-brand hover:!color-bg-brand xl:hover:!color-bg-brand-hover": s && t === "ghost"
|
|
25496
25496
|
},
|
|
25497
25497
|
n
|
|
25498
25498
|
),
|