@upstash/react-redis-browser 0.2.12-canary → 0.2.13-canary
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.css +191 -149
- package/dist/index.js +1359 -577
- package/dist/index.mjs +1612 -830
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -860,9 +860,13 @@
|
|
|
860
860
|
margin-top: -1px;
|
|
861
861
|
margin-bottom: -1px;
|
|
862
862
|
}
|
|
863
|
-
.ups-db .mx
|
|
864
|
-
margin-left:
|
|
865
|
-
margin-right:
|
|
863
|
+
.ups-db .mx-\[13px\] {
|
|
864
|
+
margin-left: 13px;
|
|
865
|
+
margin-right: 13px;
|
|
866
|
+
}
|
|
867
|
+
.ups-db .mx-\[2px\] {
|
|
868
|
+
margin-left: 2px;
|
|
869
|
+
margin-right: 2px;
|
|
866
870
|
}
|
|
867
871
|
.ups-db .mx-auto {
|
|
868
872
|
margin-left: auto;
|
|
@@ -872,9 +876,6 @@
|
|
|
872
876
|
margin-top: 0.25rem;
|
|
873
877
|
margin-bottom: 0.25rem;
|
|
874
878
|
}
|
|
875
|
-
.ups-db .mb-2 {
|
|
876
|
-
margin-bottom: 0.5rem;
|
|
877
|
-
}
|
|
878
879
|
.ups-db .mb-3 {
|
|
879
880
|
margin-bottom: 0.75rem;
|
|
880
881
|
}
|
|
@@ -890,6 +891,9 @@
|
|
|
890
891
|
.ups-db .ml-auto {
|
|
891
892
|
margin-left: auto;
|
|
892
893
|
}
|
|
894
|
+
.ups-db .mr-1 {
|
|
895
|
+
margin-right: 0.25rem;
|
|
896
|
+
}
|
|
893
897
|
.ups-db .mr-2 {
|
|
894
898
|
margin-right: 0.5rem;
|
|
895
899
|
}
|
|
@@ -911,9 +915,6 @@
|
|
|
911
915
|
.ups-db .mt-\[150px\] {
|
|
912
916
|
margin-top: 150px;
|
|
913
917
|
}
|
|
914
|
-
.ups-db .mt-\[1px\] {
|
|
915
|
-
margin-top: 1px;
|
|
916
|
-
}
|
|
917
918
|
.ups-db .block {
|
|
918
919
|
display: block;
|
|
919
920
|
}
|
|
@@ -976,8 +977,20 @@
|
|
|
976
977
|
.ups-db .h-\[100px\] {
|
|
977
978
|
height: 100px;
|
|
978
979
|
}
|
|
979
|
-
.ups-db .h-\[
|
|
980
|
-
height:
|
|
980
|
+
.ups-db .h-\[18px\] {
|
|
981
|
+
height: 18px;
|
|
982
|
+
}
|
|
983
|
+
.ups-db .h-\[20px\] {
|
|
984
|
+
height: 20px;
|
|
985
|
+
}
|
|
986
|
+
.ups-db .h-\[26px\] {
|
|
987
|
+
height: 26px;
|
|
988
|
+
}
|
|
989
|
+
.ups-db .h-\[3px\] {
|
|
990
|
+
height: 3px;
|
|
991
|
+
}
|
|
992
|
+
.ups-db .h-\[40px\] {
|
|
993
|
+
height: 40px;
|
|
981
994
|
}
|
|
982
995
|
.ups-db .h-\[var\(--radix-select-trigger-height\)\] {
|
|
983
996
|
height: var(--radix-select-trigger-height);
|
|
@@ -1000,9 +1013,6 @@
|
|
|
1000
1013
|
.ups-db .min-h-0 {
|
|
1001
1014
|
min-height: 0px;
|
|
1002
1015
|
}
|
|
1003
|
-
.ups-db .min-h-10 {
|
|
1004
|
-
min-height: 2.5rem;
|
|
1005
|
-
}
|
|
1006
1016
|
.ups-db .\!w-auto {
|
|
1007
1017
|
width: auto !important;
|
|
1008
1018
|
}
|
|
@@ -1018,9 +1028,6 @@
|
|
|
1018
1028
|
.ups-db .w-24 {
|
|
1019
1029
|
width: 6rem;
|
|
1020
1030
|
}
|
|
1021
|
-
.ups-db .w-3 {
|
|
1022
|
-
width: 0.75rem;
|
|
1023
|
-
}
|
|
1024
1031
|
.ups-db .w-3\.5 {
|
|
1025
1032
|
width: 0.875rem;
|
|
1026
1033
|
}
|
|
@@ -1036,9 +1043,6 @@
|
|
|
1036
1043
|
.ups-db .w-6 {
|
|
1037
1044
|
width: 1.5rem;
|
|
1038
1045
|
}
|
|
1039
|
-
.ups-db .w-7 {
|
|
1040
|
-
width: 1.75rem;
|
|
1041
|
-
}
|
|
1042
1046
|
.ups-db .w-72 {
|
|
1043
1047
|
width: 18rem;
|
|
1044
1048
|
}
|
|
@@ -1051,12 +1055,25 @@
|
|
|
1051
1055
|
.ups-db .w-\[--radix-popover-trigger-width\] {
|
|
1052
1056
|
width: var(--radix-popover-trigger-width);
|
|
1053
1057
|
}
|
|
1058
|
+
.ups-db .w-\[20px\] {
|
|
1059
|
+
width: 20px;
|
|
1060
|
+
}
|
|
1061
|
+
.ups-db .w-\[26px\] {
|
|
1062
|
+
width: 26px;
|
|
1063
|
+
}
|
|
1054
1064
|
.ups-db .w-\[300px\] {
|
|
1055
1065
|
width: 300px;
|
|
1056
1066
|
}
|
|
1067
|
+
.ups-db .w-\[3px\] {
|
|
1068
|
+
width: 3px;
|
|
1069
|
+
}
|
|
1057
1070
|
.ups-db .w-auto {
|
|
1058
1071
|
width: auto;
|
|
1059
1072
|
}
|
|
1073
|
+
.ups-db .w-fit {
|
|
1074
|
+
width: -moz-fit-content;
|
|
1075
|
+
width: fit-content;
|
|
1076
|
+
}
|
|
1060
1077
|
.ups-db .w-full {
|
|
1061
1078
|
width: 100%;
|
|
1062
1079
|
}
|
|
@@ -1117,10 +1134,6 @@
|
|
|
1117
1134
|
--tw-translate-y: -50%;
|
|
1118
1135
|
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));
|
|
1119
1136
|
}
|
|
1120
|
-
.ups-db .translate-y-\[1px\] {
|
|
1121
|
-
--tw-translate-y: 1px;
|
|
1122
|
-
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));
|
|
1123
|
-
}
|
|
1124
1137
|
.ups-db .transform {
|
|
1125
1138
|
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));
|
|
1126
1139
|
}
|
|
@@ -1160,6 +1173,9 @@
|
|
|
1160
1173
|
-moz-user-select: none;
|
|
1161
1174
|
user-select: none;
|
|
1162
1175
|
}
|
|
1176
|
+
.ups-db .resize-none {
|
|
1177
|
+
resize: none;
|
|
1178
|
+
}
|
|
1163
1179
|
.ups-db .resize {
|
|
1164
1180
|
resize: both;
|
|
1165
1181
|
}
|
|
@@ -1169,9 +1185,6 @@
|
|
|
1169
1185
|
.ups-db .flex-col-reverse {
|
|
1170
1186
|
flex-direction: column-reverse;
|
|
1171
1187
|
}
|
|
1172
|
-
.ups-db .flex-wrap {
|
|
1173
|
-
flex-wrap: wrap;
|
|
1174
|
-
}
|
|
1175
1188
|
.ups-db .items-center {
|
|
1176
1189
|
align-items: center;
|
|
1177
1190
|
}
|
|
@@ -1220,6 +1233,11 @@
|
|
|
1220
1233
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1221
1234
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1222
1235
|
}
|
|
1236
|
+
.ups-db .space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1237
|
+
--tw-space-y-reverse: 0;
|
|
1238
|
+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1239
|
+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
1240
|
+
}
|
|
1223
1241
|
.ups-db .space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1224
1242
|
--tw-space-y-reverse: 0;
|
|
1225
1243
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1235,12 +1253,18 @@
|
|
|
1235
1253
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1236
1254
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
1237
1255
|
}
|
|
1256
|
+
.ups-db .overflow-auto {
|
|
1257
|
+
overflow: auto;
|
|
1258
|
+
}
|
|
1238
1259
|
.ups-db .overflow-hidden {
|
|
1239
1260
|
overflow: hidden;
|
|
1240
1261
|
}
|
|
1241
1262
|
.ups-db .overflow-visible {
|
|
1242
1263
|
overflow: visible;
|
|
1243
1264
|
}
|
|
1265
|
+
.ups-db .overflow-scroll {
|
|
1266
|
+
overflow: scroll;
|
|
1267
|
+
}
|
|
1244
1268
|
.ups-db .overflow-x-auto {
|
|
1245
1269
|
overflow-x: auto;
|
|
1246
1270
|
}
|
|
@@ -1258,12 +1282,21 @@
|
|
|
1258
1282
|
.ups-db .whitespace-nowrap {
|
|
1259
1283
|
white-space: nowrap;
|
|
1260
1284
|
}
|
|
1285
|
+
.ups-db .whitespace-pre-wrap {
|
|
1286
|
+
white-space: pre-wrap;
|
|
1287
|
+
}
|
|
1261
1288
|
.ups-db .text-balance {
|
|
1262
1289
|
text-wrap: balance;
|
|
1263
1290
|
}
|
|
1291
|
+
.ups-db .break-words {
|
|
1292
|
+
overflow-wrap: break-word;
|
|
1293
|
+
}
|
|
1264
1294
|
.ups-db .rounded {
|
|
1265
1295
|
border-radius: 0.25rem;
|
|
1266
1296
|
}
|
|
1297
|
+
.ups-db .rounded-\[14px\] {
|
|
1298
|
+
border-radius: 14px;
|
|
1299
|
+
}
|
|
1267
1300
|
.ups-db .rounded-\[inherit\] {
|
|
1268
1301
|
border-radius: inherit;
|
|
1269
1302
|
}
|
|
@@ -1279,6 +1312,9 @@
|
|
|
1279
1312
|
.ups-db .rounded-sm {
|
|
1280
1313
|
border-radius: 0.125rem;
|
|
1281
1314
|
}
|
|
1315
|
+
.ups-db .rounded-xl {
|
|
1316
|
+
border-radius: 0.75rem;
|
|
1317
|
+
}
|
|
1282
1318
|
.ups-db .rounded-l-none {
|
|
1283
1319
|
border-top-left-radius: 0px;
|
|
1284
1320
|
border-bottom-left-radius: 0px;
|
|
@@ -1294,48 +1330,18 @@
|
|
|
1294
1330
|
.ups-db .border {
|
|
1295
1331
|
border-width: 1px;
|
|
1296
1332
|
}
|
|
1333
|
+
.ups-db .border-\[4px\] {
|
|
1334
|
+
border-width: 4px;
|
|
1335
|
+
}
|
|
1297
1336
|
.ups-db .border-b {
|
|
1298
1337
|
border-bottom-width: 1px;
|
|
1299
1338
|
}
|
|
1300
1339
|
.ups-db .border-l-0 {
|
|
1301
1340
|
border-left-width: 0px;
|
|
1302
1341
|
}
|
|
1303
|
-
.ups-db .border-r {
|
|
1304
|
-
border-right-width: 1px;
|
|
1305
|
-
}
|
|
1306
|
-
.ups-db .border-r-0 {
|
|
1307
|
-
border-right-width: 0px;
|
|
1308
|
-
}
|
|
1309
|
-
.ups-db .border-dashed {
|
|
1310
|
-
border-style: dashed;
|
|
1311
|
-
}
|
|
1312
1342
|
.ups-db .border-none {
|
|
1313
1343
|
border-style: none;
|
|
1314
1344
|
}
|
|
1315
|
-
.ups-db .border-amber-400 {
|
|
1316
|
-
--tw-border-opacity: 1;
|
|
1317
|
-
border-color: rgb(var(--color-amber-400) / var(--tw-border-opacity));
|
|
1318
|
-
}
|
|
1319
|
-
.ups-db .border-green-400 {
|
|
1320
|
-
--tw-border-opacity: 1;
|
|
1321
|
-
border-color: rgb(var(--color-green-400) / var(--tw-border-opacity));
|
|
1322
|
-
}
|
|
1323
|
-
.ups-db .border-indigo-400 {
|
|
1324
|
-
--tw-border-opacity: 1;
|
|
1325
|
-
border-color: rgb(var(--color-indigo-400) / var(--tw-border-opacity));
|
|
1326
|
-
}
|
|
1327
|
-
.ups-db .border-orange-400 {
|
|
1328
|
-
--tw-border-opacity: 1;
|
|
1329
|
-
border-color: rgb(var(--color-orange-400) / var(--tw-border-opacity));
|
|
1330
|
-
}
|
|
1331
|
-
.ups-db .border-pink-400 {
|
|
1332
|
-
--tw-border-opacity: 1;
|
|
1333
|
-
border-color: rgb(var(--color-pink-400) / var(--tw-border-opacity));
|
|
1334
|
-
}
|
|
1335
|
-
.ups-db .border-purple-400 {
|
|
1336
|
-
--tw-border-opacity: 1;
|
|
1337
|
-
border-color: rgb(var(--color-purple-400) / var(--tw-border-opacity));
|
|
1338
|
-
}
|
|
1339
1345
|
.ups-db .border-red-400 {
|
|
1340
1346
|
--tw-border-opacity: 1;
|
|
1341
1347
|
border-color: rgb(var(--color-red-400) / var(--tw-border-opacity));
|
|
@@ -1344,10 +1350,6 @@
|
|
|
1344
1350
|
--tw-border-opacity: 1;
|
|
1345
1351
|
border-color: rgb(var(--color-red-500) / var(--tw-border-opacity));
|
|
1346
1352
|
}
|
|
1347
|
-
.ups-db .border-sky-400 {
|
|
1348
|
-
--tw-border-opacity: 1;
|
|
1349
|
-
border-color: rgb(var(--color-sky-400) / var(--tw-border-opacity));
|
|
1350
|
-
}
|
|
1351
1353
|
.ups-db .border-transparent {
|
|
1352
1354
|
border-color: transparent;
|
|
1353
1355
|
}
|
|
@@ -1359,42 +1361,10 @@
|
|
|
1359
1361
|
--tw-border-opacity: 1;
|
|
1360
1362
|
border-color: rgb(var(--color-zinc-300) / var(--tw-border-opacity));
|
|
1361
1363
|
}
|
|
1362
|
-
.ups-db .border-b-white {
|
|
1363
|
-
--tw-border-opacity: 1;
|
|
1364
|
-
border-bottom-color: rgb(var(--color-white) / var(--tw-border-opacity));
|
|
1365
|
-
}
|
|
1366
1364
|
.ups-db .border-b-zinc-100 {
|
|
1367
1365
|
--tw-border-opacity: 1;
|
|
1368
1366
|
border-bottom-color: rgb(var(--color-zinc-100) / var(--tw-border-opacity));
|
|
1369
1367
|
}
|
|
1370
|
-
.ups-db .\!bg-amber-50 {
|
|
1371
|
-
--tw-bg-opacity: 1 !important;
|
|
1372
|
-
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity)) !important;
|
|
1373
|
-
}
|
|
1374
|
-
.ups-db .\!bg-green-50 {
|
|
1375
|
-
--tw-bg-opacity: 1 !important;
|
|
1376
|
-
background-color: rgb(var(--color-green-50) / var(--tw-bg-opacity)) !important;
|
|
1377
|
-
}
|
|
1378
|
-
.ups-db .\!bg-indigo-50 {
|
|
1379
|
-
--tw-bg-opacity: 1 !important;
|
|
1380
|
-
background-color: rgb(var(--color-indigo-50) / var(--tw-bg-opacity)) !important;
|
|
1381
|
-
}
|
|
1382
|
-
.ups-db .\!bg-orange-50 {
|
|
1383
|
-
--tw-bg-opacity: 1 !important;
|
|
1384
|
-
background-color: rgb(var(--color-orange-50) / var(--tw-bg-opacity)) !important;
|
|
1385
|
-
}
|
|
1386
|
-
.ups-db .\!bg-pink-50 {
|
|
1387
|
-
--tw-bg-opacity: 1 !important;
|
|
1388
|
-
background-color: rgb(var(--color-pink-50) / var(--tw-bg-opacity)) !important;
|
|
1389
|
-
}
|
|
1390
|
-
.ups-db .\!bg-purple-50 {
|
|
1391
|
-
--tw-bg-opacity: 1 !important;
|
|
1392
|
-
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity)) !important;
|
|
1393
|
-
}
|
|
1394
|
-
.ups-db .\!bg-sky-50 {
|
|
1395
|
-
--tw-bg-opacity: 1 !important;
|
|
1396
|
-
background-color: rgb(var(--color-sky-50) / var(--tw-bg-opacity)) !important;
|
|
1397
|
-
}
|
|
1398
1368
|
.ups-db .bg-amber-200 {
|
|
1399
1369
|
--tw-bg-opacity: 1;
|
|
1400
1370
|
background-color: rgb(var(--color-amber-200) / var(--tw-bg-opacity));
|
|
@@ -1402,9 +1372,13 @@
|
|
|
1402
1372
|
.ups-db .bg-black\/50 {
|
|
1403
1373
|
background-color: rgb(var(--color-black) / 0.5);
|
|
1404
1374
|
}
|
|
1405
|
-
.ups-db .bg-
|
|
1375
|
+
.ups-db .bg-emerald-100 {
|
|
1406
1376
|
--tw-bg-opacity: 1;
|
|
1407
|
-
background-color: rgb(var(--color-
|
|
1377
|
+
background-color: rgb(var(--color-emerald-100) / var(--tw-bg-opacity));
|
|
1378
|
+
}
|
|
1379
|
+
.ups-db .bg-emerald-200 {
|
|
1380
|
+
--tw-bg-opacity: 1;
|
|
1381
|
+
background-color: rgb(var(--color-emerald-200) / var(--tw-bg-opacity));
|
|
1408
1382
|
}
|
|
1409
1383
|
.ups-db .bg-emerald-500 {
|
|
1410
1384
|
--tw-bg-opacity: 1;
|
|
@@ -1438,6 +1412,10 @@
|
|
|
1438
1412
|
--tw-bg-opacity: 1;
|
|
1439
1413
|
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
1440
1414
|
}
|
|
1415
|
+
.ups-db .bg-rose-200 {
|
|
1416
|
+
--tw-bg-opacity: 1;
|
|
1417
|
+
background-color: rgb(var(--color-rose-200) / var(--tw-bg-opacity));
|
|
1418
|
+
}
|
|
1441
1419
|
.ups-db .bg-sky-200 {
|
|
1442
1420
|
--tw-bg-opacity: 1;
|
|
1443
1421
|
background-color: rgb(var(--color-sky-200) / var(--tw-bg-opacity));
|
|
@@ -1463,6 +1441,10 @@
|
|
|
1463
1441
|
.ups-db .bg-zinc-200\/70 {
|
|
1464
1442
|
background-color: rgb(var(--color-zinc-200) / 0.7);
|
|
1465
1443
|
}
|
|
1444
|
+
.ups-db .bg-zinc-300 {
|
|
1445
|
+
--tw-bg-opacity: 1;
|
|
1446
|
+
background-color: rgb(var(--color-zinc-300) / var(--tw-bg-opacity));
|
|
1447
|
+
}
|
|
1466
1448
|
.ups-db .bg-zinc-900 {
|
|
1467
1449
|
--tw-bg-opacity: 1;
|
|
1468
1450
|
background-color: rgb(var(--color-zinc-900) / var(--tw-bg-opacity));
|
|
@@ -1482,9 +1464,15 @@
|
|
|
1482
1464
|
.ups-db .p-4 {
|
|
1483
1465
|
padding: 1rem;
|
|
1484
1466
|
}
|
|
1467
|
+
.ups-db .p-5 {
|
|
1468
|
+
padding: 1.25rem;
|
|
1469
|
+
}
|
|
1485
1470
|
.ups-db .p-6 {
|
|
1486
1471
|
padding: 1.5rem;
|
|
1487
1472
|
}
|
|
1473
|
+
.ups-db .p-\[2px\] {
|
|
1474
|
+
padding: 2px;
|
|
1475
|
+
}
|
|
1488
1476
|
.ups-db .px-2 {
|
|
1489
1477
|
padding-left: 0.5rem;
|
|
1490
1478
|
padding-right: 0.5rem;
|
|
@@ -1497,10 +1485,26 @@
|
|
|
1497
1485
|
padding-left: 1rem;
|
|
1498
1486
|
padding-right: 1rem;
|
|
1499
1487
|
}
|
|
1488
|
+
.ups-db .px-5 {
|
|
1489
|
+
padding-left: 1.25rem;
|
|
1490
|
+
padding-right: 1.25rem;
|
|
1491
|
+
}
|
|
1500
1492
|
.ups-db .px-8 {
|
|
1501
1493
|
padding-left: 2rem;
|
|
1502
1494
|
padding-right: 2rem;
|
|
1503
1495
|
}
|
|
1496
|
+
.ups-db .px-\[5px\] {
|
|
1497
|
+
padding-left: 5px;
|
|
1498
|
+
padding-right: 5px;
|
|
1499
|
+
}
|
|
1500
|
+
.ups-db .px-\[6px\] {
|
|
1501
|
+
padding-left: 6px;
|
|
1502
|
+
padding-right: 6px;
|
|
1503
|
+
}
|
|
1504
|
+
.ups-db .px-\[8px\] {
|
|
1505
|
+
padding-left: 8px;
|
|
1506
|
+
padding-right: 8px;
|
|
1507
|
+
}
|
|
1504
1508
|
.ups-db .py-0 {
|
|
1505
1509
|
padding-top: 0px;
|
|
1506
1510
|
padding-bottom: 0px;
|
|
@@ -1521,6 +1525,10 @@
|
|
|
1521
1525
|
padding-top: 0.75rem;
|
|
1522
1526
|
padding-bottom: 0.75rem;
|
|
1523
1527
|
}
|
|
1528
|
+
.ups-db .py-5 {
|
|
1529
|
+
padding-top: 1.25rem;
|
|
1530
|
+
padding-bottom: 1.25rem;
|
|
1531
|
+
}
|
|
1524
1532
|
.ups-db .py-6 {
|
|
1525
1533
|
padding-top: 1.5rem;
|
|
1526
1534
|
padding-bottom: 1.5rem;
|
|
@@ -1529,8 +1537,8 @@
|
|
|
1529
1537
|
padding-top: 3px;
|
|
1530
1538
|
padding-bottom: 3px;
|
|
1531
1539
|
}
|
|
1532
|
-
.ups-db .pb
|
|
1533
|
-
padding-bottom:
|
|
1540
|
+
.ups-db .pb-5 {
|
|
1541
|
+
padding-bottom: 1.25rem;
|
|
1534
1542
|
}
|
|
1535
1543
|
.ups-db .pl-0 {
|
|
1536
1544
|
padding-left: 0px;
|
|
@@ -1556,6 +1564,9 @@
|
|
|
1556
1564
|
.ups-db .pr-3 {
|
|
1557
1565
|
padding-right: 0.75rem;
|
|
1558
1566
|
}
|
|
1567
|
+
.ups-db .pr-4 {
|
|
1568
|
+
padding-right: 1rem;
|
|
1569
|
+
}
|
|
1559
1570
|
.ups-db .pr-6 {
|
|
1560
1571
|
padding-right: 1.5rem;
|
|
1561
1572
|
}
|
|
@@ -1571,13 +1582,23 @@
|
|
|
1571
1582
|
.ups-db .text-right {
|
|
1572
1583
|
text-align: right;
|
|
1573
1584
|
}
|
|
1585
|
+
.ups-db .font-mono {
|
|
1586
|
+
font-family:
|
|
1587
|
+
ui-monospace,
|
|
1588
|
+
SFMono-Regular,
|
|
1589
|
+
Menlo,
|
|
1590
|
+
Monaco,
|
|
1591
|
+
Consolas,
|
|
1592
|
+
"Liberation Mono",
|
|
1593
|
+
"Courier New",
|
|
1594
|
+
monospace;
|
|
1595
|
+
}
|
|
1596
|
+
.ups-db .text-\[11px\] {
|
|
1597
|
+
font-size: 11px;
|
|
1598
|
+
}
|
|
1574
1599
|
.ups-db .text-\[13px\] {
|
|
1575
1600
|
font-size: 13px;
|
|
1576
1601
|
}
|
|
1577
|
-
.ups-db .text-base {
|
|
1578
|
-
font-size: 1rem;
|
|
1579
|
-
line-height: 1.5rem;
|
|
1580
|
-
}
|
|
1581
1602
|
.ups-db .text-lg {
|
|
1582
1603
|
font-size: 1.125rem;
|
|
1583
1604
|
line-height: 1.75rem;
|
|
@@ -1622,14 +1643,18 @@
|
|
|
1622
1643
|
--tw-text-opacity: 1;
|
|
1623
1644
|
color: rgb(var(--color-amber-800) / var(--tw-text-opacity));
|
|
1624
1645
|
}
|
|
1625
|
-
.ups-db .text-amber-900 {
|
|
1626
|
-
--tw-text-opacity: 1;
|
|
1627
|
-
color: rgb(var(--color-amber-900) / var(--tw-text-opacity));
|
|
1628
|
-
}
|
|
1629
1646
|
.ups-db .text-black {
|
|
1630
1647
|
--tw-text-opacity: 1;
|
|
1631
1648
|
color: rgb(var(--color-black) / var(--tw-text-opacity));
|
|
1632
1649
|
}
|
|
1650
|
+
.ups-db .text-emerald-700 {
|
|
1651
|
+
--tw-text-opacity: 1;
|
|
1652
|
+
color: rgb(var(--color-emerald-700) / var(--tw-text-opacity));
|
|
1653
|
+
}
|
|
1654
|
+
.ups-db .text-emerald-800 {
|
|
1655
|
+
--tw-text-opacity: 1;
|
|
1656
|
+
color: rgb(var(--color-emerald-800) / var(--tw-text-opacity));
|
|
1657
|
+
}
|
|
1633
1658
|
.ups-db .text-green-500 {
|
|
1634
1659
|
--tw-text-opacity: 1;
|
|
1635
1660
|
color: rgb(var(--color-green-500) / var(--tw-text-opacity));
|
|
@@ -1638,42 +1663,22 @@
|
|
|
1638
1663
|
--tw-text-opacity: 1;
|
|
1639
1664
|
color: rgb(var(--color-green-800) / var(--tw-text-opacity));
|
|
1640
1665
|
}
|
|
1641
|
-
.ups-db .text-green-900 {
|
|
1642
|
-
--tw-text-opacity: 1;
|
|
1643
|
-
color: rgb(var(--color-green-900) / var(--tw-text-opacity));
|
|
1644
|
-
}
|
|
1645
1666
|
.ups-db .text-indigo-800 {
|
|
1646
1667
|
--tw-text-opacity: 1;
|
|
1647
1668
|
color: rgb(var(--color-indigo-800) / var(--tw-text-opacity));
|
|
1648
1669
|
}
|
|
1649
|
-
.ups-db .text-indigo-900 {
|
|
1650
|
-
--tw-text-opacity: 1;
|
|
1651
|
-
color: rgb(var(--color-indigo-900) / var(--tw-text-opacity));
|
|
1652
|
-
}
|
|
1653
1670
|
.ups-db .text-orange-800 {
|
|
1654
1671
|
--tw-text-opacity: 1;
|
|
1655
1672
|
color: rgb(var(--color-orange-800) / var(--tw-text-opacity));
|
|
1656
1673
|
}
|
|
1657
|
-
.ups-db .text-orange-900 {
|
|
1658
|
-
--tw-text-opacity: 1;
|
|
1659
|
-
color: rgb(var(--color-orange-900) / var(--tw-text-opacity));
|
|
1660
|
-
}
|
|
1661
1674
|
.ups-db .text-pink-800 {
|
|
1662
1675
|
--tw-text-opacity: 1;
|
|
1663
1676
|
color: rgb(var(--color-pink-800) / var(--tw-text-opacity));
|
|
1664
1677
|
}
|
|
1665
|
-
.ups-db .text-pink-900 {
|
|
1666
|
-
--tw-text-opacity: 1;
|
|
1667
|
-
color: rgb(var(--color-pink-900) / var(--tw-text-opacity));
|
|
1668
|
-
}
|
|
1669
1678
|
.ups-db .text-purple-800 {
|
|
1670
1679
|
--tw-text-opacity: 1;
|
|
1671
1680
|
color: rgb(var(--color-purple-800) / var(--tw-text-opacity));
|
|
1672
1681
|
}
|
|
1673
|
-
.ups-db .text-purple-900 {
|
|
1674
|
-
--tw-text-opacity: 1;
|
|
1675
|
-
color: rgb(var(--color-purple-900) / var(--tw-text-opacity));
|
|
1676
|
-
}
|
|
1677
1682
|
.ups-db .text-red-500 {
|
|
1678
1683
|
--tw-text-opacity: 1;
|
|
1679
1684
|
color: rgb(var(--color-red-500) / var(--tw-text-opacity));
|
|
@@ -1686,13 +1691,13 @@
|
|
|
1686
1691
|
--tw-text-opacity: 1;
|
|
1687
1692
|
color: rgb(var(--color-red-700) / var(--tw-text-opacity));
|
|
1688
1693
|
}
|
|
1689
|
-
.ups-db .text-
|
|
1694
|
+
.ups-db .text-rose-800 {
|
|
1690
1695
|
--tw-text-opacity: 1;
|
|
1691
|
-
color: rgb(var(--color-
|
|
1696
|
+
color: rgb(var(--color-rose-800) / var(--tw-text-opacity));
|
|
1692
1697
|
}
|
|
1693
|
-
.ups-db .text-sky-
|
|
1698
|
+
.ups-db .text-sky-800 {
|
|
1694
1699
|
--tw-text-opacity: 1;
|
|
1695
|
-
color: rgb(var(--color-sky-
|
|
1700
|
+
color: rgb(var(--color-sky-800) / var(--tw-text-opacity));
|
|
1696
1701
|
}
|
|
1697
1702
|
.ups-db .text-white {
|
|
1698
1703
|
--tw-text-opacity: 1;
|
|
@@ -1766,6 +1771,22 @@
|
|
|
1766
1771
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1767
1772
|
var(--tw-shadow);
|
|
1768
1773
|
}
|
|
1774
|
+
.ups-db .shadow-\[0_1px_1px_0_rgba\(0\,0\,0\,0\.10\)\] {
|
|
1775
|
+
--tw-shadow: 0 1px 1px 0 rgba(0,0,0,0.10);
|
|
1776
|
+
--tw-shadow-colored: 0 1px 1px 0 var(--tw-shadow-color);
|
|
1777
|
+
box-shadow:
|
|
1778
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1779
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
1780
|
+
var(--tw-shadow);
|
|
1781
|
+
}
|
|
1782
|
+
.ups-db .shadow-\[0_1px_2px_0_rgba\(0\,0\,0\,0\.10\)\] {
|
|
1783
|
+
--tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
|
|
1784
|
+
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1785
|
+
box-shadow:
|
|
1786
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1787
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
1788
|
+
var(--tw-shadow);
|
|
1789
|
+
}
|
|
1769
1790
|
.ups-db .shadow-lg {
|
|
1770
1791
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1771
1792
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1782,6 +1803,14 @@
|
|
|
1782
1803
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1783
1804
|
var(--tw-shadow);
|
|
1784
1805
|
}
|
|
1806
|
+
.ups-db .shadow-none {
|
|
1807
|
+
--tw-shadow: 0 0 #0000;
|
|
1808
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1809
|
+
box-shadow:
|
|
1810
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1811
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
1812
|
+
var(--tw-shadow);
|
|
1813
|
+
}
|
|
1785
1814
|
.ups-db .shadow-sm {
|
|
1786
1815
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1787
1816
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
@@ -1930,10 +1959,10 @@
|
|
|
1930
1959
|
rgba(0, 0, 0, 0));
|
|
1931
1960
|
}
|
|
1932
1961
|
.ups-db svg.tabler-icon {
|
|
1933
|
-
stroke-width: 1.
|
|
1962
|
+
stroke-width: 1.5 !important;
|
|
1934
1963
|
}
|
|
1935
1964
|
.ups-db .mtk5 {
|
|
1936
|
-
color:
|
|
1965
|
+
color: rgb(var(--color-emerald-700)) !important;
|
|
1937
1966
|
}
|
|
1938
1967
|
.ups-db .mtk6 {
|
|
1939
1968
|
color: #a626a4 !important;
|
|
@@ -1982,10 +2011,6 @@
|
|
|
1982
2011
|
.ups-db .hover\:bg-black\/10:hover {
|
|
1983
2012
|
background-color: rgb(var(--color-black) / 0.1);
|
|
1984
2013
|
}
|
|
1985
|
-
.ups-db .hover\:bg-blue-600:hover {
|
|
1986
|
-
--tw-bg-opacity: 1;
|
|
1987
|
-
background-color: rgb(var(--color-blue-600) / var(--tw-bg-opacity));
|
|
1988
|
-
}
|
|
1989
2014
|
.ups-db .hover\:bg-emerald-600:hover {
|
|
1990
2015
|
--tw-bg-opacity: 1;
|
|
1991
2016
|
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity));
|
|
@@ -2007,13 +2032,12 @@
|
|
|
2007
2032
|
.ups-db .hover\:bg-zinc-100\/80:hover {
|
|
2008
2033
|
background-color: rgb(var(--color-zinc-100) / 0.8);
|
|
2009
2034
|
}
|
|
2010
|
-
.ups-db .hover\:bg-zinc-
|
|
2035
|
+
.ups-db .hover\:bg-zinc-200:hover {
|
|
2011
2036
|
--tw-bg-opacity: 1;
|
|
2012
|
-
background-color: rgb(var(--color-zinc-
|
|
2037
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2013
2038
|
}
|
|
2014
|
-
.ups-db .hover\:
|
|
2015
|
-
--
|
|
2016
|
-
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
2039
|
+
.ups-db .hover\:bg-zinc-300\/10:hover {
|
|
2040
|
+
background-color: rgb(var(--color-zinc-300) / 0.1);
|
|
2017
2041
|
}
|
|
2018
2042
|
.ups-db .hover\:text-zinc-500:hover {
|
|
2019
2043
|
--tw-text-opacity: 1;
|
|
@@ -2114,10 +2138,6 @@
|
|
|
2114
2138
|
.ups-db .group\/editor:hover .group-hover\/editor\:flex {
|
|
2115
2139
|
display: flex;
|
|
2116
2140
|
}
|
|
2117
|
-
.ups-db .group:hover .group-hover\:border-zinc-500 {
|
|
2118
|
-
--tw-border-opacity: 1;
|
|
2119
|
-
border-color: rgb(var(--color-zinc-500) / var(--tw-border-opacity));
|
|
2120
|
-
}
|
|
2121
2141
|
.ups-db .group:hover .group-hover\:opacity-100 {
|
|
2122
2142
|
opacity: 1;
|
|
2123
2143
|
}
|
|
@@ -2292,17 +2312,29 @@
|
|
|
2292
2312
|
.ups-db .data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
|
|
2293
2313
|
--tw-enter-translate-y: -100%;
|
|
2294
2314
|
}
|
|
2315
|
+
.ups-db .dark\:border-zinc-700:is(.dark *) {
|
|
2316
|
+
--tw-border-opacity: 1;
|
|
2317
|
+
border-color: rgb(var(--color-zinc-700) / var(--tw-border-opacity));
|
|
2318
|
+
}
|
|
2295
2319
|
.ups-db .dark\:border-b-zinc-200:is(.dark *) {
|
|
2296
2320
|
--tw-border-opacity: 1;
|
|
2297
2321
|
border-bottom-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
2298
2322
|
}
|
|
2323
|
+
.ups-db .dark\:bg-zinc-100:is(.dark *) {
|
|
2324
|
+
--tw-bg-opacity: 1;
|
|
2325
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2326
|
+
}
|
|
2299
2327
|
.ups-db .dark\:bg-zinc-200:is(.dark *) {
|
|
2300
2328
|
--tw-bg-opacity: 1;
|
|
2301
2329
|
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2302
2330
|
}
|
|
2303
|
-
.ups-db .dark\:text-
|
|
2331
|
+
.ups-db .dark\:text-red-400:is(.dark *) {
|
|
2304
2332
|
--tw-text-opacity: 1;
|
|
2305
|
-
color: rgb(var(--color-
|
|
2333
|
+
color: rgb(var(--color-red-400) / var(--tw-text-opacity));
|
|
2334
|
+
}
|
|
2335
|
+
.ups-db .dark\:text-zinc-500:is(.dark *) {
|
|
2336
|
+
--tw-text-opacity: 1;
|
|
2337
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2306
2338
|
}
|
|
2307
2339
|
.ups-db .dark\:text-zinc-600:is(.dark *) {
|
|
2308
2340
|
--tw-text-opacity: 1;
|
|
@@ -2361,6 +2393,13 @@
|
|
|
2361
2393
|
.ups-db .\[\&\>svg\]\:shrink-0 > svg {
|
|
2362
2394
|
flex-shrink: 0;
|
|
2363
2395
|
}
|
|
2396
|
+
.ups-db .\[\&_\.current-line\]\:\!border-none .current-line {
|
|
2397
|
+
border-style: none !important;
|
|
2398
|
+
}
|
|
2399
|
+
.ups-db .\[\&_\.current-line\]\:\!bg-emerald-50 .current-line {
|
|
2400
|
+
--tw-bg-opacity: 1 !important;
|
|
2401
|
+
background-color: rgb(var(--color-emerald-50) / var(--tw-bg-opacity)) !important;
|
|
2402
|
+
}
|
|
2364
2403
|
.ups-db .\[\&_\.monaco-editor-background\]\:\!bg-transparent .monaco-editor-background {
|
|
2365
2404
|
background-color: transparent !important;
|
|
2366
2405
|
}
|
|
@@ -2413,6 +2452,9 @@
|
|
|
2413
2452
|
.ups-db .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
2414
2453
|
width: 1.25rem;
|
|
2415
2454
|
}
|
|
2455
|
+
.ups-db .\[\&_\[role\=\'presentation\'\]\]\:\!bg-transparent [role=presentation] {
|
|
2456
|
+
background-color: transparent !important;
|
|
2457
|
+
}
|
|
2416
2458
|
.ups-db .\[\&_svg\]\:size-4 svg {
|
|
2417
2459
|
width: 1rem;
|
|
2418
2460
|
height: 1rem;
|