@geomak/ui 5.0.1 → 5.0.2
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.cjs +103 -61
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -3
- package/dist/index.d.ts +15 -3
- package/dist/index.js +104 -61
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -855,6 +855,9 @@ video {
|
|
|
855
855
|
.z-topbar {
|
|
856
856
|
z-index: var(--z-topbar);
|
|
857
857
|
}
|
|
858
|
+
.m-0 {
|
|
859
|
+
margin: 0px;
|
|
860
|
+
}
|
|
858
861
|
.m-1 {
|
|
859
862
|
margin: 0.25rem;
|
|
860
863
|
}
|
|
@@ -1130,8 +1133,8 @@ video {
|
|
|
1130
1133
|
.w-\[300px\] {
|
|
1131
1134
|
width: 300px;
|
|
1132
1135
|
}
|
|
1133
|
-
.w-\[
|
|
1134
|
-
width:
|
|
1136
|
+
.w-\[316px\] {
|
|
1137
|
+
width: 316px;
|
|
1135
1138
|
}
|
|
1136
1139
|
.w-\[3px\] {
|
|
1137
1140
|
width: 3px;
|
|
@@ -1270,6 +1273,9 @@ video {
|
|
|
1270
1273
|
.snap-always {
|
|
1271
1274
|
scroll-snap-stop: always;
|
|
1272
1275
|
}
|
|
1276
|
+
.list-none {
|
|
1277
|
+
list-style-type: none;
|
|
1278
|
+
}
|
|
1273
1279
|
.grid-cols-3 {
|
|
1274
1280
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1275
1281
|
}
|