analytica-frontend-lib 1.1.24 → 1.1.26

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
@@ -2761,6 +2761,9 @@
2761
2761
  .py-6 {
2762
2762
  padding-block: calc(var(--spacing) * 6);
2763
2763
  }
2764
+ .py-8 {
2765
+ padding-block: calc(var(--spacing) * 8);
2766
+ }
2764
2767
  .pt-0 {
2765
2768
  padding-top: calc(var(--spacing) * 0);
2766
2769
  }
@@ -8426,6 +8429,11 @@
8426
8429
  height: calc(var(--spacing) * 6);
8427
8430
  }
8428
8431
  }
8432
+ .lg\:h-\[687px\] {
8433
+ @media (width >= 64rem) {
8434
+ height: 687px;
8435
+ }
8436
+ }
8429
8437
  .lg\:max-h-\[687px\] {
8430
8438
  @media (width >= 64rem) {
8431
8439
  max-height: 687px;