@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/components.manifest.json +6 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
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
|
}
|