@proveanything/smartlinks-utils-ui 0.12.17 → 0.12.19

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.
@@ -542,6 +542,9 @@
542
542
  .overflow-hidden {
543
543
  overflow: hidden;
544
544
  }
545
+ .overflow-visible {
546
+ overflow: visible;
547
+ }
545
548
  .overflow-y-auto {
546
549
  overflow-y: auto;
547
550
  }
@@ -946,6 +949,9 @@
946
949
  .italic {
947
950
  font-style: italic;
948
951
  }
952
+ .leading-none {
953
+ line-height: 1;
954
+ }
949
955
  .leading-tight {
950
956
  line-height: 1.25;
951
957
  }