analytica-frontend-lib 1.1.0 → 1.1.2

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
@@ -684,6 +684,9 @@
684
684
  .mb-auto {
685
685
  margin-bottom: auto;
686
686
  }
687
+ .\!-ml-2 {
688
+ margin-left: calc(var(--spacing) * -2) !important;
689
+ }
687
690
  .ml-2 {
688
691
  margin-left: calc(var(--spacing) * 2);
689
692
  }
@@ -2559,6 +2562,9 @@
2559
2562
  .p-8 {
2560
2563
  padding: calc(var(--spacing) * 8);
2561
2564
  }
2565
+ .\!px-0 {
2566
+ padding-inline: calc(var(--spacing) * 0) !important;
2567
+ }
2562
2568
  .px-0 {
2563
2569
  padding-inline: calc(var(--spacing) * 0);
2564
2570
  }
@@ -3335,6 +3341,9 @@
3335
3341
  .line-through {
3336
3342
  text-decoration-line: line-through;
3337
3343
  }
3344
+ .underline {
3345
+ text-decoration-line: underline;
3346
+ }
3338
3347
  .opacity-0 {
3339
3348
  opacity: 0%;
3340
3349
  }