@geomak/ui 7.2.2 → 7.3.0
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 +343 -314
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +56 -27
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1247,6 +1247,9 @@ video {
|
|
|
1247
1247
|
.h-4 {
|
|
1248
1248
|
height: 1rem;
|
|
1249
1249
|
}
|
|
1250
|
+
.h-40 {
|
|
1251
|
+
height: 10rem;
|
|
1252
|
+
}
|
|
1250
1253
|
.h-48 {
|
|
1251
1254
|
height: 12rem;
|
|
1252
1255
|
}
|
|
@@ -1428,6 +1431,9 @@ video {
|
|
|
1428
1431
|
.w-7 {
|
|
1429
1432
|
width: 1.75rem;
|
|
1430
1433
|
}
|
|
1434
|
+
.w-72 {
|
|
1435
|
+
width: 18rem;
|
|
1436
|
+
}
|
|
1431
1437
|
.w-8 {
|
|
1432
1438
|
width: 2rem;
|
|
1433
1439
|
}
|