@geomak/ui 1.7.2 → 1.7.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.cjs +137 -97
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +75 -18
- package/dist/index.d.ts +75 -18
- package/dist/index.js +137 -97
- package/dist/index.js.map +1 -1
- package/dist/styles.css +12 -30
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1000,30 +1000,18 @@ video {
|
|
|
1000
1000
|
.h-screen {
|
|
1001
1001
|
height: 100vh;
|
|
1002
1002
|
}
|
|
1003
|
-
.max-h-0 {
|
|
1004
|
-
max-height: 0px;
|
|
1005
|
-
}
|
|
1006
1003
|
.max-h-36 {
|
|
1007
1004
|
max-height: 9rem;
|
|
1008
1005
|
}
|
|
1009
1006
|
.max-h-40 {
|
|
1010
1007
|
max-height: 10rem;
|
|
1011
1008
|
}
|
|
1012
|
-
.max-h-\[2000px\] {
|
|
1013
|
-
max-height: 2000px;
|
|
1014
|
-
}
|
|
1015
1009
|
.max-h-\[90dvh\] {
|
|
1016
1010
|
max-height: 90dvh;
|
|
1017
1011
|
}
|
|
1018
1012
|
.min-h-0 {
|
|
1019
1013
|
min-height: 0px;
|
|
1020
1014
|
}
|
|
1021
|
-
.min-h-\[40px\] {
|
|
1022
|
-
min-height: 40px;
|
|
1023
|
-
}
|
|
1024
|
-
.min-h-\[50px\] {
|
|
1025
|
-
min-height: 50px;
|
|
1026
|
-
}
|
|
1027
1015
|
.min-h-\[80px\] {
|
|
1028
1016
|
min-height: 80px;
|
|
1029
1017
|
}
|
|
@@ -1087,6 +1075,9 @@ video {
|
|
|
1087
1075
|
.w-8 {
|
|
1088
1076
|
width: 2rem;
|
|
1089
1077
|
}
|
|
1078
|
+
.w-9 {
|
|
1079
|
+
width: 2.25rem;
|
|
1080
|
+
}
|
|
1090
1081
|
.w-\[130px\] {
|
|
1091
1082
|
width: 130px;
|
|
1092
1083
|
}
|
|
@@ -1130,10 +1121,6 @@ video {
|
|
|
1130
1121
|
.min-w-\[240px\] {
|
|
1131
1122
|
min-width: 240px;
|
|
1132
1123
|
}
|
|
1133
|
-
.min-w-max {
|
|
1134
|
-
min-width: -moz-max-content;
|
|
1135
|
-
min-width: max-content;
|
|
1136
|
-
}
|
|
1137
1124
|
.max-w-2xl {
|
|
1138
1125
|
max-width: 42rem;
|
|
1139
1126
|
}
|
|
@@ -1158,6 +1145,9 @@ video {
|
|
|
1158
1145
|
.flex-shrink-0 {
|
|
1159
1146
|
flex-shrink: 0;
|
|
1160
1147
|
}
|
|
1148
|
+
.border-collapse {
|
|
1149
|
+
border-collapse: collapse;
|
|
1150
|
+
}
|
|
1161
1151
|
.origin-center {
|
|
1162
1152
|
transform-origin: center;
|
|
1163
1153
|
}
|
|
@@ -1426,9 +1416,6 @@ video {
|
|
|
1426
1416
|
.border-r {
|
|
1427
1417
|
border-right-width: 1px;
|
|
1428
1418
|
}
|
|
1429
|
-
.border-r-2 {
|
|
1430
|
-
border-right-width: 2px;
|
|
1431
|
-
}
|
|
1432
1419
|
.border-t {
|
|
1433
1420
|
border-top-width: 1px;
|
|
1434
1421
|
}
|
|
@@ -1462,9 +1449,6 @@ video {
|
|
|
1462
1449
|
.border-transparent {
|
|
1463
1450
|
border-color: rgba(255, 255, 255, .0);
|
|
1464
1451
|
}
|
|
1465
|
-
.border-b-border {
|
|
1466
|
-
border-bottom-color: var(--color-border);
|
|
1467
|
-
}
|
|
1468
1452
|
.border-b-ice-dark {
|
|
1469
1453
|
--tw-border-opacity: 1;
|
|
1470
1454
|
border-bottom-color: rgb(208 227 237 / var(--tw-border-opacity, 1));
|
|
@@ -1687,6 +1671,12 @@ video {
|
|
|
1687
1671
|
.text-center {
|
|
1688
1672
|
text-align: center;
|
|
1689
1673
|
}
|
|
1674
|
+
.text-right {
|
|
1675
|
+
text-align: right;
|
|
1676
|
+
}
|
|
1677
|
+
.align-middle {
|
|
1678
|
+
vertical-align: middle;
|
|
1679
|
+
}
|
|
1690
1680
|
.text-2xl {
|
|
1691
1681
|
font-size: var(--font-size-2xl);
|
|
1692
1682
|
line-height: var(--line-height-tight);
|
|
@@ -1698,9 +1688,6 @@ video {
|
|
|
1698
1688
|
.text-\[10px\] {
|
|
1699
1689
|
font-size: 10px;
|
|
1700
1690
|
}
|
|
1701
|
-
.text-\[13px\] {
|
|
1702
|
-
font-size: 13px;
|
|
1703
|
-
}
|
|
1704
1691
|
.text-\[9px\] {
|
|
1705
1692
|
font-size: 9px;
|
|
1706
1693
|
}
|
|
@@ -1886,11 +1873,6 @@ video {
|
|
|
1886
1873
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1887
1874
|
transition-duration: 150ms;
|
|
1888
1875
|
}
|
|
1889
|
-
.transition-\[max-height\] {
|
|
1890
|
-
transition-property: max-height;
|
|
1891
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1892
|
-
transition-duration: 150ms;
|
|
1893
|
-
}
|
|
1894
1876
|
.transition-all {
|
|
1895
1877
|
transition-property: all;
|
|
1896
1878
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|