analytica-frontend-lib 1.1.99 → 1.2.0

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
@@ -2929,6 +2929,9 @@
2929
2929
  .pt-1 {
2930
2930
  padding-top: calc(var(--spacing) * 1);
2931
2931
  }
2932
+ .pt-2 {
2933
+ padding-top: calc(var(--spacing) * 2);
2934
+ }
2932
2935
  .pt-2\.5 {
2933
2936
  padding-top: calc(var(--spacing) * 2.5);
2934
2937
  }