@geomak/ui 7.7.0 → 7.7.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 +70 -120
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +43 -47
- package/dist/index.d.ts +43 -47
- package/dist/index.js +70 -120
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -11
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1367,9 +1367,6 @@ input:autofill,
|
|
|
1367
1367
|
.max-h-\[calc\(100vh-2rem\)\] {
|
|
1368
1368
|
max-height: calc(100vh - 2rem);
|
|
1369
1369
|
}
|
|
1370
|
-
.min-h-0 {
|
|
1371
|
-
min-height: 0px;
|
|
1372
|
-
}
|
|
1373
1370
|
.min-h-\[200px\] {
|
|
1374
1371
|
min-height: 200px;
|
|
1375
1372
|
}
|
|
@@ -1517,6 +1514,9 @@ input:autofill,
|
|
|
1517
1514
|
.w-\[60\%\] {
|
|
1518
1515
|
width: 60%;
|
|
1519
1516
|
}
|
|
1517
|
+
.w-\[680px\] {
|
|
1518
|
+
width: 680px;
|
|
1519
|
+
}
|
|
1520
1520
|
.w-\[calc\(100\%-2rem\)\] {
|
|
1521
1521
|
width: calc(100% - 2rem);
|
|
1522
1522
|
}
|
|
@@ -1630,8 +1630,8 @@ input:autofill,
|
|
|
1630
1630
|
.flex-1 {
|
|
1631
1631
|
flex: 1 1 0%;
|
|
1632
1632
|
}
|
|
1633
|
-
.flex
|
|
1634
|
-
flex:
|
|
1633
|
+
.flex-none {
|
|
1634
|
+
flex: none;
|
|
1635
1635
|
}
|
|
1636
1636
|
.flex-shrink-0 {
|
|
1637
1637
|
flex-shrink: 0;
|
|
@@ -1642,9 +1642,6 @@ input:autofill,
|
|
|
1642
1642
|
.shrink-0 {
|
|
1643
1643
|
flex-shrink: 0;
|
|
1644
1644
|
}
|
|
1645
|
-
.flex-grow {
|
|
1646
|
-
flex-grow: 1;
|
|
1647
|
-
}
|
|
1648
1645
|
.grow {
|
|
1649
1646
|
flex-grow: 1;
|
|
1650
1647
|
}
|
|
@@ -2452,6 +2449,9 @@ input:autofill,
|
|
|
2452
2449
|
.\!pr-0 {
|
|
2453
2450
|
padding-right: 0px !important;
|
|
2454
2451
|
}
|
|
2452
|
+
.\!pr-8 {
|
|
2453
|
+
padding-right: 2rem !important;
|
|
2454
|
+
}
|
|
2455
2455
|
.pb-0 {
|
|
2456
2456
|
padding-bottom: 0px;
|
|
2457
2457
|
}
|
|
@@ -2506,9 +2506,6 @@ input:autofill,
|
|
|
2506
2506
|
.pr-6 {
|
|
2507
2507
|
padding-right: 1.5rem;
|
|
2508
2508
|
}
|
|
2509
|
-
.pr-8 {
|
|
2510
|
-
padding-right: 2rem;
|
|
2511
|
-
}
|
|
2512
2509
|
.pt-0 {
|
|
2513
2510
|
padding-top: 0px;
|
|
2514
2511
|
}
|