analytica-frontend-lib 1.1.80 → 1.1.82

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/styles.css CHANGED
@@ -3640,6 +3640,9 @@
3640
3640
  .opacity-50 {
3641
3641
  opacity: 50%;
3642
3642
  }
3643
+ .opacity-60 {
3644
+ opacity: 60%;
3645
+ }
3643
3646
  .opacity-75 {
3644
3647
  opacity: 75%;
3645
3648
  }
@@ -4738,6 +4741,16 @@
4738
4741
  }
4739
4742
  }
4740
4743
  }
4744
+ .hover\:\!bg-black\/10 {
4745
+ &:hover {
4746
+ @media (hover: hover) {
4747
+ background-color: color-mix(in srgb, #000 10%, transparent) !important;
4748
+ @supports (color: color-mix(in lab, red, red)) {
4749
+ background-color: color-mix(in oklab, var(--color-black) 10%, transparent) !important;
4750
+ }
4751
+ }
4752
+ }
4753
+ }
4741
4754
  .hover\:\!bg-primary-100 {
4742
4755
  &:hover {
4743
4756
  @media (hover: hover) {