@texturehq/edges 0.1.2 → 0.1.4

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
@@ -483,6 +483,9 @@
483
483
  .max-h-\[inherit\] {
484
484
  max-height: inherit;
485
485
  }
486
+ .min-h-0 {
487
+ min-height: calc(0.25rem * 0);
488
+ }
486
489
  .min-h-\[28px\] {
487
490
  min-height: 28px;
488
491
  }
@@ -828,6 +831,9 @@
828
831
  .overflow-y-auto {
829
832
  overflow-y: auto;
830
833
  }
834
+ .overscroll-contain {
835
+ overscroll-behavior: contain;
836
+ }
831
837
  .rounded {
832
838
  border-radius: 0.25rem;
833
839
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",