analytica-frontend-lib 1.2.65 → 1.2.67

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
@@ -853,6 +853,10 @@
853
853
  width: calc(var(--spacing) * 10);
854
854
  height: calc(var(--spacing) * 10);
855
855
  }
856
+ .size-12 {
857
+ width: calc(var(--spacing) * 12);
858
+ height: calc(var(--spacing) * 12);
859
+ }
856
860
  .\!h-auto {
857
861
  height: auto !important;
858
862
  }