@upstash/react-redis-browser 0.2.14-rc.10 → 0.2.14-rc.12
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/README.md +73 -6
- package/dist/index.css +253 -56
- package/dist/index.d.mts +48 -2
- package/dist/index.d.ts +48 -2
- package/dist/index.js +2292 -1178
- package/dist/index.mjs +2951 -1837
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -786,6 +786,9 @@
|
|
|
786
786
|
.ups-db .pointer-events-auto {
|
|
787
787
|
pointer-events: auto;
|
|
788
788
|
}
|
|
789
|
+
.ups-db .\!visible {
|
|
790
|
+
visibility: visible !important;
|
|
791
|
+
}
|
|
789
792
|
.ups-db .visible {
|
|
790
793
|
visibility: visible;
|
|
791
794
|
}
|
|
@@ -819,6 +822,9 @@
|
|
|
819
822
|
.ups-db .bottom-0 {
|
|
820
823
|
bottom: 0px;
|
|
821
824
|
}
|
|
825
|
+
.ups-db .bottom-2 {
|
|
826
|
+
bottom: 0.5rem;
|
|
827
|
+
}
|
|
822
828
|
.ups-db .left-0 {
|
|
823
829
|
left: 0px;
|
|
824
830
|
}
|
|
@@ -867,6 +873,9 @@
|
|
|
867
873
|
.ups-db .z-\[100\] {
|
|
868
874
|
z-index: 100;
|
|
869
875
|
}
|
|
876
|
+
.ups-db .z-\[2\] {
|
|
877
|
+
z-index: 2;
|
|
878
|
+
}
|
|
870
879
|
.ups-db .col-span-2 {
|
|
871
880
|
grid-column: span 2 / span 2;
|
|
872
881
|
}
|
|
@@ -894,6 +903,10 @@
|
|
|
894
903
|
margin-top: 0.25rem;
|
|
895
904
|
margin-bottom: 0.25rem;
|
|
896
905
|
}
|
|
906
|
+
.ups-db .my-\[2px\] {
|
|
907
|
+
margin-top: 2px;
|
|
908
|
+
margin-bottom: 2px;
|
|
909
|
+
}
|
|
897
910
|
.ups-db .-mt-1 {
|
|
898
911
|
margin-top: -0.25rem;
|
|
899
912
|
}
|
|
@@ -942,9 +955,6 @@
|
|
|
942
955
|
.ups-db .mt-2 {
|
|
943
956
|
margin-top: 0.5rem;
|
|
944
957
|
}
|
|
945
|
-
.ups-db .mt-3 {
|
|
946
|
-
margin-top: 0.75rem;
|
|
947
|
-
}
|
|
948
958
|
.ups-db .mt-4 {
|
|
949
959
|
margin-top: 1rem;
|
|
950
960
|
}
|
|
@@ -963,6 +973,9 @@
|
|
|
963
973
|
.ups-db .inline-block {
|
|
964
974
|
display: inline-block;
|
|
965
975
|
}
|
|
976
|
+
.ups-db .\!inline {
|
|
977
|
+
display: inline !important;
|
|
978
|
+
}
|
|
966
979
|
.ups-db .inline {
|
|
967
980
|
display: inline;
|
|
968
981
|
}
|
|
@@ -1031,21 +1044,24 @@
|
|
|
1031
1044
|
.ups-db .h-\[18px\] {
|
|
1032
1045
|
height: 18px;
|
|
1033
1046
|
}
|
|
1034
|
-
.ups-db .h-\[200px\] {
|
|
1035
|
-
height: 200px;
|
|
1036
|
-
}
|
|
1037
1047
|
.ups-db .h-\[20px\] {
|
|
1038
1048
|
height: 20px;
|
|
1039
1049
|
}
|
|
1040
1050
|
.ups-db .h-\[26px\] {
|
|
1041
1051
|
height: 26px;
|
|
1042
1052
|
}
|
|
1053
|
+
.ups-db .h-\[34px\] {
|
|
1054
|
+
height: 34px;
|
|
1055
|
+
}
|
|
1043
1056
|
.ups-db .h-\[3px\] {
|
|
1044
1057
|
height: 3px;
|
|
1045
1058
|
}
|
|
1046
1059
|
.ups-db .h-\[40px\] {
|
|
1047
1060
|
height: 40px;
|
|
1048
1061
|
}
|
|
1062
|
+
.ups-db .h-\[58px\] {
|
|
1063
|
+
height: 58px;
|
|
1064
|
+
}
|
|
1049
1065
|
.ups-db .h-\[var\(--radix-select-trigger-height\)\] {
|
|
1050
1066
|
height: var(--radix-select-trigger-height);
|
|
1051
1067
|
}
|
|
@@ -1055,14 +1071,17 @@
|
|
|
1055
1071
|
.ups-db .h-px {
|
|
1056
1072
|
height: 1px;
|
|
1057
1073
|
}
|
|
1074
|
+
.ups-db .max-h-40 {
|
|
1075
|
+
max-height: 10rem;
|
|
1076
|
+
}
|
|
1058
1077
|
.ups-db .max-h-\[200px\] {
|
|
1059
1078
|
max-height: 200px;
|
|
1060
1079
|
}
|
|
1061
1080
|
.ups-db .max-h-\[300px\] {
|
|
1062
1081
|
max-height: 300px;
|
|
1063
1082
|
}
|
|
1064
|
-
.ups-db .max-h-\[
|
|
1065
|
-
max-height:
|
|
1083
|
+
.ups-db .max-h-\[min\(var\(--radix-select-content-available-height\)\,20rem\)\] {
|
|
1084
|
+
max-height: min(var(--radix-select-content-available-height), 20rem);
|
|
1066
1085
|
}
|
|
1067
1086
|
.ups-db .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
1068
1087
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
@@ -1073,12 +1092,12 @@
|
|
|
1073
1092
|
.ups-db .min-h-0 {
|
|
1074
1093
|
min-height: 0px;
|
|
1075
1094
|
}
|
|
1076
|
-
.ups-db .min-h-\[150px\] {
|
|
1077
|
-
min-height: 150px;
|
|
1078
|
-
}
|
|
1079
1095
|
.ups-db .min-h-\[20px\] {
|
|
1080
1096
|
min-height: 20px;
|
|
1081
1097
|
}
|
|
1098
|
+
.ups-db .min-h-\[500px\] {
|
|
1099
|
+
min-height: 500px;
|
|
1100
|
+
}
|
|
1082
1101
|
.ups-db .\!w-auto {
|
|
1083
1102
|
width: auto !important;
|
|
1084
1103
|
}
|
|
@@ -1130,6 +1149,9 @@
|
|
|
1130
1149
|
.ups-db .w-8 {
|
|
1131
1150
|
width: 2rem;
|
|
1132
1151
|
}
|
|
1152
|
+
.ups-db .w-9 {
|
|
1153
|
+
width: 2.25rem;
|
|
1154
|
+
}
|
|
1133
1155
|
.ups-db .w-96 {
|
|
1134
1156
|
width: 24rem;
|
|
1135
1157
|
}
|
|
@@ -1145,9 +1167,18 @@
|
|
|
1145
1167
|
.ups-db .w-\[300px\] {
|
|
1146
1168
|
width: 300px;
|
|
1147
1169
|
}
|
|
1170
|
+
.ups-db .w-\[340px\] {
|
|
1171
|
+
width: 340px;
|
|
1172
|
+
}
|
|
1173
|
+
.ups-db .w-\[34px\] {
|
|
1174
|
+
width: 34px;
|
|
1175
|
+
}
|
|
1148
1176
|
.ups-db .w-\[3px\] {
|
|
1149
1177
|
width: 3px;
|
|
1150
1178
|
}
|
|
1179
|
+
.ups-db .w-\[500px\] {
|
|
1180
|
+
width: 500px;
|
|
1181
|
+
}
|
|
1151
1182
|
.ups-db .w-auto {
|
|
1152
1183
|
width: auto;
|
|
1153
1184
|
}
|
|
@@ -1158,6 +1189,10 @@
|
|
|
1158
1189
|
.ups-db .w-full {
|
|
1159
1190
|
width: 100%;
|
|
1160
1191
|
}
|
|
1192
|
+
.ups-db .w-max {
|
|
1193
|
+
width: -moz-max-content;
|
|
1194
|
+
width: max-content;
|
|
1195
|
+
}
|
|
1161
1196
|
.ups-db .min-w-0 {
|
|
1162
1197
|
min-width: 0px;
|
|
1163
1198
|
}
|
|
@@ -1185,15 +1220,18 @@
|
|
|
1185
1220
|
.ups-db .max-w-32 {
|
|
1186
1221
|
max-width: 8rem;
|
|
1187
1222
|
}
|
|
1188
|
-
.ups-db .max-w-4xl {
|
|
1189
|
-
max-width: 56rem;
|
|
1190
|
-
}
|
|
1191
1223
|
.ups-db .max-w-\[370px\] {
|
|
1192
1224
|
max-width: 370px;
|
|
1193
1225
|
}
|
|
1194
1226
|
.ups-db .max-w-\[400px\] {
|
|
1195
1227
|
max-width: 400px;
|
|
1196
1228
|
}
|
|
1229
|
+
.ups-db .max-w-\[500px\] {
|
|
1230
|
+
max-width: 500px;
|
|
1231
|
+
}
|
|
1232
|
+
.ups-db .max-w-\[70\%\] {
|
|
1233
|
+
max-width: 70%;
|
|
1234
|
+
}
|
|
1197
1235
|
.ups-db .max-w-lg {
|
|
1198
1236
|
max-width: 32rem;
|
|
1199
1237
|
}
|
|
@@ -1242,6 +1280,10 @@
|
|
|
1242
1280
|
--tw-translate-y: -50%;
|
|
1243
1281
|
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));
|
|
1244
1282
|
}
|
|
1283
|
+
.ups-db .rotate-90 {
|
|
1284
|
+
--tw-rotate: 90deg;
|
|
1285
|
+
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));
|
|
1286
|
+
}
|
|
1245
1287
|
.ups-db .transform {
|
|
1246
1288
|
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));
|
|
1247
1289
|
}
|
|
@@ -1284,9 +1326,6 @@
|
|
|
1284
1326
|
.ups-db .resize-none {
|
|
1285
1327
|
resize: none;
|
|
1286
1328
|
}
|
|
1287
|
-
.ups-db .resize-y {
|
|
1288
|
-
resize: vertical;
|
|
1289
|
-
}
|
|
1290
1329
|
.ups-db .resize {
|
|
1291
1330
|
resize: both;
|
|
1292
1331
|
}
|
|
@@ -1295,8 +1334,11 @@
|
|
|
1295
1334
|
-moz-appearance: none;
|
|
1296
1335
|
appearance: none;
|
|
1297
1336
|
}
|
|
1298
|
-
.ups-db .grid-cols-
|
|
1299
|
-
grid-template-columns: repeat(
|
|
1337
|
+
.ups-db .grid-cols-2 {
|
|
1338
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1339
|
+
}
|
|
1340
|
+
.ups-db .flex-row {
|
|
1341
|
+
flex-direction: row;
|
|
1300
1342
|
}
|
|
1301
1343
|
.ups-db .flex-col {
|
|
1302
1344
|
flex-direction: column;
|
|
@@ -1340,6 +1382,12 @@
|
|
|
1340
1382
|
.ups-db .gap-4 {
|
|
1341
1383
|
gap: 1rem;
|
|
1342
1384
|
}
|
|
1385
|
+
.ups-db .gap-5 {
|
|
1386
|
+
gap: 1.25rem;
|
|
1387
|
+
}
|
|
1388
|
+
.ups-db .gap-6 {
|
|
1389
|
+
gap: 1.5rem;
|
|
1390
|
+
}
|
|
1343
1391
|
.ups-db .gap-8 {
|
|
1344
1392
|
gap: 2rem;
|
|
1345
1393
|
}
|
|
@@ -1386,14 +1434,14 @@
|
|
|
1386
1434
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1387
1435
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
1388
1436
|
}
|
|
1437
|
+
.ups-db .overflow-auto {
|
|
1438
|
+
overflow: auto;
|
|
1439
|
+
}
|
|
1389
1440
|
.ups-db .overflow-hidden {
|
|
1390
1441
|
overflow: hidden;
|
|
1391
1442
|
}
|
|
1392
|
-
.ups-db
|
|
1393
|
-
overflow: visible;
|
|
1394
|
-
}
|
|
1395
|
-
.ups-db .overflow-scroll {
|
|
1396
|
-
overflow: scroll;
|
|
1443
|
+
.ups-db .\!overflow-visible {
|
|
1444
|
+
overflow: visible !important;
|
|
1397
1445
|
}
|
|
1398
1446
|
.ups-db .overflow-x-auto {
|
|
1399
1447
|
overflow-x: auto;
|
|
@@ -1421,6 +1469,12 @@
|
|
|
1421
1469
|
.ups-db .rounded {
|
|
1422
1470
|
border-radius: 0.25rem;
|
|
1423
1471
|
}
|
|
1472
|
+
.ups-db .rounded-2xl {
|
|
1473
|
+
border-radius: 1rem;
|
|
1474
|
+
}
|
|
1475
|
+
.ups-db .rounded-\[10px\] {
|
|
1476
|
+
border-radius: 10px;
|
|
1477
|
+
}
|
|
1424
1478
|
.ups-db .rounded-\[14px\] {
|
|
1425
1479
|
border-radius: 14px;
|
|
1426
1480
|
}
|
|
@@ -1473,6 +1527,10 @@
|
|
|
1473
1527
|
border-top-right-radius: 0px;
|
|
1474
1528
|
border-bottom-right-radius: 0px;
|
|
1475
1529
|
}
|
|
1530
|
+
.ups-db .rounded-t-\[10px\] {
|
|
1531
|
+
border-top-left-radius: 10px;
|
|
1532
|
+
border-top-right-radius: 10px;
|
|
1533
|
+
}
|
|
1476
1534
|
.ups-db .rounded-t-lg {
|
|
1477
1535
|
border-top-left-radius: 0.5rem;
|
|
1478
1536
|
border-top-right-radius: 0.5rem;
|
|
@@ -1555,6 +1613,10 @@
|
|
|
1555
1613
|
.ups-db .border-transparent {
|
|
1556
1614
|
border-color: transparent;
|
|
1557
1615
|
}
|
|
1616
|
+
.ups-db .border-yellow-300 {
|
|
1617
|
+
--tw-border-opacity: 1;
|
|
1618
|
+
border-color: rgb(var(--color-yellow-300) / var(--tw-border-opacity));
|
|
1619
|
+
}
|
|
1558
1620
|
.ups-db .border-zinc-200 {
|
|
1559
1621
|
--tw-border-opacity: 1;
|
|
1560
1622
|
border-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
@@ -1677,6 +1739,10 @@
|
|
|
1677
1739
|
--tw-bg-opacity: 1;
|
|
1678
1740
|
background-color: rgb(var(--color-pink-200) / var(--tw-bg-opacity));
|
|
1679
1741
|
}
|
|
1742
|
+
.ups-db .bg-purple-100 {
|
|
1743
|
+
--tw-bg-opacity: 1;
|
|
1744
|
+
background-color: rgb(var(--color-purple-100) / var(--tw-bg-opacity));
|
|
1745
|
+
}
|
|
1680
1746
|
.ups-db .bg-purple-200 {
|
|
1681
1747
|
--tw-bg-opacity: 1;
|
|
1682
1748
|
background-color: rgb(var(--color-purple-200) / var(--tw-bg-opacity));
|
|
@@ -1685,6 +1751,10 @@
|
|
|
1685
1751
|
--tw-bg-opacity: 1;
|
|
1686
1752
|
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity));
|
|
1687
1753
|
}
|
|
1754
|
+
.ups-db .bg-purple-500 {
|
|
1755
|
+
--tw-bg-opacity: 1;
|
|
1756
|
+
background-color: rgb(var(--color-purple-500) / var(--tw-bg-opacity));
|
|
1757
|
+
}
|
|
1688
1758
|
.ups-db .bg-red-50 {
|
|
1689
1759
|
--tw-bg-opacity: 1;
|
|
1690
1760
|
background-color: rgb(var(--color-red-50) / var(--tw-bg-opacity));
|
|
@@ -1708,8 +1778,9 @@
|
|
|
1708
1778
|
--tw-bg-opacity: 1;
|
|
1709
1779
|
background-color: rgb(var(--color-white) / var(--tw-bg-opacity));
|
|
1710
1780
|
}
|
|
1711
|
-
.ups-db .bg-
|
|
1712
|
-
|
|
1781
|
+
.ups-db .bg-yellow-50 {
|
|
1782
|
+
--tw-bg-opacity: 1;
|
|
1783
|
+
background-color: rgb(var(--color-yellow-50) / var(--tw-bg-opacity));
|
|
1713
1784
|
}
|
|
1714
1785
|
.ups-db .bg-zinc-100 {
|
|
1715
1786
|
--tw-bg-opacity: 1;
|
|
@@ -1782,6 +1853,10 @@
|
|
|
1782
1853
|
padding-left: 0.25rem;
|
|
1783
1854
|
padding-right: 0.25rem;
|
|
1784
1855
|
}
|
|
1856
|
+
.ups-db .px-1\.5 {
|
|
1857
|
+
padding-left: 0.375rem;
|
|
1858
|
+
padding-right: 0.375rem;
|
|
1859
|
+
}
|
|
1785
1860
|
.ups-db .px-2 {
|
|
1786
1861
|
padding-left: 0.5rem;
|
|
1787
1862
|
padding-right: 0.5rem;
|
|
@@ -1818,6 +1893,10 @@
|
|
|
1818
1893
|
padding-top: 0px;
|
|
1819
1894
|
padding-bottom: 0px;
|
|
1820
1895
|
}
|
|
1896
|
+
.ups-db .py-0\.5 {
|
|
1897
|
+
padding-top: 0.125rem;
|
|
1898
|
+
padding-bottom: 0.125rem;
|
|
1899
|
+
}
|
|
1821
1900
|
.ups-db .py-1 {
|
|
1822
1901
|
padding-top: 0.25rem;
|
|
1823
1902
|
padding-bottom: 0.25rem;
|
|
@@ -1854,8 +1933,12 @@
|
|
|
1854
1933
|
padding-top: 5px;
|
|
1855
1934
|
padding-bottom: 5px;
|
|
1856
1935
|
}
|
|
1857
|
-
.ups-db .
|
|
1858
|
-
padding-
|
|
1936
|
+
.ups-db .py-\[8px\] {
|
|
1937
|
+
padding-top: 8px;
|
|
1938
|
+
padding-bottom: 8px;
|
|
1939
|
+
}
|
|
1940
|
+
.ups-db .pb-2 {
|
|
1941
|
+
padding-bottom: 0.5rem;
|
|
1859
1942
|
}
|
|
1860
1943
|
.ups-db .pb-5 {
|
|
1861
1944
|
padding-bottom: 1.25rem;
|
|
@@ -1896,6 +1979,12 @@
|
|
|
1896
1979
|
.ups-db .pr-8 {
|
|
1897
1980
|
padding-right: 2rem;
|
|
1898
1981
|
}
|
|
1982
|
+
.ups-db .pt-0\.5 {
|
|
1983
|
+
padding-top: 0.125rem;
|
|
1984
|
+
}
|
|
1985
|
+
.ups-db .pt-1 {
|
|
1986
|
+
padding-top: 0.25rem;
|
|
1987
|
+
}
|
|
1899
1988
|
.ups-db .text-left {
|
|
1900
1989
|
text-align: left;
|
|
1901
1990
|
}
|
|
@@ -1916,12 +2005,20 @@
|
|
|
1916
2005
|
"Courier New",
|
|
1917
2006
|
monospace;
|
|
1918
2007
|
}
|
|
2008
|
+
.ups-db .\!text-sm {
|
|
2009
|
+
font-size: 0.875rem !important;
|
|
2010
|
+
line-height: 1.25rem !important;
|
|
2011
|
+
}
|
|
1919
2012
|
.ups-db .text-\[11px\] {
|
|
1920
2013
|
font-size: 11px;
|
|
1921
2014
|
}
|
|
1922
2015
|
.ups-db .text-\[13px\] {
|
|
1923
2016
|
font-size: 13px;
|
|
1924
2017
|
}
|
|
2018
|
+
.ups-db .text-base {
|
|
2019
|
+
font-size: 1rem;
|
|
2020
|
+
line-height: 1.5rem;
|
|
2021
|
+
}
|
|
1925
2022
|
.ups-db .text-lg {
|
|
1926
2023
|
font-size: 1.125rem;
|
|
1927
2024
|
line-height: 1.75rem;
|
|
@@ -1959,9 +2056,6 @@
|
|
|
1959
2056
|
.ups-db .leading-relaxed {
|
|
1960
2057
|
line-height: 1.625;
|
|
1961
2058
|
}
|
|
1962
|
-
.ups-db .tracking-tight {
|
|
1963
|
-
letter-spacing: -0.025em;
|
|
1964
|
-
}
|
|
1965
2059
|
.ups-db .tracking-wide {
|
|
1966
2060
|
letter-spacing: 0.025em;
|
|
1967
2061
|
}
|
|
@@ -1971,6 +2065,10 @@
|
|
|
1971
2065
|
.ups-db .tracking-widest {
|
|
1972
2066
|
letter-spacing: 0.1em;
|
|
1973
2067
|
}
|
|
2068
|
+
.ups-db .\!text-yellow-800 {
|
|
2069
|
+
--tw-text-opacity: 1 !important;
|
|
2070
|
+
color: rgb(var(--color-yellow-800) / var(--tw-text-opacity)) !important;
|
|
2071
|
+
}
|
|
1974
2072
|
.ups-db .text-amber-800 {
|
|
1975
2073
|
--tw-text-opacity: 1;
|
|
1976
2074
|
color: rgb(var(--color-amber-800) / var(--tw-text-opacity));
|
|
@@ -2047,6 +2145,10 @@
|
|
|
2047
2145
|
--tw-text-opacity: 1;
|
|
2048
2146
|
color: rgb(var(--color-pink-900) / var(--tw-text-opacity));
|
|
2049
2147
|
}
|
|
2148
|
+
.ups-db .text-purple-700 {
|
|
2149
|
+
--tw-text-opacity: 1;
|
|
2150
|
+
color: rgb(var(--color-purple-700) / var(--tw-text-opacity));
|
|
2151
|
+
}
|
|
2050
2152
|
.ups-db .text-purple-800 {
|
|
2051
2153
|
--tw-text-opacity: 1;
|
|
2052
2154
|
color: rgb(var(--color-purple-800) / var(--tw-text-opacity));
|
|
@@ -2094,6 +2196,10 @@
|
|
|
2094
2196
|
--tw-text-opacity: 1;
|
|
2095
2197
|
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
2096
2198
|
}
|
|
2199
|
+
.ups-db .text-yellow-800 {
|
|
2200
|
+
--tw-text-opacity: 1;
|
|
2201
|
+
color: rgb(var(--color-yellow-800) / var(--tw-text-opacity));
|
|
2202
|
+
}
|
|
2097
2203
|
.ups-db .text-zinc-300 {
|
|
2098
2204
|
--tw-text-opacity: 1;
|
|
2099
2205
|
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity));
|
|
@@ -2157,9 +2263,6 @@
|
|
|
2157
2263
|
.ups-db .opacity-60 {
|
|
2158
2264
|
opacity: 0.6;
|
|
2159
2265
|
}
|
|
2160
|
-
.ups-db .opacity-70 {
|
|
2161
|
-
opacity: 0.7;
|
|
2162
|
-
}
|
|
2163
2266
|
.ups-db .opacity-90 {
|
|
2164
2267
|
opacity: 0.9;
|
|
2165
2268
|
}
|
|
@@ -2179,6 +2282,14 @@
|
|
|
2179
2282
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
2180
2283
|
var(--tw-shadow);
|
|
2181
2284
|
}
|
|
2285
|
+
.ups-db .shadow-\[0_1px_1px_rgba\(0\,0\,0\,0\.05\)\] {
|
|
2286
|
+
--tw-shadow: 0 1px 1px rgba(0,0,0,0.05);
|
|
2287
|
+
--tw-shadow-colored: 0 1px 1px var(--tw-shadow-color);
|
|
2288
|
+
box-shadow:
|
|
2289
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2290
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
2291
|
+
var(--tw-shadow);
|
|
2292
|
+
}
|
|
2182
2293
|
.ups-db .shadow-lg {
|
|
2183
2294
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2184
2295
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -2218,6 +2329,14 @@
|
|
|
2218
2329
|
var(--tw-ring-shadow),
|
|
2219
2330
|
var(--tw-shadow, 0 0 #0000) !important;
|
|
2220
2331
|
}
|
|
2332
|
+
.ups-db .ring-0 {
|
|
2333
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2334
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2335
|
+
box-shadow:
|
|
2336
|
+
var(--tw-ring-offset-shadow),
|
|
2337
|
+
var(--tw-ring-shadow),
|
|
2338
|
+
var(--tw-shadow, 0 0 #0000);
|
|
2339
|
+
}
|
|
2221
2340
|
.ups-db .ring-offset-white {
|
|
2222
2341
|
--tw-ring-offset-color: rgb(var(--color-white) / 1);
|
|
2223
2342
|
}
|
|
@@ -2330,12 +2449,33 @@
|
|
|
2330
2449
|
--tw-enter-translate-x: initial;
|
|
2331
2450
|
--tw-enter-translate-y: initial;
|
|
2332
2451
|
}
|
|
2452
|
+
.ups-db .animate-out {
|
|
2453
|
+
animation-name: exit;
|
|
2454
|
+
animation-duration: 150ms;
|
|
2455
|
+
--tw-exit-opacity: initial;
|
|
2456
|
+
--tw-exit-scale: initial;
|
|
2457
|
+
--tw-exit-rotate: initial;
|
|
2458
|
+
--tw-exit-translate-x: initial;
|
|
2459
|
+
--tw-exit-translate-y: initial;
|
|
2460
|
+
}
|
|
2461
|
+
.ups-db .fade-in {
|
|
2462
|
+
--tw-enter-opacity: 0;
|
|
2463
|
+
}
|
|
2333
2464
|
.ups-db .fade-in-0 {
|
|
2334
2465
|
--tw-enter-opacity: 0;
|
|
2335
2466
|
}
|
|
2467
|
+
.ups-db .fade-out {
|
|
2468
|
+
--tw-exit-opacity: 0;
|
|
2469
|
+
}
|
|
2336
2470
|
.ups-db .zoom-in-95 {
|
|
2337
2471
|
--tw-enter-scale: .95;
|
|
2338
2472
|
}
|
|
2473
|
+
.ups-db .slide-in-from-bottom-1 {
|
|
2474
|
+
--tw-enter-translate-y: 0.25rem;
|
|
2475
|
+
}
|
|
2476
|
+
.ups-db .slide-out-to-bottom-1 {
|
|
2477
|
+
--tw-exit-translate-y: 0.25rem;
|
|
2478
|
+
}
|
|
2339
2479
|
.ups-db .duration-100 {
|
|
2340
2480
|
animation-duration: 100ms;
|
|
2341
2481
|
}
|
|
@@ -2345,6 +2485,9 @@
|
|
|
2345
2485
|
.ups-db .ease-out {
|
|
2346
2486
|
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2347
2487
|
}
|
|
2488
|
+
.ups-db .fill-mode-forwards {
|
|
2489
|
+
animation-fill-mode: forwards;
|
|
2490
|
+
}
|
|
2348
2491
|
.ups-db .\[appearance\:textfield\] {
|
|
2349
2492
|
-webkit-appearance: textfield;
|
|
2350
2493
|
-moz-appearance: textfield;
|
|
@@ -2456,6 +2599,10 @@
|
|
|
2456
2599
|
--tw-text-opacity: 1;
|
|
2457
2600
|
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2458
2601
|
}
|
|
2602
|
+
.ups-db .hover\:border-zinc-400:hover {
|
|
2603
|
+
--tw-border-opacity: 1;
|
|
2604
|
+
border-color: rgb(var(--color-zinc-400) / var(--tw-border-opacity));
|
|
2605
|
+
}
|
|
2459
2606
|
.ups-db .hover\:bg-black\/10:hover {
|
|
2460
2607
|
background-color: rgb(var(--color-black) / 0.1);
|
|
2461
2608
|
}
|
|
@@ -2471,6 +2618,10 @@
|
|
|
2471
2618
|
--tw-bg-opacity: 1;
|
|
2472
2619
|
background-color: rgb(var(--color-emerald-700) / var(--tw-bg-opacity));
|
|
2473
2620
|
}
|
|
2621
|
+
.ups-db .hover\:bg-purple-600:hover {
|
|
2622
|
+
--tw-bg-opacity: 1;
|
|
2623
|
+
background-color: rgb(var(--color-purple-600) / var(--tw-bg-opacity));
|
|
2624
|
+
}
|
|
2474
2625
|
.ups-db .hover\:bg-red-500\/90:hover {
|
|
2475
2626
|
background-color: rgb(var(--color-red-500) / 0.9);
|
|
2476
2627
|
}
|
|
@@ -2522,8 +2673,9 @@
|
|
|
2522
2673
|
.ups-db .hover\:underline:hover {
|
|
2523
2674
|
text-decoration-line: underline;
|
|
2524
2675
|
}
|
|
2525
|
-
.ups-db .
|
|
2526
|
-
opacity: 1;
|
|
2676
|
+
.ups-db .focus\:border-purple-500:focus {
|
|
2677
|
+
--tw-border-opacity: 1;
|
|
2678
|
+
border-color: rgb(var(--color-purple-500) / var(--tw-border-opacity));
|
|
2527
2679
|
}
|
|
2528
2680
|
.ups-db .focus\:border-zinc-400:focus {
|
|
2529
2681
|
--tw-border-opacity: 1;
|
|
@@ -2560,21 +2712,14 @@
|
|
|
2560
2712
|
var(--tw-ring-shadow),
|
|
2561
2713
|
var(--tw-shadow, 0 0 #0000);
|
|
2562
2714
|
}
|
|
2563
|
-
.ups-db .focus\:ring-
|
|
2564
|
-
--tw-ring-
|
|
2565
|
-
--tw-ring-
|
|
2566
|
-
box-shadow:
|
|
2567
|
-
var(--tw-ring-offset-shadow),
|
|
2568
|
-
var(--tw-ring-shadow),
|
|
2569
|
-
var(--tw-shadow, 0 0 #0000);
|
|
2715
|
+
.ups-db .focus\:ring-purple-500:focus {
|
|
2716
|
+
--tw-ring-opacity: 1;
|
|
2717
|
+
--tw-ring-color: rgb(var(--color-purple-500) / var(--tw-ring-opacity));
|
|
2570
2718
|
}
|
|
2571
2719
|
.ups-db .focus\:ring-zinc-950:focus {
|
|
2572
2720
|
--tw-ring-opacity: 1;
|
|
2573
2721
|
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity));
|
|
2574
2722
|
}
|
|
2575
|
-
.ups-db .focus\:ring-offset-2:focus {
|
|
2576
|
-
--tw-ring-offset-width: 2px;
|
|
2577
|
-
}
|
|
2578
2723
|
.ups-db .focus-visible\:bg-zinc-50:focus-visible {
|
|
2579
2724
|
--tw-bg-opacity: 1;
|
|
2580
2725
|
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
@@ -2591,6 +2736,18 @@
|
|
|
2591
2736
|
var(--tw-ring-shadow),
|
|
2592
2737
|
var(--tw-shadow, 0 0 #0000);
|
|
2593
2738
|
}
|
|
2739
|
+
.ups-db .focus-visible\:ring-2:focus-visible {
|
|
2740
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2741
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2742
|
+
box-shadow:
|
|
2743
|
+
var(--tw-ring-offset-shadow),
|
|
2744
|
+
var(--tw-ring-shadow),
|
|
2745
|
+
var(--tw-shadow, 0 0 #0000);
|
|
2746
|
+
}
|
|
2747
|
+
.ups-db .focus-visible\:ring-neutral-950:focus-visible {
|
|
2748
|
+
--tw-ring-opacity: 1;
|
|
2749
|
+
--tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity));
|
|
2750
|
+
}
|
|
2594
2751
|
.ups-db .focus-visible\:ring-zinc-950:focus-visible {
|
|
2595
2752
|
--tw-ring-opacity: 1;
|
|
2596
2753
|
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity));
|
|
@@ -2598,6 +2755,9 @@
|
|
|
2598
2755
|
.ups-db .focus-visible\:ring-offset-2:focus-visible {
|
|
2599
2756
|
--tw-ring-offset-width: 2px;
|
|
2600
2757
|
}
|
|
2758
|
+
.ups-db .focus-visible\:ring-offset-white:focus-visible {
|
|
2759
|
+
--tw-ring-offset-color: rgb(var(--color-white) / 1);
|
|
2760
|
+
}
|
|
2601
2761
|
.ups-db .disabled\:pointer-events-none:disabled {
|
|
2602
2762
|
pointer-events: none;
|
|
2603
2763
|
}
|
|
@@ -2607,6 +2767,10 @@
|
|
|
2607
2767
|
.ups-db .disabled\:opacity-50:disabled {
|
|
2608
2768
|
opacity: 0.5;
|
|
2609
2769
|
}
|
|
2770
|
+
.ups-db .disabled\:hover\:bg-purple-500:hover:disabled {
|
|
2771
|
+
--tw-bg-opacity: 1;
|
|
2772
|
+
background-color: rgb(var(--color-purple-500) / var(--tw-bg-opacity));
|
|
2773
|
+
}
|
|
2610
2774
|
.ups-db .group\/editor:hover .group-hover\/editor\:flex {
|
|
2611
2775
|
display: flex;
|
|
2612
2776
|
}
|
|
@@ -2695,6 +2859,14 @@
|
|
|
2695
2859
|
--tw-translate-y: -0.25rem;
|
|
2696
2860
|
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));
|
|
2697
2861
|
}
|
|
2862
|
+
.ups-db .data-\[state\=checked\]\:translate-x-4[data-state=checked] {
|
|
2863
|
+
--tw-translate-x: 1rem;
|
|
2864
|
+
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));
|
|
2865
|
+
}
|
|
2866
|
+
.ups-db .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
|
|
2867
|
+
--tw-translate-x: 0px;
|
|
2868
|
+
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));
|
|
2869
|
+
}
|
|
2698
2870
|
.ups-db .data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
|
|
2699
2871
|
--tw-translate-x: 0px;
|
|
2700
2872
|
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));
|
|
@@ -2711,18 +2883,22 @@
|
|
|
2711
2883
|
--tw-bg-opacity: 1;
|
|
2712
2884
|
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2713
2885
|
}
|
|
2886
|
+
.ups-db .data-\[state\=checked\]\:bg-neutral-900[data-state=checked] {
|
|
2887
|
+
--tw-bg-opacity: 1;
|
|
2888
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2889
|
+
}
|
|
2714
2890
|
.ups-db .data-\[state\=open\]\:bg-zinc-100[data-state=open] {
|
|
2715
2891
|
--tw-bg-opacity: 1;
|
|
2716
2892
|
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2717
2893
|
}
|
|
2894
|
+
.ups-db .data-\[state\=unchecked\]\:bg-neutral-200[data-state=unchecked] {
|
|
2895
|
+
--tw-bg-opacity: 1;
|
|
2896
|
+
background-color: rgb(229 229 229 / var(--tw-bg-opacity));
|
|
2897
|
+
}
|
|
2718
2898
|
.ups-db .data-\[selected\=true\]\:text-zinc-900[data-selected=true] {
|
|
2719
2899
|
--tw-text-opacity: 1;
|
|
2720
2900
|
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2721
2901
|
}
|
|
2722
|
-
.ups-db .data-\[state\=open\]\:text-zinc-500[data-state=open] {
|
|
2723
|
-
--tw-text-opacity: 1;
|
|
2724
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2725
|
-
}
|
|
2726
2902
|
.ups-db .data-\[state\=open\]\:text-zinc-900[data-state=open] {
|
|
2727
2903
|
--tw-text-opacity: 1;
|
|
2728
2904
|
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
@@ -2816,6 +2992,10 @@
|
|
|
2816
2992
|
.ups-db .dark\:bg-neutral-50\/20:is(.dark *) {
|
|
2817
2993
|
background-color: rgb(250 250 250 / 0.2);
|
|
2818
2994
|
}
|
|
2995
|
+
.ups-db .dark\:bg-neutral-950:is(.dark *) {
|
|
2996
|
+
--tw-bg-opacity: 1;
|
|
2997
|
+
background-color: rgb(10 10 10 / var(--tw-bg-opacity));
|
|
2998
|
+
}
|
|
2819
2999
|
.ups-db .dark\:bg-zinc-100:is(.dark *) {
|
|
2820
3000
|
--tw-bg-opacity: 1;
|
|
2821
3001
|
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
@@ -2828,6 +3008,9 @@
|
|
|
2828
3008
|
--tw-bg-opacity: 1;
|
|
2829
3009
|
background-color: rgb(var(--color-zinc-300) / var(--tw-bg-opacity));
|
|
2830
3010
|
}
|
|
3011
|
+
.ups-db .dark\:bg-zinc-50\/40:is(.dark *) {
|
|
3012
|
+
background-color: rgb(var(--color-zinc-50) / 0.4);
|
|
3013
|
+
}
|
|
2831
3014
|
.ups-db .dark\:text-red-400:is(.dark *) {
|
|
2832
3015
|
--tw-text-opacity: 1;
|
|
2833
3016
|
color: rgb(var(--color-red-400) / var(--tw-text-opacity));
|
|
@@ -2840,10 +3023,22 @@
|
|
|
2840
3023
|
--tw-bg-opacity: 1;
|
|
2841
3024
|
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2842
3025
|
}
|
|
3026
|
+
.ups-db .dark\:focus-visible\:ring-neutral-300:focus-visible:is(.dark *) {
|
|
3027
|
+
--tw-ring-opacity: 1;
|
|
3028
|
+
--tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity));
|
|
3029
|
+
}
|
|
3030
|
+
.ups-db .dark\:focus-visible\:ring-offset-neutral-950:focus-visible:is(.dark *) {
|
|
3031
|
+
--tw-ring-offset-color: #0a0a0a;
|
|
3032
|
+
}
|
|
3033
|
+
.ups-db .dark\:data-\[state\=checked\]\:bg-neutral-50[data-state=checked]:is(.dark *) {
|
|
3034
|
+
--tw-bg-opacity: 1;
|
|
3035
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
|
3036
|
+
}
|
|
3037
|
+
.ups-db .dark\:data-\[state\=unchecked\]\:bg-neutral-800[data-state=unchecked]:is(.dark *) {
|
|
3038
|
+
--tw-bg-opacity: 1;
|
|
3039
|
+
background-color: rgb(38 38 38 / var(--tw-bg-opacity));
|
|
3040
|
+
}
|
|
2843
3041
|
@media (min-width: 640px) {
|
|
2844
|
-
.ups-db .sm\:\!mt-0 {
|
|
2845
|
-
margin-top: 0px !important;
|
|
2846
|
-
}
|
|
2847
3042
|
.ups-db .sm\:flex-row {
|
|
2848
3043
|
flex-direction: row;
|
|
2849
3044
|
}
|
|
@@ -2858,9 +3053,6 @@
|
|
|
2858
3053
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
2859
3054
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2860
3055
|
}
|
|
2861
|
-
.ups-db .sm\:rounded-lg {
|
|
2862
|
-
border-radius: 0.5rem;
|
|
2863
|
-
}
|
|
2864
3056
|
.ups-db .sm\:text-left {
|
|
2865
3057
|
text-align: left;
|
|
2866
3058
|
}
|
|
@@ -2876,6 +3068,11 @@
|
|
|
2876
3068
|
max-width: 420px;
|
|
2877
3069
|
}
|
|
2878
3070
|
}
|
|
3071
|
+
@media (min-width: 1024px) {
|
|
3072
|
+
.ups-db .lg\:grid-cols-4 {
|
|
3073
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
2879
3076
|
.ups-db .\[\&\+div\]\:text-xs + div {
|
|
2880
3077
|
font-size: 0.75rem;
|
|
2881
3078
|
line-height: 1rem;
|