@algorithm-shift/design-system 1.2.88 → 1.2.89
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 +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +12 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -626,6 +626,9 @@
|
|
|
626
626
|
.min-h-30 {
|
|
627
627
|
min-height: calc(var(--spacing) * 30);
|
|
628
628
|
}
|
|
629
|
+
.min-h-\[35px\] {
|
|
630
|
+
min-height: 35px;
|
|
631
|
+
}
|
|
629
632
|
.min-h-\[50px\] {
|
|
630
633
|
min-height: 50px;
|
|
631
634
|
}
|
|
@@ -749,6 +752,9 @@
|
|
|
749
752
|
.min-w-\[8rem\] {
|
|
750
753
|
min-width: 8rem;
|
|
751
754
|
}
|
|
755
|
+
.min-w-\[80px\] {
|
|
756
|
+
min-width: 80px;
|
|
757
|
+
}
|
|
752
758
|
.min-w-\[120px\] {
|
|
753
759
|
min-width: 120px;
|
|
754
760
|
}
|