analytica-frontend-lib 1.0.83 → 1.0.84

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
@@ -2439,6 +2439,9 @@
2439
2439
  .p-3 {
2440
2440
  padding: calc(var(--spacing) * 3);
2441
2441
  }
2442
+ .p-3\.5 {
2443
+ padding: calc(var(--spacing) * 3.5);
2444
+ }
2442
2445
  .p-4 {
2443
2446
  padding: calc(var(--spacing) * 4);
2444
2447
  }
@@ -2520,6 +2523,9 @@
2520
2523
  .pr-10 {
2521
2524
  padding-right: calc(var(--spacing) * 10);
2522
2525
  }
2526
+ .\!pb-\[150px\] {
2527
+ padding-bottom: 150px !important;
2528
+ }
2523
2529
  .pb-2 {
2524
2530
  padding-bottom: calc(var(--spacing) * 2);
2525
2531
  }