@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.
package/dist/index.css CHANGED
@@ -2874,6 +2874,9 @@
2874
2874
  .overflow-hidden {
2875
2875
  overflow: hidden;
2876
2876
  }
2877
+ .overflow-visible {
2878
+ overflow: visible;
2879
+ }
2877
2880
  .overflow-y-auto {
2878
2881
  overflow-y: auto;
2879
2882
  }
@@ -3278,6 +3281,9 @@
3278
3281
  .italic {
3279
3282
  font-style: italic;
3280
3283
  }
3284
+ .leading-none {
3285
+ line-height: 1;
3286
+ }
3281
3287
  .leading-tight {
3282
3288
  line-height: 1.25;
3283
3289
  }