@geomak/ui 6.30.0 → 6.32.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 +552 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +409 -1
- package/dist/index.d.ts +409 -1
- package/dist/index.js +543 -4
- package/dist/index.js.map +1 -1
- package/dist/styles.css +232 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -800,6 +800,9 @@ video {
|
|
|
800
800
|
.pointer-events-auto {
|
|
801
801
|
pointer-events: auto;
|
|
802
802
|
}
|
|
803
|
+
.\!visible {
|
|
804
|
+
visibility: visible !important;
|
|
805
|
+
}
|
|
803
806
|
.visible {
|
|
804
807
|
visibility: visible;
|
|
805
808
|
}
|
|
@@ -827,19 +830,32 @@ video {
|
|
|
827
830
|
.inset-0 {
|
|
828
831
|
inset: 0px;
|
|
829
832
|
}
|
|
833
|
+
.inset-x-0 {
|
|
834
|
+
left: 0px;
|
|
835
|
+
right: 0px;
|
|
836
|
+
}
|
|
830
837
|
.inset-y-0 {
|
|
831
838
|
top: 0px;
|
|
832
839
|
bottom: 0px;
|
|
833
840
|
}
|
|
841
|
+
.-bottom-\[15\%\] {
|
|
842
|
+
bottom: -15%;
|
|
843
|
+
}
|
|
834
844
|
.-right-1 {
|
|
835
845
|
right: -0.25rem;
|
|
836
846
|
}
|
|
837
847
|
.-top-1 {
|
|
838
848
|
top: -0.25rem;
|
|
839
849
|
}
|
|
850
|
+
.-top-3 {
|
|
851
|
+
top: -0.75rem;
|
|
852
|
+
}
|
|
840
853
|
.-top-8 {
|
|
841
854
|
top: -2rem;
|
|
842
855
|
}
|
|
856
|
+
.-top-\[15\%\] {
|
|
857
|
+
top: -15%;
|
|
858
|
+
}
|
|
843
859
|
.bottom-0 {
|
|
844
860
|
bottom: 0px;
|
|
845
861
|
}
|
|
@@ -873,6 +889,9 @@ video {
|
|
|
873
889
|
.left-2 {
|
|
874
890
|
left: 0.5rem;
|
|
875
891
|
}
|
|
892
|
+
.left-3 {
|
|
893
|
+
left: 0.75rem;
|
|
894
|
+
}
|
|
876
895
|
.left-4 {
|
|
877
896
|
left: 1rem;
|
|
878
897
|
}
|
|
@@ -900,6 +919,9 @@ video {
|
|
|
900
919
|
.right-2 {
|
|
901
920
|
right: 0.5rem;
|
|
902
921
|
}
|
|
922
|
+
.right-3 {
|
|
923
|
+
right: 0.75rem;
|
|
924
|
+
}
|
|
903
925
|
.right-4 {
|
|
904
926
|
right: 1rem;
|
|
905
927
|
}
|
|
@@ -918,6 +940,9 @@ video {
|
|
|
918
940
|
.top-2 {
|
|
919
941
|
top: 0.5rem;
|
|
920
942
|
}
|
|
943
|
+
.top-3 {
|
|
944
|
+
top: 0.75rem;
|
|
945
|
+
}
|
|
921
946
|
.top-4 {
|
|
922
947
|
top: 1rem;
|
|
923
948
|
}
|
|
@@ -960,6 +985,9 @@ video {
|
|
|
960
985
|
.z-\[500000\] {
|
|
961
986
|
z-index: 500000;
|
|
962
987
|
}
|
|
988
|
+
.z-\[60\] {
|
|
989
|
+
z-index: 60;
|
|
990
|
+
}
|
|
963
991
|
.z-\[7000000\] {
|
|
964
992
|
z-index: 7000000;
|
|
965
993
|
}
|
|
@@ -1045,6 +1073,9 @@ video {
|
|
|
1045
1073
|
.mb-1 {
|
|
1046
1074
|
margin-bottom: 0.25rem;
|
|
1047
1075
|
}
|
|
1076
|
+
.mb-10 {
|
|
1077
|
+
margin-bottom: 2.5rem;
|
|
1078
|
+
}
|
|
1048
1079
|
.mb-2 {
|
|
1049
1080
|
margin-bottom: 0.5rem;
|
|
1050
1081
|
}
|
|
@@ -1090,6 +1121,9 @@ video {
|
|
|
1090
1121
|
.mt-1\.5 {
|
|
1091
1122
|
margin-top: 0.375rem;
|
|
1092
1123
|
}
|
|
1124
|
+
.mt-12 {
|
|
1125
|
+
margin-top: 3rem;
|
|
1126
|
+
}
|
|
1093
1127
|
.mt-2 {
|
|
1094
1128
|
margin-top: 0.5rem;
|
|
1095
1129
|
}
|
|
@@ -1105,6 +1139,15 @@ video {
|
|
|
1105
1139
|
.mt-7 {
|
|
1106
1140
|
margin-top: 1.75rem;
|
|
1107
1141
|
}
|
|
1142
|
+
.mt-auto {
|
|
1143
|
+
margin-top: auto;
|
|
1144
|
+
}
|
|
1145
|
+
.line-clamp-3 {
|
|
1146
|
+
overflow: hidden;
|
|
1147
|
+
display: -webkit-box;
|
|
1148
|
+
-webkit-box-orient: vertical;
|
|
1149
|
+
-webkit-line-clamp: 3;
|
|
1150
|
+
}
|
|
1108
1151
|
.block {
|
|
1109
1152
|
display: block;
|
|
1110
1153
|
}
|
|
@@ -1132,9 +1175,15 @@ video {
|
|
|
1132
1175
|
.hidden {
|
|
1133
1176
|
display: none;
|
|
1134
1177
|
}
|
|
1178
|
+
.aspect-\[16\/10\] {
|
|
1179
|
+
aspect-ratio: 16/10;
|
|
1180
|
+
}
|
|
1135
1181
|
.aspect-\[4\/3\] {
|
|
1136
1182
|
aspect-ratio: 4/3;
|
|
1137
1183
|
}
|
|
1184
|
+
.aspect-video {
|
|
1185
|
+
aspect-ratio: 16 / 9;
|
|
1186
|
+
}
|
|
1138
1187
|
.h-0\.5 {
|
|
1139
1188
|
height: 0.125rem;
|
|
1140
1189
|
}
|
|
@@ -1162,6 +1211,9 @@ video {
|
|
|
1162
1211
|
.h-14 {
|
|
1163
1212
|
height: 3.5rem;
|
|
1164
1213
|
}
|
|
1214
|
+
.h-16 {
|
|
1215
|
+
height: 4rem;
|
|
1216
|
+
}
|
|
1165
1217
|
.h-2 {
|
|
1166
1218
|
height: 0.5rem;
|
|
1167
1219
|
}
|
|
@@ -1228,6 +1280,9 @@ video {
|
|
|
1228
1280
|
.h-\[420px\] {
|
|
1229
1281
|
height: 420px;
|
|
1230
1282
|
}
|
|
1283
|
+
.h-\[55\%\] {
|
|
1284
|
+
height: 55%;
|
|
1285
|
+
}
|
|
1231
1286
|
.h-\[60\%\] {
|
|
1232
1287
|
height: 60%;
|
|
1233
1288
|
}
|
|
@@ -1322,6 +1377,9 @@ video {
|
|
|
1322
1377
|
.w-14 {
|
|
1323
1378
|
width: 3.5rem;
|
|
1324
1379
|
}
|
|
1380
|
+
.w-16 {
|
|
1381
|
+
width: 4rem;
|
|
1382
|
+
}
|
|
1325
1383
|
.w-2 {
|
|
1326
1384
|
width: 0.5rem;
|
|
1327
1385
|
}
|
|
@@ -1403,6 +1461,9 @@ video {
|
|
|
1403
1461
|
.w-\[480px\] {
|
|
1404
1462
|
width: 480px;
|
|
1405
1463
|
}
|
|
1464
|
+
.w-\[55\%\] {
|
|
1465
|
+
width: 55%;
|
|
1466
|
+
}
|
|
1406
1467
|
.w-\[560px\] {
|
|
1407
1468
|
width: 560px;
|
|
1408
1469
|
}
|
|
@@ -1471,9 +1532,15 @@ video {
|
|
|
1471
1532
|
.max-w-3xl {
|
|
1472
1533
|
max-width: 48rem;
|
|
1473
1534
|
}
|
|
1535
|
+
.max-w-4xl {
|
|
1536
|
+
max-width: 56rem;
|
|
1537
|
+
}
|
|
1474
1538
|
.max-w-5xl {
|
|
1475
1539
|
max-width: 64rem;
|
|
1476
1540
|
}
|
|
1541
|
+
.max-w-6xl {
|
|
1542
|
+
max-width: 72rem;
|
|
1543
|
+
}
|
|
1477
1544
|
.max-w-\[12rem\] {
|
|
1478
1545
|
max-width: 12rem;
|
|
1479
1546
|
}
|
|
@@ -1495,6 +1562,9 @@ video {
|
|
|
1495
1562
|
.max-w-full {
|
|
1496
1563
|
max-width: 100%;
|
|
1497
1564
|
}
|
|
1565
|
+
.max-w-lg {
|
|
1566
|
+
max-width: 32rem;
|
|
1567
|
+
}
|
|
1498
1568
|
.max-w-md {
|
|
1499
1569
|
max-width: 28rem;
|
|
1500
1570
|
}
|
|
@@ -1504,6 +1574,9 @@ video {
|
|
|
1504
1574
|
.max-w-sm {
|
|
1505
1575
|
max-width: 24rem;
|
|
1506
1576
|
}
|
|
1577
|
+
.max-w-xl {
|
|
1578
|
+
max-width: 36rem;
|
|
1579
|
+
}
|
|
1507
1580
|
.flex-1 {
|
|
1508
1581
|
flex: 1 1 0%;
|
|
1509
1582
|
}
|
|
@@ -1513,6 +1586,9 @@ video {
|
|
|
1513
1586
|
.shrink {
|
|
1514
1587
|
flex-shrink: 1;
|
|
1515
1588
|
}
|
|
1589
|
+
.shrink-0 {
|
|
1590
|
+
flex-shrink: 0;
|
|
1591
|
+
}
|
|
1516
1592
|
.grow {
|
|
1517
1593
|
flex-grow: 1;
|
|
1518
1594
|
}
|
|
@@ -1535,6 +1611,10 @@ video {
|
|
|
1535
1611
|
--tw-translate-y: -50%;
|
|
1536
1612
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1537
1613
|
}
|
|
1614
|
+
.translate-x-0\.5 {
|
|
1615
|
+
--tw-translate-x: 0.125rem;
|
|
1616
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1617
|
+
}
|
|
1538
1618
|
.-rotate-90 {
|
|
1539
1619
|
--tw-rotate: -90deg;
|
|
1540
1620
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1804,6 +1884,10 @@ video {
|
|
|
1804
1884
|
.gap-8 {
|
|
1805
1885
|
gap: 2rem;
|
|
1806
1886
|
}
|
|
1887
|
+
.gap-x-2 {
|
|
1888
|
+
-moz-column-gap: 0.5rem;
|
|
1889
|
+
column-gap: 0.5rem;
|
|
1890
|
+
}
|
|
1807
1891
|
.gap-x-4 {
|
|
1808
1892
|
-moz-column-gap: 1rem;
|
|
1809
1893
|
column-gap: 1rem;
|
|
@@ -2022,6 +2106,9 @@ video {
|
|
|
2022
2106
|
.border-transparent {
|
|
2023
2107
|
border-color: rgba(255, 255, 255, .0);
|
|
2024
2108
|
}
|
|
2109
|
+
.border-white\/30 {
|
|
2110
|
+
border-color: rgb(255 255 255 / 0.3);
|
|
2111
|
+
}
|
|
2025
2112
|
.border-b-current {
|
|
2026
2113
|
border-bottom-color: currentColor;
|
|
2027
2114
|
}
|
|
@@ -2091,12 +2178,21 @@ video {
|
|
|
2091
2178
|
--tw-bg-opacity: 1;
|
|
2092
2179
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2093
2180
|
}
|
|
2181
|
+
.bg-white\/15 {
|
|
2182
|
+
background-color: rgb(255 255 255 / 0.15);
|
|
2183
|
+
}
|
|
2094
2184
|
.bg-white\/20 {
|
|
2095
2185
|
background-color: rgb(255 255 255 / 0.2);
|
|
2096
2186
|
}
|
|
2187
|
+
.bg-white\/50 {
|
|
2188
|
+
background-color: rgb(255 255 255 / 0.5);
|
|
2189
|
+
}
|
|
2097
2190
|
.bg-white\/60 {
|
|
2098
2191
|
background-color: rgb(255 255 255 / 0.6);
|
|
2099
2192
|
}
|
|
2193
|
+
.bg-white\/90 {
|
|
2194
|
+
background-color: rgb(255 255 255 / 0.9);
|
|
2195
|
+
}
|
|
2100
2196
|
.bg-gradient-to-br {
|
|
2101
2197
|
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
|
|
2102
2198
|
}
|
|
@@ -2192,6 +2288,10 @@ video {
|
|
|
2192
2288
|
padding-left: 1.5rem;
|
|
2193
2289
|
padding-right: 1.5rem;
|
|
2194
2290
|
}
|
|
2291
|
+
.px-8 {
|
|
2292
|
+
padding-left: 2rem;
|
|
2293
|
+
padding-right: 2rem;
|
|
2294
|
+
}
|
|
2195
2295
|
.py-0\.5 {
|
|
2196
2296
|
padding-top: 0.125rem;
|
|
2197
2297
|
padding-bottom: 0.125rem;
|
|
@@ -2208,6 +2308,14 @@ video {
|
|
|
2208
2308
|
padding-top: 2.5rem;
|
|
2209
2309
|
padding-bottom: 2.5rem;
|
|
2210
2310
|
}
|
|
2311
|
+
.py-12 {
|
|
2312
|
+
padding-top: 3rem;
|
|
2313
|
+
padding-bottom: 3rem;
|
|
2314
|
+
}
|
|
2315
|
+
.py-16 {
|
|
2316
|
+
padding-top: 4rem;
|
|
2317
|
+
padding-bottom: 4rem;
|
|
2318
|
+
}
|
|
2211
2319
|
.py-2 {
|
|
2212
2320
|
padding-top: 0.5rem;
|
|
2213
2321
|
padding-bottom: 0.5rem;
|
|
@@ -2422,6 +2530,9 @@ video {
|
|
|
2422
2530
|
.text-background {
|
|
2423
2531
|
color: var(--color-background);
|
|
2424
2532
|
}
|
|
2533
|
+
.text-border-strong {
|
|
2534
|
+
color: var(--color-border-strong);
|
|
2535
|
+
}
|
|
2425
2536
|
.text-foreground {
|
|
2426
2537
|
color: var(--color-foreground);
|
|
2427
2538
|
}
|
|
@@ -2468,6 +2579,12 @@ video {
|
|
|
2468
2579
|
.text-white\/75 {
|
|
2469
2580
|
color: rgb(255 255 255 / 0.75);
|
|
2470
2581
|
}
|
|
2582
|
+
.text-white\/80 {
|
|
2583
|
+
color: rgb(255 255 255 / 0.8);
|
|
2584
|
+
}
|
|
2585
|
+
.text-white\/85 {
|
|
2586
|
+
color: rgb(255 255 255 / 0.85);
|
|
2587
|
+
}
|
|
2471
2588
|
.text-white\/90 {
|
|
2472
2589
|
color: rgb(255 255 255 / 0.9);
|
|
2473
2590
|
}
|
|
@@ -2477,6 +2594,9 @@ video {
|
|
|
2477
2594
|
.overline {
|
|
2478
2595
|
text-decoration-line: overline;
|
|
2479
2596
|
}
|
|
2597
|
+
.underline-offset-2 {
|
|
2598
|
+
text-underline-offset: 2px;
|
|
2599
|
+
}
|
|
2480
2600
|
.accent-foreground {
|
|
2481
2601
|
accent-color: var(--color-foreground);
|
|
2482
2602
|
}
|
|
@@ -2677,6 +2797,9 @@ video {
|
|
|
2677
2797
|
.ease-out-quart {
|
|
2678
2798
|
transition-timing-function: var(--ease-out-quart);
|
|
2679
2799
|
}
|
|
2800
|
+
.will-change-transform {
|
|
2801
|
+
will-change: transform;
|
|
2802
|
+
}
|
|
2680
2803
|
.\[appearance\:textfield\] {
|
|
2681
2804
|
-webkit-appearance: textfield;
|
|
2682
2805
|
-moz-appearance: textfield;
|
|
@@ -2753,6 +2876,12 @@ video {
|
|
|
2753
2876
|
.hover\:bg-white\/15:hover {
|
|
2754
2877
|
background-color: rgb(255 255 255 / 0.15);
|
|
2755
2878
|
}
|
|
2879
|
+
.hover\:bg-white\/25:hover {
|
|
2880
|
+
background-color: rgb(255 255 255 / 0.25);
|
|
2881
|
+
}
|
|
2882
|
+
.hover\:bg-white\/80:hover {
|
|
2883
|
+
background-color: rgb(255 255 255 / 0.8);
|
|
2884
|
+
}
|
|
2756
2885
|
.hover\:text-accent-fg:hover {
|
|
2757
2886
|
color: var(--color-accent-foreground);
|
|
2758
2887
|
}
|
|
@@ -2802,6 +2931,10 @@ video {
|
|
|
2802
2931
|
.focus-visible\:text-accent:focus-visible {
|
|
2803
2932
|
color: var(--color-accent);
|
|
2804
2933
|
}
|
|
2934
|
+
.focus-visible\:outline-none:focus-visible {
|
|
2935
|
+
outline: 2px solid transparent;
|
|
2936
|
+
outline-offset: 2px;
|
|
2937
|
+
}
|
|
2805
2938
|
.focus-visible\:\!ring-0:focus-visible {
|
|
2806
2939
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
2807
2940
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
@@ -2843,6 +2976,10 @@ video {
|
|
|
2843
2976
|
.focus-visible\:ring-status-warning:focus-visible {
|
|
2844
2977
|
--tw-ring-color: var(--color-warning);
|
|
2845
2978
|
}
|
|
2979
|
+
.focus-visible\:ring-white:focus-visible {
|
|
2980
|
+
--tw-ring-opacity: 1;
|
|
2981
|
+
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
|
|
2982
|
+
}
|
|
2846
2983
|
.focus-visible\:ring-white\/50:focus-visible {
|
|
2847
2984
|
--tw-ring-color: rgb(255 255 255 / 0.5);
|
|
2848
2985
|
}
|
|
@@ -2906,12 +3043,20 @@ video {
|
|
|
2906
3043
|
.disabled\:hover\:bg-transparent:hover:disabled {
|
|
2907
3044
|
background-color: rgba(255, 255, 255, .0);
|
|
2908
3045
|
}
|
|
3046
|
+
.group:hover .group-hover\:scale-105 {
|
|
3047
|
+
--tw-scale-x: 1.05;
|
|
3048
|
+
--tw-scale-y: 1.05;
|
|
3049
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3050
|
+
}
|
|
2909
3051
|
.group\/link:hover .group-hover\/link\:bg-surface {
|
|
2910
3052
|
background-color: var(--color-surface);
|
|
2911
3053
|
}
|
|
2912
3054
|
.group:hover .group-hover\:bg-accent {
|
|
2913
3055
|
background-color: var(--color-accent);
|
|
2914
3056
|
}
|
|
3057
|
+
.group:hover .group-hover\:text-accent {
|
|
3058
|
+
color: var(--color-accent);
|
|
3059
|
+
}
|
|
2915
3060
|
.group:hover .group-hover\:text-foreground {
|
|
2916
3061
|
color: var(--color-foreground);
|
|
2917
3062
|
}
|
|
@@ -2921,6 +3066,15 @@ video {
|
|
|
2921
3066
|
.group:focus-visible .group-focus-visible\:opacity-100 {
|
|
2922
3067
|
opacity: 1;
|
|
2923
3068
|
}
|
|
3069
|
+
.group:focus-visible .group-focus-visible\:ring-4 {
|
|
3070
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3071
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3072
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3073
|
+
}
|
|
3074
|
+
.group:focus-visible .group-focus-visible\:ring-white {
|
|
3075
|
+
--tw-ring-opacity: 1;
|
|
3076
|
+
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
|
|
3077
|
+
}
|
|
2924
3078
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
2925
3079
|
pointer-events: none;
|
|
2926
3080
|
}
|
|
@@ -3069,21 +3223,85 @@ video {
|
|
|
3069
3223
|
background-color: rgb(51 65 92 / var(--tw-bg-opacity, 1));
|
|
3070
3224
|
}
|
|
3071
3225
|
@media (min-width: 480px) {
|
|
3226
|
+
.sm\:inset-x-4 {
|
|
3227
|
+
left: 1rem;
|
|
3228
|
+
right: 1rem;
|
|
3229
|
+
}
|
|
3230
|
+
.sm\:inset-x-auto {
|
|
3231
|
+
left: auto;
|
|
3232
|
+
right: auto;
|
|
3233
|
+
}
|
|
3234
|
+
.sm\:bottom-4 {
|
|
3235
|
+
bottom: 1rem;
|
|
3236
|
+
}
|
|
3237
|
+
.sm\:left-4 {
|
|
3238
|
+
left: 1rem;
|
|
3239
|
+
}
|
|
3240
|
+
.sm\:right-4 {
|
|
3241
|
+
right: 1rem;
|
|
3242
|
+
}
|
|
3243
|
+
.sm\:max-w-md {
|
|
3244
|
+
max-width: 28rem;
|
|
3245
|
+
}
|
|
3072
3246
|
.sm\:grid-cols-2 {
|
|
3073
3247
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3074
3248
|
}
|
|
3075
3249
|
.sm\:flex-row {
|
|
3076
3250
|
flex-direction: row;
|
|
3077
3251
|
}
|
|
3252
|
+
.sm\:items-center {
|
|
3253
|
+
align-items: center;
|
|
3254
|
+
}
|
|
3255
|
+
.sm\:justify-center {
|
|
3256
|
+
justify-content: center;
|
|
3257
|
+
}
|
|
3258
|
+
.sm\:rounded-xl {
|
|
3259
|
+
border-radius: var(--radius-xl);
|
|
3260
|
+
}
|
|
3261
|
+
.sm\:border {
|
|
3262
|
+
border-width: 1px;
|
|
3263
|
+
}
|
|
3078
3264
|
.sm\:border-r {
|
|
3079
3265
|
border-right-width: 1px;
|
|
3080
3266
|
}
|
|
3081
3267
|
.sm\:border-border {
|
|
3082
3268
|
border-color: var(--color-border);
|
|
3083
3269
|
}
|
|
3270
|
+
.sm\:px-10 {
|
|
3271
|
+
padding-left: 2.5rem;
|
|
3272
|
+
padding-right: 2.5rem;
|
|
3273
|
+
}
|
|
3274
|
+
.sm\:px-12 {
|
|
3275
|
+
padding-left: 3rem;
|
|
3276
|
+
padding-right: 3rem;
|
|
3277
|
+
}
|
|
3278
|
+
.sm\:px-14 {
|
|
3279
|
+
padding-left: 3.5rem;
|
|
3280
|
+
padding-right: 3.5rem;
|
|
3281
|
+
}
|
|
3282
|
+
.sm\:py-16 {
|
|
3283
|
+
padding-top: 4rem;
|
|
3284
|
+
padding-bottom: 4rem;
|
|
3285
|
+
}
|
|
3286
|
+
.sm\:py-24 {
|
|
3287
|
+
padding-top: 6rem;
|
|
3288
|
+
padding-bottom: 6rem;
|
|
3289
|
+
}
|
|
3084
3290
|
.sm\:pr-3 {
|
|
3085
3291
|
padding-right: 0.75rem;
|
|
3086
3292
|
}
|
|
3293
|
+
.sm\:text-3xl {
|
|
3294
|
+
font-size: var(--font-size-3xl);
|
|
3295
|
+
line-height: var(--line-height-tight);
|
|
3296
|
+
}
|
|
3297
|
+
.sm\:text-5xl {
|
|
3298
|
+
font-size: 3rem;
|
|
3299
|
+
line-height: 1;
|
|
3300
|
+
}
|
|
3301
|
+
.sm\:text-lg {
|
|
3302
|
+
font-size: var(--font-size-lg);
|
|
3303
|
+
line-height: var(--line-height-snug);
|
|
3304
|
+
}
|
|
3087
3305
|
}
|
|
3088
3306
|
@media (min-width: 768px) {
|
|
3089
3307
|
.md\:flex {
|
|
@@ -3092,18 +3310,32 @@ video {
|
|
|
3092
3310
|
.md\:hidden {
|
|
3093
3311
|
display: none;
|
|
3094
3312
|
}
|
|
3313
|
+
.md\:grid-cols-2 {
|
|
3314
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3315
|
+
}
|
|
3095
3316
|
.md\:px-6 {
|
|
3096
3317
|
padding-left: 1.5rem;
|
|
3097
3318
|
padding-right: 1.5rem;
|
|
3098
3319
|
}
|
|
3099
3320
|
}
|
|
3100
3321
|
@media (min-width: 976px) {
|
|
3322
|
+
.lg\:-my-2 {
|
|
3323
|
+
margin-top: -0.5rem;
|
|
3324
|
+
margin-bottom: -0.5rem;
|
|
3325
|
+
}
|
|
3101
3326
|
.lg\:grid-cols-2 {
|
|
3102
3327
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3103
3328
|
}
|
|
3104
3329
|
.lg\:grid-cols-3 {
|
|
3105
3330
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
3106
3331
|
}
|
|
3332
|
+
.lg\:grid-cols-4 {
|
|
3333
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3334
|
+
}
|
|
3335
|
+
.lg\:py-8 {
|
|
3336
|
+
padding-top: 2rem;
|
|
3337
|
+
padding-bottom: 2rem;
|
|
3338
|
+
}
|
|
3107
3339
|
}
|
|
3108
3340
|
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
|
|
3109
3341
|
-webkit-appearance: none;
|
package/package.json
CHANGED