@geomak/ui 7.2.2 → 7.3.1
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 +391 -326
- 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 +103 -38
- package/dist/index.js.map +1 -1
- package/dist/styles.css +12 -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
|
}
|
|
@@ -1499,6 +1505,9 @@ video {
|
|
|
1499
1505
|
.min-w-\[10rem\] {
|
|
1500
1506
|
min-width: 10rem;
|
|
1501
1507
|
}
|
|
1508
|
+
.min-w-\[11rem\] {
|
|
1509
|
+
min-width: 11rem;
|
|
1510
|
+
}
|
|
1502
1511
|
.min-w-\[120px\] {
|
|
1503
1512
|
min-width: 120px;
|
|
1504
1513
|
}
|
|
@@ -2420,6 +2429,9 @@ video {
|
|
|
2420
2429
|
.pt-1 {
|
|
2421
2430
|
padding-top: 0.25rem;
|
|
2422
2431
|
}
|
|
2432
|
+
.pt-1\.5 {
|
|
2433
|
+
padding-top: 0.375rem;
|
|
2434
|
+
}
|
|
2423
2435
|
.pt-2 {
|
|
2424
2436
|
padding-top: 0.5rem;
|
|
2425
2437
|
}
|