@digilogiclabs/saas-factory-ui 1.31.0 → 1.32.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
@@ -4289,6 +4289,9 @@ body {
4289
4289
  .hover\:bg-muted\/50:hover {
4290
4290
  background-color: hsl(var(--muted) / 0.5);
4291
4291
  }
4292
+ .hover\:bg-muted\/60:hover {
4293
+ background-color: hsl(var(--muted) / 0.6);
4294
+ }
4292
4295
  .hover\:bg-muted\/80:hover {
4293
4296
  background-color: hsl(var(--muted) / 0.8);
4294
4297
  }
@@ -4673,6 +4676,9 @@ body {
4673
4676
  .disabled\:opacity-50:disabled {
4674
4677
  opacity: 0.5;
4675
4678
  }
4679
+ .disabled\:opacity-60:disabled {
4680
+ opacity: 0.6;
4681
+ }
4676
4682
  .group:hover .group-hover\:-translate-y-0\.5 {
4677
4683
  --tw-translate-y: -0.125rem;
4678
4684
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));