@proveanything/smartlinks-utils-ui 0.12.25 → 1.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/index.css CHANGED
@@ -3607,6 +3607,9 @@
3607
3607
  .hover\:bg-muted:hover {
3608
3608
  background-color: hsl(var(--muted));
3609
3609
  }
3610
+ .hover\:bg-muted\/70:hover {
3611
+ background-color: hsl(var(--muted) / 0.7);
3612
+ }
3610
3613
  .hover\:bg-primary\/90:hover {
3611
3614
  background-color: hsl(var(--primary) / 0.9);
3612
3615
  }