analytica-frontend-lib 1.2.4 → 1.2.6

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
@@ -792,10 +792,6 @@
792
792
  width: calc(var(--spacing) * 10);
793
793
  height: calc(var(--spacing) * 10);
794
794
  }
795
- .size-16 {
796
- width: calc(var(--spacing) * 16);
797
- height: calc(var(--spacing) * 16);
798
- }
799
795
  .\!h-auto {
800
796
  height: auto !important;
801
797
  }