@powerhousedao/vetra 6.0.0-dev.84 → 6.0.0-dev.88
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/style.css +9 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -12
package/dist/style.css
CHANGED
|
@@ -3292,6 +3292,9 @@
|
|
|
3292
3292
|
.min-h-12 {
|
|
3293
3293
|
min-height: calc(var(--spacing) * 12);
|
|
3294
3294
|
}
|
|
3295
|
+
.min-h-\[36px\] {
|
|
3296
|
+
min-height: 36px;
|
|
3297
|
+
}
|
|
3295
3298
|
.min-h-\[48px\] {
|
|
3296
3299
|
min-height: 48px;
|
|
3297
3300
|
}
|
|
@@ -3397,6 +3400,9 @@
|
|
|
3397
3400
|
.w-\[450px\] {
|
|
3398
3401
|
width: 450px;
|
|
3399
3402
|
}
|
|
3403
|
+
.w-\[460px\] {
|
|
3404
|
+
width: 460px;
|
|
3405
|
+
}
|
|
3400
3406
|
.w-\[500px\] {
|
|
3401
3407
|
width: 500px;
|
|
3402
3408
|
}
|
|
@@ -3866,6 +3872,9 @@
|
|
|
3866
3872
|
.border-slate-100 {
|
|
3867
3873
|
border-color: var(--color-slate-100);
|
|
3868
3874
|
}
|
|
3875
|
+
.border-slate-200 {
|
|
3876
|
+
border-color: var(--color-slate-200);
|
|
3877
|
+
}
|
|
3869
3878
|
.border-transparent {
|
|
3870
3879
|
border-color: transparent;
|
|
3871
3880
|
}
|