@geomak/ui 6.2.1 → 6.2.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 +340 -201
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +160 -21
- package/dist/index.js.map +1 -1
- package/dist/styles.css +18 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1103,6 +1103,9 @@ video {
|
|
|
1103
1103
|
.h-9 {
|
|
1104
1104
|
height: 2.25rem;
|
|
1105
1105
|
}
|
|
1106
|
+
.h-\[17px\] {
|
|
1107
|
+
height: 17px;
|
|
1108
|
+
}
|
|
1106
1109
|
.h-\[18px\] {
|
|
1107
1110
|
height: 18px;
|
|
1108
1111
|
}
|
|
@@ -1254,6 +1257,9 @@ video {
|
|
|
1254
1257
|
.w-96 {
|
|
1255
1258
|
width: 24rem;
|
|
1256
1259
|
}
|
|
1260
|
+
.w-\[17px\] {
|
|
1261
|
+
width: 17px;
|
|
1262
|
+
}
|
|
1257
1263
|
.w-\[18px\] {
|
|
1258
1264
|
width: 18px;
|
|
1259
1265
|
}
|
|
@@ -1319,9 +1325,6 @@ video {
|
|
|
1319
1325
|
.min-w-\[200px\] {
|
|
1320
1326
|
min-width: 200px;
|
|
1321
1327
|
}
|
|
1322
|
-
.min-w-\[220px\] {
|
|
1323
|
-
min-width: 220px;
|
|
1324
|
-
}
|
|
1325
1328
|
.min-w-\[224px\] {
|
|
1326
1329
|
min-width: 224px;
|
|
1327
1330
|
}
|
|
@@ -1883,6 +1886,9 @@ video {
|
|
|
1883
1886
|
.p-2 {
|
|
1884
1887
|
padding: 0.5rem;
|
|
1885
1888
|
}
|
|
1889
|
+
.p-2\.5 {
|
|
1890
|
+
padding: 0.625rem;
|
|
1891
|
+
}
|
|
1886
1892
|
.p-3 {
|
|
1887
1893
|
padding: 0.75rem;
|
|
1888
1894
|
}
|
|
@@ -1972,6 +1978,9 @@ video {
|
|
|
1972
1978
|
.pb-2 {
|
|
1973
1979
|
padding-bottom: 0.5rem;
|
|
1974
1980
|
}
|
|
1981
|
+
.pb-3 {
|
|
1982
|
+
padding-bottom: 0.75rem;
|
|
1983
|
+
}
|
|
1975
1984
|
.pb-5 {
|
|
1976
1985
|
padding-bottom: 1.25rem;
|
|
1977
1986
|
}
|
|
@@ -1996,6 +2005,9 @@ video {
|
|
|
1996
2005
|
.pr-8 {
|
|
1997
2006
|
padding-right: 2rem;
|
|
1998
2007
|
}
|
|
2008
|
+
.pt-1 {
|
|
2009
|
+
padding-top: 0.25rem;
|
|
2010
|
+
}
|
|
1999
2011
|
.pt-2 {
|
|
2000
2012
|
padding-top: 0.5rem;
|
|
2001
2013
|
}
|
|
@@ -2680,6 +2692,9 @@ video {
|
|
|
2680
2692
|
background-color: rgb(51 65 92 / var(--tw-bg-opacity, 1));
|
|
2681
2693
|
}
|
|
2682
2694
|
@media (min-width: 768px) {
|
|
2695
|
+
.md\:flex {
|
|
2696
|
+
display: flex;
|
|
2697
|
+
}
|
|
2683
2698
|
.md\:hidden {
|
|
2684
2699
|
display: none;
|
|
2685
2700
|
}
|