@helpwave/hightide 0.9.2 → 0.9.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/index.d.mts +32 -13
- package/dist/index.d.ts +32 -13
- package/dist/index.js +879 -734
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +739 -595
- package/dist/index.mjs.map +1 -1
- package/dist/style/globals.css +3 -3
- package/package.json +1 -1
package/dist/style/globals.css
CHANGED
|
@@ -432,9 +432,6 @@
|
|
|
432
432
|
.my-2 {
|
|
433
433
|
margin-block: calc(var(--spacing) * 2);
|
|
434
434
|
}
|
|
435
|
-
.mt-1 {
|
|
436
|
-
margin-top: calc(var(--spacing) * 1);
|
|
437
|
-
}
|
|
438
435
|
.mt-2 {
|
|
439
436
|
margin-top: calc(var(--spacing) * 2);
|
|
440
437
|
}
|
|
@@ -793,6 +790,9 @@
|
|
|
793
790
|
.min-w-26 {
|
|
794
791
|
min-width: calc(var(--spacing) * 26);
|
|
795
792
|
}
|
|
793
|
+
.min-w-36 {
|
|
794
|
+
min-width: calc(var(--spacing) * 36);
|
|
795
|
+
}
|
|
796
796
|
.min-w-40 {
|
|
797
797
|
min-width: calc(var(--spacing) * 40);
|
|
798
798
|
}
|