analytica-frontend-lib 1.0.81 → 1.0.82

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
@@ -526,9 +526,6 @@
526
526
  .right-\[10px\] {
527
527
  right: 10px;
528
528
  }
529
- .bottom-0 {
530
- bottom: calc(var(--spacing) * 0);
531
- }
532
529
  .bottom-4 {
533
530
  bottom: calc(var(--spacing) * 4);
534
531
  }
@@ -541,9 +538,6 @@
541
538
  .left-1\/2 {
542
539
  left: calc(1/2 * 100%);
543
540
  }
544
- .left-2 {
545
- left: calc(var(--spacing) * 2);
546
- }
547
541
  .left-3 {
548
542
  left: calc(var(--spacing) * 3);
549
543
  }