analytica-frontend-lib 1.1.11 → 1.1.13

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
@@ -3738,6 +3738,13 @@
3738
3738
  padding-inline: calc(var(--spacing) * 6);
3739
3739
  }
3740
3740
  }
3741
+ .group-hover\:cursor-default {
3742
+ &:is(:where(.group):hover *) {
3743
+ @media (hover: hover) {
3744
+ cursor: default;
3745
+ }
3746
+ }
3747
+ }
3741
3748
  .group-hover\:text-primary-950 {
3742
3749
  &:is(:where(.group):hover *) {
3743
3750
  @media (hover: hover) {