@upstash/react-redis-browser 0.2.13 → 0.2.14-rc.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.css +624 -140
- package/dist/index.js +7131 -3808
- package/dist/index.mjs +6390 -3067
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -789,6 +789,12 @@
|
|
|
789
789
|
.ups-db .visible {
|
|
790
790
|
visibility: visible;
|
|
791
791
|
}
|
|
792
|
+
.ups-db .invisible {
|
|
793
|
+
visibility: hidden;
|
|
794
|
+
}
|
|
795
|
+
.ups-db .static {
|
|
796
|
+
position: static;
|
|
797
|
+
}
|
|
792
798
|
.ups-db .fixed {
|
|
793
799
|
position: fixed;
|
|
794
800
|
}
|
|
@@ -801,6 +807,12 @@
|
|
|
801
807
|
.ups-db .inset-0 {
|
|
802
808
|
inset: 0px;
|
|
803
809
|
}
|
|
810
|
+
.ups-db .-bottom-1 {
|
|
811
|
+
bottom: -0.25rem;
|
|
812
|
+
}
|
|
813
|
+
.ups-db .-top-1 {
|
|
814
|
+
top: -0.25rem;
|
|
815
|
+
}
|
|
804
816
|
.ups-db .bottom-0 {
|
|
805
817
|
bottom: 0px;
|
|
806
818
|
}
|
|
@@ -852,6 +864,9 @@
|
|
|
852
864
|
.ups-db .z-\[100\] {
|
|
853
865
|
z-index: 100;
|
|
854
866
|
}
|
|
867
|
+
.ups-db .col-span-2 {
|
|
868
|
+
grid-column: span 2 / span 2;
|
|
869
|
+
}
|
|
855
870
|
.ups-db .-mx-1 {
|
|
856
871
|
margin-left: -0.25rem;
|
|
857
872
|
margin-right: -0.25rem;
|
|
@@ -860,9 +875,13 @@
|
|
|
860
875
|
margin-top: -1px;
|
|
861
876
|
margin-bottom: -1px;
|
|
862
877
|
}
|
|
863
|
-
.ups-db .mx
|
|
864
|
-
margin-left:
|
|
865
|
-
margin-right:
|
|
878
|
+
.ups-db .mx-\[13px\] {
|
|
879
|
+
margin-left: 13px;
|
|
880
|
+
margin-right: 13px;
|
|
881
|
+
}
|
|
882
|
+
.ups-db .mx-\[2px\] {
|
|
883
|
+
margin-left: 2px;
|
|
884
|
+
margin-right: 2px;
|
|
866
885
|
}
|
|
867
886
|
.ups-db .mx-auto {
|
|
868
887
|
margin-left: auto;
|
|
@@ -872,6 +891,15 @@
|
|
|
872
891
|
margin-top: 0.25rem;
|
|
873
892
|
margin-bottom: 0.25rem;
|
|
874
893
|
}
|
|
894
|
+
.ups-db .-mt-1 {
|
|
895
|
+
margin-top: -0.25rem;
|
|
896
|
+
}
|
|
897
|
+
.ups-db .mb-1 {
|
|
898
|
+
margin-bottom: 0.25rem;
|
|
899
|
+
}
|
|
900
|
+
.ups-db .mb-1\.5 {
|
|
901
|
+
margin-bottom: 0.375rem;
|
|
902
|
+
}
|
|
875
903
|
.ups-db .mb-2 {
|
|
876
904
|
margin-bottom: 0.5rem;
|
|
877
905
|
}
|
|
@@ -881,6 +909,9 @@
|
|
|
881
909
|
.ups-db .mb-4 {
|
|
882
910
|
margin-bottom: 1rem;
|
|
883
911
|
}
|
|
912
|
+
.ups-db .mb-6 {
|
|
913
|
+
margin-bottom: 1.5rem;
|
|
914
|
+
}
|
|
884
915
|
.ups-db .ml-1 {
|
|
885
916
|
margin-left: 0.25rem;
|
|
886
917
|
}
|
|
@@ -890,15 +921,24 @@
|
|
|
890
921
|
.ups-db .ml-auto {
|
|
891
922
|
margin-left: auto;
|
|
892
923
|
}
|
|
924
|
+
.ups-db .mr-1 {
|
|
925
|
+
margin-right: 0.25rem;
|
|
926
|
+
}
|
|
893
927
|
.ups-db .mr-2 {
|
|
894
928
|
margin-right: 0.5rem;
|
|
895
929
|
}
|
|
896
930
|
.ups-db .mt-0\.5 {
|
|
897
931
|
margin-top: 0.125rem;
|
|
898
932
|
}
|
|
933
|
+
.ups-db .mt-1 {
|
|
934
|
+
margin-top: 0.25rem;
|
|
935
|
+
}
|
|
899
936
|
.ups-db .mt-2 {
|
|
900
937
|
margin-top: 0.5rem;
|
|
901
938
|
}
|
|
939
|
+
.ups-db .mt-3 {
|
|
940
|
+
margin-top: 0.75rem;
|
|
941
|
+
}
|
|
902
942
|
.ups-db .mt-4 {
|
|
903
943
|
margin-top: 1rem;
|
|
904
944
|
}
|
|
@@ -911,12 +951,12 @@
|
|
|
911
951
|
.ups-db .mt-\[150px\] {
|
|
912
952
|
margin-top: 150px;
|
|
913
953
|
}
|
|
914
|
-
.ups-db .mt-\[1px\] {
|
|
915
|
-
margin-top: 1px;
|
|
916
|
-
}
|
|
917
954
|
.ups-db .block {
|
|
918
955
|
display: block;
|
|
919
956
|
}
|
|
957
|
+
.ups-db .inline-block {
|
|
958
|
+
display: inline-block;
|
|
959
|
+
}
|
|
920
960
|
.ups-db .inline {
|
|
921
961
|
display: inline;
|
|
922
962
|
}
|
|
@@ -943,9 +983,15 @@
|
|
|
943
983
|
width: 1.25rem;
|
|
944
984
|
height: 1.25rem;
|
|
945
985
|
}
|
|
986
|
+
.ups-db .h-1 {
|
|
987
|
+
height: 0.25rem;
|
|
988
|
+
}
|
|
946
989
|
.ups-db .h-10 {
|
|
947
990
|
height: 2.5rem;
|
|
948
991
|
}
|
|
992
|
+
.ups-db .h-12 {
|
|
993
|
+
height: 3rem;
|
|
994
|
+
}
|
|
949
995
|
.ups-db .h-2 {
|
|
950
996
|
height: 0.5rem;
|
|
951
997
|
}
|
|
@@ -976,8 +1022,20 @@
|
|
|
976
1022
|
.ups-db .h-\[100px\] {
|
|
977
1023
|
height: 100px;
|
|
978
1024
|
}
|
|
979
|
-
.ups-db .h-\[
|
|
980
|
-
height:
|
|
1025
|
+
.ups-db .h-\[18px\] {
|
|
1026
|
+
height: 18px;
|
|
1027
|
+
}
|
|
1028
|
+
.ups-db .h-\[20px\] {
|
|
1029
|
+
height: 20px;
|
|
1030
|
+
}
|
|
1031
|
+
.ups-db .h-\[26px\] {
|
|
1032
|
+
height: 26px;
|
|
1033
|
+
}
|
|
1034
|
+
.ups-db .h-\[3px\] {
|
|
1035
|
+
height: 3px;
|
|
1036
|
+
}
|
|
1037
|
+
.ups-db .h-\[40px\] {
|
|
1038
|
+
height: 40px;
|
|
981
1039
|
}
|
|
982
1040
|
.ups-db .h-\[var\(--radix-select-trigger-height\)\] {
|
|
983
1041
|
height: var(--radix-select-trigger-height);
|
|
@@ -988,6 +1046,9 @@
|
|
|
988
1046
|
.ups-db .h-px {
|
|
989
1047
|
height: 1px;
|
|
990
1048
|
}
|
|
1049
|
+
.ups-db .max-h-\[200px\] {
|
|
1050
|
+
max-height: 200px;
|
|
1051
|
+
}
|
|
991
1052
|
.ups-db .max-h-\[300px\] {
|
|
992
1053
|
max-height: 300px;
|
|
993
1054
|
}
|
|
@@ -1000,8 +1061,8 @@
|
|
|
1000
1061
|
.ups-db .min-h-0 {
|
|
1001
1062
|
min-height: 0px;
|
|
1002
1063
|
}
|
|
1003
|
-
.ups-db .min-h
|
|
1004
|
-
min-height:
|
|
1064
|
+
.ups-db .min-h-\[20px\] {
|
|
1065
|
+
min-height: 20px;
|
|
1005
1066
|
}
|
|
1006
1067
|
.ups-db .\!w-auto {
|
|
1007
1068
|
width: auto !important;
|
|
@@ -1012,15 +1073,21 @@
|
|
|
1012
1073
|
.ups-db .w-10 {
|
|
1013
1074
|
width: 2.5rem;
|
|
1014
1075
|
}
|
|
1076
|
+
.ups-db .w-12 {
|
|
1077
|
+
width: 3rem;
|
|
1078
|
+
}
|
|
1079
|
+
.ups-db .w-16 {
|
|
1080
|
+
width: 4rem;
|
|
1081
|
+
}
|
|
1015
1082
|
.ups-db .w-2 {
|
|
1016
1083
|
width: 0.5rem;
|
|
1017
1084
|
}
|
|
1085
|
+
.ups-db .w-20 {
|
|
1086
|
+
width: 5rem;
|
|
1087
|
+
}
|
|
1018
1088
|
.ups-db .w-24 {
|
|
1019
1089
|
width: 6rem;
|
|
1020
1090
|
}
|
|
1021
|
-
.ups-db .w-3 {
|
|
1022
|
-
width: 0.75rem;
|
|
1023
|
-
}
|
|
1024
1091
|
.ups-db .w-3\.5 {
|
|
1025
1092
|
width: 0.875rem;
|
|
1026
1093
|
}
|
|
@@ -1051,12 +1118,25 @@
|
|
|
1051
1118
|
.ups-db .w-\[--radix-popover-trigger-width\] {
|
|
1052
1119
|
width: var(--radix-popover-trigger-width);
|
|
1053
1120
|
}
|
|
1121
|
+
.ups-db .w-\[20px\] {
|
|
1122
|
+
width: 20px;
|
|
1123
|
+
}
|
|
1124
|
+
.ups-db .w-\[26px\] {
|
|
1125
|
+
width: 26px;
|
|
1126
|
+
}
|
|
1054
1127
|
.ups-db .w-\[300px\] {
|
|
1055
1128
|
width: 300px;
|
|
1056
1129
|
}
|
|
1130
|
+
.ups-db .w-\[3px\] {
|
|
1131
|
+
width: 3px;
|
|
1132
|
+
}
|
|
1057
1133
|
.ups-db .w-auto {
|
|
1058
1134
|
width: auto;
|
|
1059
1135
|
}
|
|
1136
|
+
.ups-db .w-fit {
|
|
1137
|
+
width: -moz-fit-content;
|
|
1138
|
+
width: fit-content;
|
|
1139
|
+
}
|
|
1060
1140
|
.ups-db .w-full {
|
|
1061
1141
|
width: 100%;
|
|
1062
1142
|
}
|
|
@@ -1066,6 +1146,9 @@
|
|
|
1066
1146
|
.ups-db .min-w-24 {
|
|
1067
1147
|
min-width: 6rem;
|
|
1068
1148
|
}
|
|
1149
|
+
.ups-db .min-w-\[140px\] {
|
|
1150
|
+
min-width: 140px;
|
|
1151
|
+
}
|
|
1069
1152
|
.ups-db .min-w-\[30px\] {
|
|
1070
1153
|
min-width: 30px;
|
|
1071
1154
|
}
|
|
@@ -1078,6 +1161,9 @@
|
|
|
1078
1161
|
.ups-db .max-w-0 {
|
|
1079
1162
|
max-width: 0px;
|
|
1080
1163
|
}
|
|
1164
|
+
.ups-db .max-w-2xl {
|
|
1165
|
+
max-width: 42rem;
|
|
1166
|
+
}
|
|
1081
1167
|
.ups-db .max-w-32 {
|
|
1082
1168
|
max-width: 8rem;
|
|
1083
1169
|
}
|
|
@@ -1090,6 +1176,9 @@
|
|
|
1090
1176
|
.ups-db .max-w-lg {
|
|
1091
1177
|
max-width: 32rem;
|
|
1092
1178
|
}
|
|
1179
|
+
.ups-db .max-w-md {
|
|
1180
|
+
max-width: 28rem;
|
|
1181
|
+
}
|
|
1093
1182
|
.ups-db .flex-1 {
|
|
1094
1183
|
flex: 1 1 0%;
|
|
1095
1184
|
}
|
|
@@ -1105,10 +1194,22 @@
|
|
|
1105
1194
|
.ups-db .origin-\[--radix-dropdown-menu-content-transform-origin\] {
|
|
1106
1195
|
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
1107
1196
|
}
|
|
1197
|
+
.ups-db .-translate-x-\[2px\] {
|
|
1198
|
+
--tw-translate-x: -2px;
|
|
1199
|
+
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));
|
|
1200
|
+
}
|
|
1108
1201
|
.ups-db .-translate-y-1\/2 {
|
|
1109
1202
|
--tw-translate-y: -50%;
|
|
1110
1203
|
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));
|
|
1111
1204
|
}
|
|
1205
|
+
.ups-db .translate-x-0 {
|
|
1206
|
+
--tw-translate-x: 0px;
|
|
1207
|
+
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));
|
|
1208
|
+
}
|
|
1209
|
+
.ups-db .translate-x-4 {
|
|
1210
|
+
--tw-translate-x: 1rem;
|
|
1211
|
+
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));
|
|
1212
|
+
}
|
|
1112
1213
|
.ups-db .translate-x-\[-50\%\] {
|
|
1113
1214
|
--tw-translate-x: -50%;
|
|
1114
1215
|
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));
|
|
@@ -1117,10 +1218,6 @@
|
|
|
1117
1218
|
--tw-translate-y: -50%;
|
|
1118
1219
|
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
1220
|
}
|
|
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
1221
|
.ups-db .transform {
|
|
1125
1222
|
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
1223
|
}
|
|
@@ -1160,17 +1257,23 @@
|
|
|
1160
1257
|
-moz-user-select: none;
|
|
1161
1258
|
user-select: none;
|
|
1162
1259
|
}
|
|
1260
|
+
.ups-db .resize-none {
|
|
1261
|
+
resize: none;
|
|
1262
|
+
}
|
|
1163
1263
|
.ups-db .resize {
|
|
1164
1264
|
resize: both;
|
|
1165
1265
|
}
|
|
1266
|
+
.ups-db .grid-cols-4 {
|
|
1267
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1268
|
+
}
|
|
1166
1269
|
.ups-db .flex-col {
|
|
1167
1270
|
flex-direction: column;
|
|
1168
1271
|
}
|
|
1169
1272
|
.ups-db .flex-col-reverse {
|
|
1170
1273
|
flex-direction: column-reverse;
|
|
1171
1274
|
}
|
|
1172
|
-
.ups-db .
|
|
1173
|
-
|
|
1275
|
+
.ups-db .items-start {
|
|
1276
|
+
align-items: flex-start;
|
|
1174
1277
|
}
|
|
1175
1278
|
.ups-db .items-center {
|
|
1176
1279
|
align-items: center;
|
|
@@ -1199,9 +1302,15 @@
|
|
|
1199
1302
|
.ups-db .gap-2 {
|
|
1200
1303
|
gap: 0.5rem;
|
|
1201
1304
|
}
|
|
1305
|
+
.ups-db .gap-3 {
|
|
1306
|
+
gap: 0.75rem;
|
|
1307
|
+
}
|
|
1202
1308
|
.ups-db .gap-4 {
|
|
1203
1309
|
gap: 1rem;
|
|
1204
1310
|
}
|
|
1311
|
+
.ups-db .gap-8 {
|
|
1312
|
+
gap: 2rem;
|
|
1313
|
+
}
|
|
1205
1314
|
.ups-db .gap-\[2px\] {
|
|
1206
1315
|
gap: 2px;
|
|
1207
1316
|
}
|
|
@@ -1220,6 +1329,16 @@
|
|
|
1220
1329
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1221
1330
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1222
1331
|
}
|
|
1332
|
+
.ups-db .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
1333
|
+
--tw-space-y-reverse: 0;
|
|
1334
|
+
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1335
|
+
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
|
|
1336
|
+
}
|
|
1337
|
+
.ups-db .space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1338
|
+
--tw-space-y-reverse: 0;
|
|
1339
|
+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1340
|
+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
1341
|
+
}
|
|
1223
1342
|
.ups-db .space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1224
1343
|
--tw-space-y-reverse: 0;
|
|
1225
1344
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1241,6 +1360,9 @@
|
|
|
1241
1360
|
.ups-db .overflow-visible {
|
|
1242
1361
|
overflow: visible;
|
|
1243
1362
|
}
|
|
1363
|
+
.ups-db .overflow-scroll {
|
|
1364
|
+
overflow: scroll;
|
|
1365
|
+
}
|
|
1244
1366
|
.ups-db .overflow-x-auto {
|
|
1245
1367
|
overflow-x: auto;
|
|
1246
1368
|
}
|
|
@@ -1261,9 +1383,15 @@
|
|
|
1261
1383
|
.ups-db .text-balance {
|
|
1262
1384
|
text-wrap: balance;
|
|
1263
1385
|
}
|
|
1386
|
+
.ups-db .break-words {
|
|
1387
|
+
overflow-wrap: break-word;
|
|
1388
|
+
}
|
|
1264
1389
|
.ups-db .rounded {
|
|
1265
1390
|
border-radius: 0.25rem;
|
|
1266
1391
|
}
|
|
1392
|
+
.ups-db .rounded-\[14px\] {
|
|
1393
|
+
border-radius: 14px;
|
|
1394
|
+
}
|
|
1267
1395
|
.ups-db .rounded-\[inherit\] {
|
|
1268
1396
|
border-radius: inherit;
|
|
1269
1397
|
}
|
|
@@ -1276,13 +1404,35 @@
|
|
|
1276
1404
|
.ups-db .rounded-md {
|
|
1277
1405
|
border-radius: 0.375rem;
|
|
1278
1406
|
}
|
|
1407
|
+
.ups-db .rounded-none {
|
|
1408
|
+
border-radius: 0px;
|
|
1409
|
+
}
|
|
1279
1410
|
.ups-db .rounded-sm {
|
|
1280
1411
|
border-radius: 0.125rem;
|
|
1281
1412
|
}
|
|
1413
|
+
.ups-db .rounded-xl {
|
|
1414
|
+
border-radius: 0.75rem;
|
|
1415
|
+
}
|
|
1416
|
+
.ups-db .rounded-l-lg {
|
|
1417
|
+
border-top-left-radius: 0.5rem;
|
|
1418
|
+
border-bottom-left-radius: 0.5rem;
|
|
1419
|
+
}
|
|
1420
|
+
.ups-db .rounded-l-md {
|
|
1421
|
+
border-top-left-radius: 0.375rem;
|
|
1422
|
+
border-bottom-left-radius: 0.375rem;
|
|
1423
|
+
}
|
|
1282
1424
|
.ups-db .rounded-l-none {
|
|
1283
1425
|
border-top-left-radius: 0px;
|
|
1284
1426
|
border-bottom-left-radius: 0px;
|
|
1285
1427
|
}
|
|
1428
|
+
.ups-db .rounded-r-lg {
|
|
1429
|
+
border-top-right-radius: 0.5rem;
|
|
1430
|
+
border-bottom-right-radius: 0.5rem;
|
|
1431
|
+
}
|
|
1432
|
+
.ups-db .rounded-r-md {
|
|
1433
|
+
border-top-right-radius: 0.375rem;
|
|
1434
|
+
border-bottom-right-radius: 0.375rem;
|
|
1435
|
+
}
|
|
1286
1436
|
.ups-db .rounded-r-none {
|
|
1287
1437
|
border-top-right-radius: 0px;
|
|
1288
1438
|
border-bottom-right-radius: 0px;
|
|
@@ -1294,14 +1444,20 @@
|
|
|
1294
1444
|
.ups-db .border {
|
|
1295
1445
|
border-width: 1px;
|
|
1296
1446
|
}
|
|
1447
|
+
.ups-db .border-2 {
|
|
1448
|
+
border-width: 2px;
|
|
1449
|
+
}
|
|
1450
|
+
.ups-db .border-\[4px\] {
|
|
1451
|
+
border-width: 4px;
|
|
1452
|
+
}
|
|
1297
1453
|
.ups-db .border-b {
|
|
1298
1454
|
border-bottom-width: 1px;
|
|
1299
1455
|
}
|
|
1300
1456
|
.ups-db .border-l-0 {
|
|
1301
1457
|
border-left-width: 0px;
|
|
1302
1458
|
}
|
|
1303
|
-
.ups-db .border-
|
|
1304
|
-
border-
|
|
1459
|
+
.ups-db .border-l-2 {
|
|
1460
|
+
border-left-width: 2px;
|
|
1305
1461
|
}
|
|
1306
1462
|
.ups-db .border-r-0 {
|
|
1307
1463
|
border-right-width: 0px;
|
|
@@ -1314,174 +1470,236 @@
|
|
|
1314
1470
|
}
|
|
1315
1471
|
.ups-db .border-amber-400 {
|
|
1316
1472
|
--tw-border-opacity: 1;
|
|
1317
|
-
border-color: rgb(var(--color-amber-400) / var(--tw-border-opacity
|
|
1473
|
+
border-color: rgb(var(--color-amber-400) / var(--tw-border-opacity));
|
|
1474
|
+
}
|
|
1475
|
+
.ups-db .border-blue-500 {
|
|
1476
|
+
--tw-border-opacity: 1;
|
|
1477
|
+
border-color: rgb(var(--color-blue-500) / var(--tw-border-opacity));
|
|
1318
1478
|
}
|
|
1319
1479
|
.ups-db .border-gray-400 {
|
|
1320
1480
|
--tw-border-opacity: 1;
|
|
1321
|
-
border-color: rgb(156 163 175 / var(--tw-border-opacity
|
|
1481
|
+
border-color: rgb(156 163 175 / var(--tw-border-opacity));
|
|
1322
1482
|
}
|
|
1323
1483
|
.ups-db .border-green-400 {
|
|
1324
1484
|
--tw-border-opacity: 1;
|
|
1325
|
-
border-color: rgb(var(--color-green-400) / var(--tw-border-opacity
|
|
1485
|
+
border-color: rgb(var(--color-green-400) / var(--tw-border-opacity));
|
|
1326
1486
|
}
|
|
1327
1487
|
.ups-db .border-indigo-400 {
|
|
1328
1488
|
--tw-border-opacity: 1;
|
|
1329
|
-
border-color: rgb(var(--color-indigo-400) / var(--tw-border-opacity
|
|
1489
|
+
border-color: rgb(var(--color-indigo-400) / var(--tw-border-opacity));
|
|
1330
1490
|
}
|
|
1331
1491
|
.ups-db .border-orange-400 {
|
|
1332
1492
|
--tw-border-opacity: 1;
|
|
1333
|
-
border-color: rgb(var(--color-orange-400) / var(--tw-border-opacity
|
|
1493
|
+
border-color: rgb(var(--color-orange-400) / var(--tw-border-opacity));
|
|
1334
1494
|
}
|
|
1335
1495
|
.ups-db .border-pink-400 {
|
|
1336
1496
|
--tw-border-opacity: 1;
|
|
1337
|
-
border-color: rgb(var(--color-pink-400) / var(--tw-border-opacity
|
|
1497
|
+
border-color: rgb(var(--color-pink-400) / var(--tw-border-opacity));
|
|
1338
1498
|
}
|
|
1339
1499
|
.ups-db .border-purple-400 {
|
|
1340
1500
|
--tw-border-opacity: 1;
|
|
1341
|
-
border-color: rgb(var(--color-purple-400) / var(--tw-border-opacity
|
|
1501
|
+
border-color: rgb(var(--color-purple-400) / var(--tw-border-opacity));
|
|
1342
1502
|
}
|
|
1343
1503
|
.ups-db .border-red-400 {
|
|
1344
1504
|
--tw-border-opacity: 1;
|
|
1345
|
-
border-color: rgb(var(--color-red-400) / var(--tw-border-opacity
|
|
1505
|
+
border-color: rgb(var(--color-red-400) / var(--tw-border-opacity));
|
|
1346
1506
|
}
|
|
1347
1507
|
.ups-db .border-red-500 {
|
|
1348
1508
|
--tw-border-opacity: 1;
|
|
1349
|
-
border-color: rgb(var(--color-red-500) / var(--tw-border-opacity
|
|
1509
|
+
border-color: rgb(var(--color-red-500) / var(--tw-border-opacity));
|
|
1510
|
+
}
|
|
1511
|
+
.ups-db .border-rose-400 {
|
|
1512
|
+
--tw-border-opacity: 1;
|
|
1513
|
+
border-color: rgb(var(--color-rose-400) / var(--tw-border-opacity));
|
|
1350
1514
|
}
|
|
1351
1515
|
.ups-db .border-sky-400 {
|
|
1352
1516
|
--tw-border-opacity: 1;
|
|
1353
|
-
border-color: rgb(var(--color-sky-400) / var(--tw-border-opacity
|
|
1517
|
+
border-color: rgb(var(--color-sky-400) / var(--tw-border-opacity));
|
|
1354
1518
|
}
|
|
1355
1519
|
.ups-db .border-transparent {
|
|
1356
1520
|
border-color: transparent;
|
|
1357
1521
|
}
|
|
1358
1522
|
.ups-db .border-zinc-200 {
|
|
1359
1523
|
--tw-border-opacity: 1;
|
|
1360
|
-
border-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity
|
|
1524
|
+
border-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
1361
1525
|
}
|
|
1362
1526
|
.ups-db .border-zinc-300 {
|
|
1363
1527
|
--tw-border-opacity: 1;
|
|
1364
|
-
border-color: rgb(var(--color-zinc-300) / var(--tw-border-opacity
|
|
1528
|
+
border-color: rgb(var(--color-zinc-300) / var(--tw-border-opacity));
|
|
1365
1529
|
}
|
|
1366
|
-
.ups-db .border-b-
|
|
1530
|
+
.ups-db .border-b-zinc-100 {
|
|
1367
1531
|
--tw-border-opacity: 1;
|
|
1368
|
-
border-bottom-color: rgb(var(--color-
|
|
1532
|
+
border-bottom-color: rgb(var(--color-zinc-100) / var(--tw-border-opacity));
|
|
1369
1533
|
}
|
|
1370
|
-
.ups-db .border-
|
|
1534
|
+
.ups-db .border-t-zinc-600 {
|
|
1371
1535
|
--tw-border-opacity: 1;
|
|
1372
|
-
border-
|
|
1536
|
+
border-top-color: rgb(var(--color-zinc-600) / var(--tw-border-opacity));
|
|
1373
1537
|
}
|
|
1374
1538
|
.ups-db .\!bg-amber-50 {
|
|
1375
1539
|
--tw-bg-opacity: 1 !important;
|
|
1376
|
-
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity
|
|
1540
|
+
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity)) !important;
|
|
1377
1541
|
}
|
|
1378
1542
|
.ups-db .\!bg-gray-50 {
|
|
1379
1543
|
--tw-bg-opacity: 1 !important;
|
|
1380
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity
|
|
1544
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
|
|
1381
1545
|
}
|
|
1382
1546
|
.ups-db .\!bg-green-50 {
|
|
1383
1547
|
--tw-bg-opacity: 1 !important;
|
|
1384
|
-
background-color: rgb(var(--color-green-50) / var(--tw-bg-opacity
|
|
1548
|
+
background-color: rgb(var(--color-green-50) / var(--tw-bg-opacity)) !important;
|
|
1385
1549
|
}
|
|
1386
1550
|
.ups-db .\!bg-indigo-50 {
|
|
1387
1551
|
--tw-bg-opacity: 1 !important;
|
|
1388
|
-
background-color: rgb(var(--color-indigo-50) / var(--tw-bg-opacity
|
|
1552
|
+
background-color: rgb(var(--color-indigo-50) / var(--tw-bg-opacity)) !important;
|
|
1389
1553
|
}
|
|
1390
1554
|
.ups-db .\!bg-orange-50 {
|
|
1391
1555
|
--tw-bg-opacity: 1 !important;
|
|
1392
|
-
background-color: rgb(var(--color-orange-50) / var(--tw-bg-opacity
|
|
1556
|
+
background-color: rgb(var(--color-orange-50) / var(--tw-bg-opacity)) !important;
|
|
1393
1557
|
}
|
|
1394
1558
|
.ups-db .\!bg-pink-50 {
|
|
1395
1559
|
--tw-bg-opacity: 1 !important;
|
|
1396
|
-
background-color: rgb(var(--color-pink-50) / var(--tw-bg-opacity
|
|
1560
|
+
background-color: rgb(var(--color-pink-50) / var(--tw-bg-opacity)) !important;
|
|
1397
1561
|
}
|
|
1398
1562
|
.ups-db .\!bg-purple-50 {
|
|
1399
1563
|
--tw-bg-opacity: 1 !important;
|
|
1400
|
-
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity
|
|
1564
|
+
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity)) !important;
|
|
1565
|
+
}
|
|
1566
|
+
.ups-db .\!bg-rose-50 {
|
|
1567
|
+
--tw-bg-opacity: 1 !important;
|
|
1568
|
+
background-color: rgb(var(--color-rose-50) / var(--tw-bg-opacity)) !important;
|
|
1401
1569
|
}
|
|
1402
1570
|
.ups-db .\!bg-sky-50 {
|
|
1403
1571
|
--tw-bg-opacity: 1 !important;
|
|
1404
|
-
background-color: rgb(var(--color-sky-50) / var(--tw-bg-opacity
|
|
1572
|
+
background-color: rgb(var(--color-sky-50) / var(--tw-bg-opacity)) !important;
|
|
1405
1573
|
}
|
|
1406
1574
|
.ups-db .bg-amber-200 {
|
|
1407
1575
|
--tw-bg-opacity: 1;
|
|
1408
|
-
background-color: rgb(var(--color-amber-200) / var(--tw-bg-opacity
|
|
1576
|
+
background-color: rgb(var(--color-amber-200) / var(--tw-bg-opacity));
|
|
1577
|
+
}
|
|
1578
|
+
.ups-db .bg-amber-50 {
|
|
1579
|
+
--tw-bg-opacity: 1;
|
|
1580
|
+
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity));
|
|
1409
1581
|
}
|
|
1410
1582
|
.ups-db .bg-black\/50 {
|
|
1411
1583
|
background-color: rgb(var(--color-black) / 0.5);
|
|
1412
1584
|
}
|
|
1413
|
-
.ups-db .bg-blue-
|
|
1585
|
+
.ups-db .bg-blue-50 {
|
|
1586
|
+
--tw-bg-opacity: 1;
|
|
1587
|
+
background-color: rgb(var(--color-blue-50) / var(--tw-bg-opacity));
|
|
1588
|
+
}
|
|
1589
|
+
.ups-db .bg-blue-500 {
|
|
1590
|
+
--tw-bg-opacity: 1;
|
|
1591
|
+
background-color: rgb(var(--color-blue-500) / var(--tw-bg-opacity));
|
|
1592
|
+
}
|
|
1593
|
+
.ups-db .bg-emerald-100 {
|
|
1414
1594
|
--tw-bg-opacity: 1;
|
|
1415
|
-
background-color: rgb(var(--color-
|
|
1595
|
+
background-color: rgb(var(--color-emerald-100) / var(--tw-bg-opacity));
|
|
1596
|
+
}
|
|
1597
|
+
.ups-db .bg-emerald-200 {
|
|
1598
|
+
--tw-bg-opacity: 1;
|
|
1599
|
+
background-color: rgb(var(--color-emerald-200) / var(--tw-bg-opacity));
|
|
1600
|
+
}
|
|
1601
|
+
.ups-db .bg-emerald-50 {
|
|
1602
|
+
--tw-bg-opacity: 1;
|
|
1603
|
+
background-color: rgb(var(--color-emerald-50) / var(--tw-bg-opacity));
|
|
1416
1604
|
}
|
|
1417
1605
|
.ups-db .bg-emerald-500 {
|
|
1418
1606
|
--tw-bg-opacity: 1;
|
|
1419
|
-
background-color: rgb(var(--color-emerald-500) / var(--tw-bg-opacity
|
|
1607
|
+
background-color: rgb(var(--color-emerald-500) / var(--tw-bg-opacity));
|
|
1420
1608
|
}
|
|
1421
1609
|
.ups-db .bg-gray-200 {
|
|
1422
1610
|
--tw-bg-opacity: 1;
|
|
1423
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity
|
|
1611
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1424
1612
|
}
|
|
1425
1613
|
.ups-db .bg-green-200 {
|
|
1426
1614
|
--tw-bg-opacity: 1;
|
|
1427
|
-
background-color: rgb(var(--color-green-200) / var(--tw-bg-opacity
|
|
1615
|
+
background-color: rgb(var(--color-green-200) / var(--tw-bg-opacity));
|
|
1428
1616
|
}
|
|
1429
1617
|
.ups-db .bg-indigo-200 {
|
|
1430
1618
|
--tw-bg-opacity: 1;
|
|
1431
|
-
background-color: rgb(var(--color-indigo-200) / var(--tw-bg-opacity
|
|
1619
|
+
background-color: rgb(var(--color-indigo-200) / var(--tw-bg-opacity));
|
|
1432
1620
|
}
|
|
1433
1621
|
.ups-db .bg-orange-200 {
|
|
1434
1622
|
--tw-bg-opacity: 1;
|
|
1435
|
-
background-color: rgb(var(--color-orange-200) / var(--tw-bg-opacity
|
|
1623
|
+
background-color: rgb(var(--color-orange-200) / var(--tw-bg-opacity));
|
|
1436
1624
|
}
|
|
1437
1625
|
.ups-db .bg-pink-200 {
|
|
1438
1626
|
--tw-bg-opacity: 1;
|
|
1439
|
-
background-color: rgb(var(--color-pink-200) / var(--tw-bg-opacity
|
|
1627
|
+
background-color: rgb(var(--color-pink-200) / var(--tw-bg-opacity));
|
|
1440
1628
|
}
|
|
1441
1629
|
.ups-db .bg-purple-200 {
|
|
1442
1630
|
--tw-bg-opacity: 1;
|
|
1443
|
-
background-color: rgb(var(--color-purple-200) / var(--tw-bg-opacity
|
|
1631
|
+
background-color: rgb(var(--color-purple-200) / var(--tw-bg-opacity));
|
|
1632
|
+
}
|
|
1633
|
+
.ups-db .bg-purple-50 {
|
|
1634
|
+
--tw-bg-opacity: 1;
|
|
1635
|
+
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity));
|
|
1444
1636
|
}
|
|
1445
1637
|
.ups-db .bg-red-50 {
|
|
1446
1638
|
--tw-bg-opacity: 1;
|
|
1447
|
-
background-color: rgb(var(--color-red-50) / var(--tw-bg-opacity
|
|
1639
|
+
background-color: rgb(var(--color-red-50) / var(--tw-bg-opacity));
|
|
1448
1640
|
}
|
|
1449
1641
|
.ups-db .bg-red-500 {
|
|
1450
1642
|
--tw-bg-opacity: 1;
|
|
1451
|
-
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity
|
|
1643
|
+
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
1644
|
+
}
|
|
1645
|
+
.ups-db .bg-rose-200 {
|
|
1646
|
+
--tw-bg-opacity: 1;
|
|
1647
|
+
background-color: rgb(var(--color-rose-200) / var(--tw-bg-opacity));
|
|
1452
1648
|
}
|
|
1453
1649
|
.ups-db .bg-sky-200 {
|
|
1454
1650
|
--tw-bg-opacity: 1;
|
|
1455
|
-
background-color: rgb(var(--color-sky-200) / var(--tw-bg-opacity
|
|
1651
|
+
background-color: rgb(var(--color-sky-200) / var(--tw-bg-opacity));
|
|
1456
1652
|
}
|
|
1457
1653
|
.ups-db .bg-transparent {
|
|
1458
1654
|
background-color: transparent;
|
|
1459
1655
|
}
|
|
1460
1656
|
.ups-db .bg-white {
|
|
1461
1657
|
--tw-bg-opacity: 1;
|
|
1462
|
-
background-color: rgb(var(--color-white) / var(--tw-bg-opacity
|
|
1658
|
+
background-color: rgb(var(--color-white) / var(--tw-bg-opacity));
|
|
1463
1659
|
}
|
|
1464
1660
|
.ups-db .bg-white\/80 {
|
|
1465
1661
|
background-color: rgb(var(--color-white) / 0.8);
|
|
1466
1662
|
}
|
|
1467
1663
|
.ups-db .bg-zinc-100 {
|
|
1468
1664
|
--tw-bg-opacity: 1;
|
|
1469
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
1665
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
1666
|
+
}
|
|
1667
|
+
.ups-db .bg-zinc-100\/90 {
|
|
1668
|
+
background-color: rgb(var(--color-zinc-100) / 0.9);
|
|
1470
1669
|
}
|
|
1471
1670
|
.ups-db .bg-zinc-200 {
|
|
1472
1671
|
--tw-bg-opacity: 1;
|
|
1473
|
-
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity
|
|
1672
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
1474
1673
|
}
|
|
1475
1674
|
.ups-db .bg-zinc-200\/70 {
|
|
1476
1675
|
background-color: rgb(var(--color-zinc-200) / 0.7);
|
|
1477
1676
|
}
|
|
1677
|
+
.ups-db .bg-zinc-300 {
|
|
1678
|
+
--tw-bg-opacity: 1;
|
|
1679
|
+
background-color: rgb(var(--color-zinc-300) / var(--tw-bg-opacity));
|
|
1680
|
+
}
|
|
1681
|
+
.ups-db .bg-zinc-50 {
|
|
1682
|
+
--tw-bg-opacity: 1;
|
|
1683
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
1684
|
+
}
|
|
1478
1685
|
.ups-db .bg-zinc-900 {
|
|
1479
1686
|
--tw-bg-opacity: 1;
|
|
1480
|
-
background-color: rgb(var(--color-zinc-900) / var(--tw-bg-opacity
|
|
1687
|
+
background-color: rgb(var(--color-zinc-900) / var(--tw-bg-opacity));
|
|
1481
1688
|
}
|
|
1482
1689
|
.ups-db .bg-zinc-900\/10 {
|
|
1483
1690
|
background-color: rgb(var(--color-zinc-900) / 0.1);
|
|
1484
1691
|
}
|
|
1692
|
+
.ups-db .bg-gradient-to-b {
|
|
1693
|
+
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
1694
|
+
}
|
|
1695
|
+
.ups-db .from-zinc-50 {
|
|
1696
|
+
--tw-gradient-from: rgb(var(--color-zinc-50) / 1) var(--tw-gradient-from-position);
|
|
1697
|
+
--tw-gradient-to: rgb(var(--color-zinc-50) / 0) var(--tw-gradient-to-position);
|
|
1698
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1699
|
+
}
|
|
1700
|
+
.ups-db .to-white {
|
|
1701
|
+
--tw-gradient-to: rgb(var(--color-white) / 1) var(--tw-gradient-to-position);
|
|
1702
|
+
}
|
|
1485
1703
|
.ups-db .p-0 {
|
|
1486
1704
|
padding: 0px;
|
|
1487
1705
|
}
|
|
@@ -1491,12 +1709,28 @@
|
|
|
1491
1709
|
.ups-db .p-2 {
|
|
1492
1710
|
padding: 0.5rem;
|
|
1493
1711
|
}
|
|
1712
|
+
.ups-db .p-3 {
|
|
1713
|
+
padding: 0.75rem;
|
|
1714
|
+
}
|
|
1494
1715
|
.ups-db .p-4 {
|
|
1495
1716
|
padding: 1rem;
|
|
1496
1717
|
}
|
|
1718
|
+
.ups-db .p-5 {
|
|
1719
|
+
padding: 1.25rem;
|
|
1720
|
+
}
|
|
1497
1721
|
.ups-db .p-6 {
|
|
1498
1722
|
padding: 1.5rem;
|
|
1499
1723
|
}
|
|
1724
|
+
.ups-db .p-8 {
|
|
1725
|
+
padding: 2rem;
|
|
1726
|
+
}
|
|
1727
|
+
.ups-db .p-\[2px\] {
|
|
1728
|
+
padding: 2px;
|
|
1729
|
+
}
|
|
1730
|
+
.ups-db .px-1 {
|
|
1731
|
+
padding-left: 0.25rem;
|
|
1732
|
+
padding-right: 0.25rem;
|
|
1733
|
+
}
|
|
1500
1734
|
.ups-db .px-2 {
|
|
1501
1735
|
padding-left: 0.5rem;
|
|
1502
1736
|
padding-right: 0.5rem;
|
|
@@ -1509,10 +1743,26 @@
|
|
|
1509
1743
|
padding-left: 1rem;
|
|
1510
1744
|
padding-right: 1rem;
|
|
1511
1745
|
}
|
|
1746
|
+
.ups-db .px-5 {
|
|
1747
|
+
padding-left: 1.25rem;
|
|
1748
|
+
padding-right: 1.25rem;
|
|
1749
|
+
}
|
|
1512
1750
|
.ups-db .px-8 {
|
|
1513
1751
|
padding-left: 2rem;
|
|
1514
1752
|
padding-right: 2rem;
|
|
1515
1753
|
}
|
|
1754
|
+
.ups-db .px-\[5px\] {
|
|
1755
|
+
padding-left: 5px;
|
|
1756
|
+
padding-right: 5px;
|
|
1757
|
+
}
|
|
1758
|
+
.ups-db .px-\[6px\] {
|
|
1759
|
+
padding-left: 6px;
|
|
1760
|
+
padding-right: 6px;
|
|
1761
|
+
}
|
|
1762
|
+
.ups-db .px-\[8px\] {
|
|
1763
|
+
padding-left: 8px;
|
|
1764
|
+
padding-right: 8px;
|
|
1765
|
+
}
|
|
1516
1766
|
.ups-db .py-0 {
|
|
1517
1767
|
padding-top: 0px;
|
|
1518
1768
|
padding-bottom: 0px;
|
|
@@ -1533,6 +1783,14 @@
|
|
|
1533
1783
|
padding-top: 0.75rem;
|
|
1534
1784
|
padding-bottom: 0.75rem;
|
|
1535
1785
|
}
|
|
1786
|
+
.ups-db .py-4 {
|
|
1787
|
+
padding-top: 1rem;
|
|
1788
|
+
padding-bottom: 1rem;
|
|
1789
|
+
}
|
|
1790
|
+
.ups-db .py-5 {
|
|
1791
|
+
padding-top: 1.25rem;
|
|
1792
|
+
padding-bottom: 1.25rem;
|
|
1793
|
+
}
|
|
1536
1794
|
.ups-db .py-6 {
|
|
1537
1795
|
padding-top: 1.5rem;
|
|
1538
1796
|
padding-bottom: 1.5rem;
|
|
@@ -1541,8 +1799,8 @@
|
|
|
1541
1799
|
padding-top: 3px;
|
|
1542
1800
|
padding-bottom: 3px;
|
|
1543
1801
|
}
|
|
1544
|
-
.ups-db .pb
|
|
1545
|
-
padding-bottom:
|
|
1802
|
+
.ups-db .pb-5 {
|
|
1803
|
+
padding-bottom: 1.25rem;
|
|
1546
1804
|
}
|
|
1547
1805
|
.ups-db .pl-0 {
|
|
1548
1806
|
padding-left: 0px;
|
|
@@ -1553,6 +1811,9 @@
|
|
|
1553
1811
|
.ups-db .pl-2 {
|
|
1554
1812
|
padding-left: 0.5rem;
|
|
1555
1813
|
}
|
|
1814
|
+
.ups-db .pl-3 {
|
|
1815
|
+
padding-left: 0.75rem;
|
|
1816
|
+
}
|
|
1556
1817
|
.ups-db .pl-8 {
|
|
1557
1818
|
padding-left: 2rem;
|
|
1558
1819
|
}
|
|
@@ -1568,6 +1829,9 @@
|
|
|
1568
1829
|
.ups-db .pr-3 {
|
|
1569
1830
|
padding-right: 0.75rem;
|
|
1570
1831
|
}
|
|
1832
|
+
.ups-db .pr-4 {
|
|
1833
|
+
padding-right: 1rem;
|
|
1834
|
+
}
|
|
1571
1835
|
.ups-db .pr-6 {
|
|
1572
1836
|
padding-right: 1.5rem;
|
|
1573
1837
|
}
|
|
@@ -1583,13 +1847,23 @@
|
|
|
1583
1847
|
.ups-db .text-right {
|
|
1584
1848
|
text-align: right;
|
|
1585
1849
|
}
|
|
1850
|
+
.ups-db .font-mono {
|
|
1851
|
+
font-family:
|
|
1852
|
+
ui-monospace,
|
|
1853
|
+
SFMono-Regular,
|
|
1854
|
+
Menlo,
|
|
1855
|
+
Monaco,
|
|
1856
|
+
Consolas,
|
|
1857
|
+
"Liberation Mono",
|
|
1858
|
+
"Courier New",
|
|
1859
|
+
monospace;
|
|
1860
|
+
}
|
|
1861
|
+
.ups-db .text-\[11px\] {
|
|
1862
|
+
font-size: 11px;
|
|
1863
|
+
}
|
|
1586
1864
|
.ups-db .text-\[13px\] {
|
|
1587
1865
|
font-size: 13px;
|
|
1588
1866
|
}
|
|
1589
|
-
.ups-db .text-base {
|
|
1590
|
-
font-size: 1rem;
|
|
1591
|
-
line-height: 1.5rem;
|
|
1592
|
-
}
|
|
1593
1867
|
.ups-db .text-lg {
|
|
1594
1868
|
font-size: 1.125rem;
|
|
1595
1869
|
line-height: 1.75rem;
|
|
@@ -1618,141 +1892,187 @@
|
|
|
1618
1892
|
.ups-db .uppercase {
|
|
1619
1893
|
text-transform: uppercase;
|
|
1620
1894
|
}
|
|
1895
|
+
.ups-db .capitalize {
|
|
1896
|
+
text-transform: capitalize;
|
|
1897
|
+
}
|
|
1621
1898
|
.ups-db .leading-none {
|
|
1622
1899
|
line-height: 1;
|
|
1623
1900
|
}
|
|
1901
|
+
.ups-db .leading-relaxed {
|
|
1902
|
+
line-height: 1.625;
|
|
1903
|
+
}
|
|
1624
1904
|
.ups-db .tracking-tight {
|
|
1625
1905
|
letter-spacing: -0.025em;
|
|
1626
1906
|
}
|
|
1627
1907
|
.ups-db .tracking-wide {
|
|
1628
1908
|
letter-spacing: 0.025em;
|
|
1629
1909
|
}
|
|
1910
|
+
.ups-db .tracking-wider {
|
|
1911
|
+
letter-spacing: 0.05em;
|
|
1912
|
+
}
|
|
1630
1913
|
.ups-db .tracking-widest {
|
|
1631
1914
|
letter-spacing: 0.1em;
|
|
1632
1915
|
}
|
|
1633
1916
|
.ups-db .text-amber-800 {
|
|
1634
1917
|
--tw-text-opacity: 1;
|
|
1635
|
-
color: rgb(var(--color-amber-800) / var(--tw-text-opacity
|
|
1918
|
+
color: rgb(var(--color-amber-800) / var(--tw-text-opacity));
|
|
1636
1919
|
}
|
|
1637
1920
|
.ups-db .text-amber-900 {
|
|
1638
1921
|
--tw-text-opacity: 1;
|
|
1639
|
-
color: rgb(var(--color-amber-900) / var(--tw-text-opacity
|
|
1922
|
+
color: rgb(var(--color-amber-900) / var(--tw-text-opacity));
|
|
1640
1923
|
}
|
|
1641
1924
|
.ups-db .text-black {
|
|
1642
1925
|
--tw-text-opacity: 1;
|
|
1643
|
-
color: rgb(var(--color-black) / var(--tw-text-opacity
|
|
1926
|
+
color: rgb(var(--color-black) / var(--tw-text-opacity));
|
|
1927
|
+
}
|
|
1928
|
+
.ups-db .text-blue-600 {
|
|
1929
|
+
--tw-text-opacity: 1;
|
|
1930
|
+
color: rgb(var(--color-blue-600) / var(--tw-text-opacity));
|
|
1931
|
+
}
|
|
1932
|
+
.ups-db .text-emerald-600 {
|
|
1933
|
+
--tw-text-opacity: 1;
|
|
1934
|
+
color: rgb(var(--color-emerald-600) / var(--tw-text-opacity));
|
|
1935
|
+
}
|
|
1936
|
+
.ups-db .text-emerald-700 {
|
|
1937
|
+
--tw-text-opacity: 1;
|
|
1938
|
+
color: rgb(var(--color-emerald-700) / var(--tw-text-opacity));
|
|
1939
|
+
}
|
|
1940
|
+
.ups-db .text-emerald-800 {
|
|
1941
|
+
--tw-text-opacity: 1;
|
|
1942
|
+
color: rgb(var(--color-emerald-800) / var(--tw-text-opacity));
|
|
1644
1943
|
}
|
|
1645
1944
|
.ups-db .text-gray-800 {
|
|
1646
1945
|
--tw-text-opacity: 1;
|
|
1647
|
-
color: rgb(31 41 55 / var(--tw-text-opacity
|
|
1946
|
+
color: rgb(31 41 55 / var(--tw-text-opacity));
|
|
1648
1947
|
}
|
|
1649
1948
|
.ups-db .text-gray-900 {
|
|
1650
1949
|
--tw-text-opacity: 1;
|
|
1651
|
-
color: rgb(17 24 39 / var(--tw-text-opacity
|
|
1950
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1652
1951
|
}
|
|
1653
1952
|
.ups-db .text-green-500 {
|
|
1654
1953
|
--tw-text-opacity: 1;
|
|
1655
|
-
color: rgb(var(--color-green-500) / var(--tw-text-opacity
|
|
1954
|
+
color: rgb(var(--color-green-500) / var(--tw-text-opacity));
|
|
1656
1955
|
}
|
|
1657
1956
|
.ups-db .text-green-800 {
|
|
1658
1957
|
--tw-text-opacity: 1;
|
|
1659
|
-
color: rgb(var(--color-green-800) / var(--tw-text-opacity
|
|
1958
|
+
color: rgb(var(--color-green-800) / var(--tw-text-opacity));
|
|
1660
1959
|
}
|
|
1661
1960
|
.ups-db .text-green-900 {
|
|
1662
1961
|
--tw-text-opacity: 1;
|
|
1663
|
-
color: rgb(var(--color-green-900) / var(--tw-text-opacity
|
|
1962
|
+
color: rgb(var(--color-green-900) / var(--tw-text-opacity));
|
|
1664
1963
|
}
|
|
1665
1964
|
.ups-db .text-indigo-800 {
|
|
1666
1965
|
--tw-text-opacity: 1;
|
|
1667
|
-
color: rgb(var(--color-indigo-800) / var(--tw-text-opacity
|
|
1966
|
+
color: rgb(var(--color-indigo-800) / var(--tw-text-opacity));
|
|
1668
1967
|
}
|
|
1669
1968
|
.ups-db .text-indigo-900 {
|
|
1670
1969
|
--tw-text-opacity: 1;
|
|
1671
|
-
color: rgb(var(--color-indigo-900) / var(--tw-text-opacity
|
|
1970
|
+
color: rgb(var(--color-indigo-900) / var(--tw-text-opacity));
|
|
1672
1971
|
}
|
|
1673
1972
|
.ups-db .text-orange-800 {
|
|
1674
1973
|
--tw-text-opacity: 1;
|
|
1675
|
-
color: rgb(var(--color-orange-800) / var(--tw-text-opacity
|
|
1974
|
+
color: rgb(var(--color-orange-800) / var(--tw-text-opacity));
|
|
1676
1975
|
}
|
|
1677
1976
|
.ups-db .text-orange-900 {
|
|
1678
1977
|
--tw-text-opacity: 1;
|
|
1679
|
-
color: rgb(var(--color-orange-900) / var(--tw-text-opacity
|
|
1978
|
+
color: rgb(var(--color-orange-900) / var(--tw-text-opacity));
|
|
1680
1979
|
}
|
|
1681
1980
|
.ups-db .text-pink-800 {
|
|
1682
1981
|
--tw-text-opacity: 1;
|
|
1683
|
-
color: rgb(var(--color-pink-800) / var(--tw-text-opacity
|
|
1982
|
+
color: rgb(var(--color-pink-800) / var(--tw-text-opacity));
|
|
1684
1983
|
}
|
|
1685
1984
|
.ups-db .text-pink-900 {
|
|
1686
1985
|
--tw-text-opacity: 1;
|
|
1687
|
-
color: rgb(var(--color-pink-900) / var(--tw-text-opacity
|
|
1986
|
+
color: rgb(var(--color-pink-900) / var(--tw-text-opacity));
|
|
1688
1987
|
}
|
|
1689
1988
|
.ups-db .text-purple-800 {
|
|
1690
1989
|
--tw-text-opacity: 1;
|
|
1691
|
-
color: rgb(var(--color-purple-800) / var(--tw-text-opacity
|
|
1990
|
+
color: rgb(var(--color-purple-800) / var(--tw-text-opacity));
|
|
1692
1991
|
}
|
|
1693
1992
|
.ups-db .text-purple-900 {
|
|
1694
1993
|
--tw-text-opacity: 1;
|
|
1695
|
-
color: rgb(var(--color-purple-900) / var(--tw-text-opacity
|
|
1994
|
+
color: rgb(var(--color-purple-900) / var(--tw-text-opacity));
|
|
1696
1995
|
}
|
|
1697
1996
|
.ups-db .text-red-500 {
|
|
1698
1997
|
--tw-text-opacity: 1;
|
|
1699
|
-
color: rgb(var(--color-red-500) / var(--tw-text-opacity
|
|
1998
|
+
color: rgb(var(--color-red-500) / var(--tw-text-opacity));
|
|
1700
1999
|
}
|
|
1701
2000
|
.ups-db .text-red-600 {
|
|
1702
2001
|
--tw-text-opacity: 1;
|
|
1703
|
-
color: rgb(var(--color-red-600) / var(--tw-text-opacity
|
|
2002
|
+
color: rgb(var(--color-red-600) / var(--tw-text-opacity));
|
|
1704
2003
|
}
|
|
1705
2004
|
.ups-db .text-red-700 {
|
|
1706
2005
|
--tw-text-opacity: 1;
|
|
1707
|
-
color: rgb(var(--color-red-700) / var(--tw-text-opacity
|
|
2006
|
+
color: rgb(var(--color-red-700) / var(--tw-text-opacity));
|
|
2007
|
+
}
|
|
2008
|
+
.ups-db .text-red-800 {
|
|
2009
|
+
--tw-text-opacity: 1;
|
|
2010
|
+
color: rgb(var(--color-red-800) / var(--tw-text-opacity));
|
|
2011
|
+
}
|
|
2012
|
+
.ups-db .text-rose-800 {
|
|
2013
|
+
--tw-text-opacity: 1;
|
|
2014
|
+
color: rgb(var(--color-rose-800) / var(--tw-text-opacity));
|
|
2015
|
+
}
|
|
2016
|
+
.ups-db .text-rose-900 {
|
|
2017
|
+
--tw-text-opacity: 1;
|
|
2018
|
+
color: rgb(var(--color-rose-900) / var(--tw-text-opacity));
|
|
1708
2019
|
}
|
|
1709
2020
|
.ups-db .text-sky-800 {
|
|
1710
2021
|
--tw-text-opacity: 1;
|
|
1711
|
-
color: rgb(var(--color-sky-800) / var(--tw-text-opacity
|
|
2022
|
+
color: rgb(var(--color-sky-800) / var(--tw-text-opacity));
|
|
1712
2023
|
}
|
|
1713
2024
|
.ups-db .text-sky-900 {
|
|
1714
2025
|
--tw-text-opacity: 1;
|
|
1715
|
-
color: rgb(var(--color-sky-900) / var(--tw-text-opacity
|
|
2026
|
+
color: rgb(var(--color-sky-900) / var(--tw-text-opacity));
|
|
2027
|
+
}
|
|
2028
|
+
.ups-db .text-transparent {
|
|
2029
|
+
color: transparent;
|
|
1716
2030
|
}
|
|
1717
2031
|
.ups-db .text-white {
|
|
1718
2032
|
--tw-text-opacity: 1;
|
|
1719
|
-
color: rgb(var(--color-white) / var(--tw-text-opacity
|
|
2033
|
+
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
1720
2034
|
}
|
|
1721
2035
|
.ups-db .text-zinc-300 {
|
|
1722
2036
|
--tw-text-opacity: 1;
|
|
1723
|
-
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity
|
|
2037
|
+
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity));
|
|
1724
2038
|
}
|
|
1725
2039
|
.ups-db .text-zinc-400 {
|
|
1726
2040
|
--tw-text-opacity: 1;
|
|
1727
|
-
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity
|
|
2041
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
1728
2042
|
}
|
|
1729
2043
|
.ups-db .text-zinc-50 {
|
|
1730
2044
|
--tw-text-opacity: 1;
|
|
1731
|
-
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity
|
|
2045
|
+
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity));
|
|
1732
2046
|
}
|
|
1733
2047
|
.ups-db .text-zinc-500 {
|
|
1734
2048
|
--tw-text-opacity: 1;
|
|
1735
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2049
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
1736
2050
|
}
|
|
1737
2051
|
.ups-db .text-zinc-600 {
|
|
1738
2052
|
--tw-text-opacity: 1;
|
|
1739
|
-
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity
|
|
2053
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
1740
2054
|
}
|
|
1741
2055
|
.ups-db .text-zinc-700 {
|
|
1742
2056
|
--tw-text-opacity: 1;
|
|
1743
|
-
color: rgb(var(--color-zinc-700) / var(--tw-text-opacity
|
|
2057
|
+
color: rgb(var(--color-zinc-700) / var(--tw-text-opacity));
|
|
1744
2058
|
}
|
|
1745
2059
|
.ups-db .text-zinc-900 {
|
|
1746
2060
|
--tw-text-opacity: 1;
|
|
1747
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2061
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
1748
2062
|
}
|
|
1749
2063
|
.ups-db .text-zinc-950 {
|
|
1750
2064
|
--tw-text-opacity: 1;
|
|
1751
|
-
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity
|
|
2065
|
+
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity));
|
|
1752
2066
|
}
|
|
1753
2067
|
.ups-db .text-zinc-950\/50 {
|
|
1754
2068
|
color: rgb(var(--color-zinc-950) / 0.5);
|
|
1755
2069
|
}
|
|
2070
|
+
.ups-db .underline {
|
|
2071
|
+
text-decoration-line: underline;
|
|
2072
|
+
}
|
|
2073
|
+
.ups-db .underline-offset-2 {
|
|
2074
|
+
text-underline-offset: 2px;
|
|
2075
|
+
}
|
|
1756
2076
|
.ups-db .underline-offset-4 {
|
|
1757
2077
|
text-underline-offset: 4px;
|
|
1758
2078
|
}
|
|
@@ -1766,6 +2086,9 @@
|
|
|
1766
2086
|
.ups-db .opacity-100 {
|
|
1767
2087
|
opacity: 1;
|
|
1768
2088
|
}
|
|
2089
|
+
.ups-db .opacity-30 {
|
|
2090
|
+
opacity: 0.3;
|
|
2091
|
+
}
|
|
1769
2092
|
.ups-db .opacity-50 {
|
|
1770
2093
|
opacity: 0.5;
|
|
1771
2094
|
}
|
|
@@ -1786,6 +2109,14 @@
|
|
|
1786
2109
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1787
2110
|
var(--tw-shadow);
|
|
1788
2111
|
}
|
|
2112
|
+
.ups-db .shadow-\[0_1px_1px_0_rgba\(0\,0\,0\,0\.10\)\] {
|
|
2113
|
+
--tw-shadow: 0 1px 1px 0 rgba(0,0,0,0.10);
|
|
2114
|
+
--tw-shadow-colored: 0 1px 1px 0 var(--tw-shadow-color);
|
|
2115
|
+
box-shadow:
|
|
2116
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2117
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
2118
|
+
var(--tw-shadow);
|
|
2119
|
+
}
|
|
1789
2120
|
.ups-db .shadow-lg {
|
|
1790
2121
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1791
2122
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1837,9 +2168,22 @@
|
|
|
1837
2168
|
}
|
|
1838
2169
|
.ups-db .backdrop-blur-sm {
|
|
1839
2170
|
--tw-backdrop-blur: blur(4px);
|
|
2171
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1840
2172
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1841
2173
|
}
|
|
1842
2174
|
.ups-db .transition {
|
|
2175
|
+
transition-property:
|
|
2176
|
+
color,
|
|
2177
|
+
background-color,
|
|
2178
|
+
border-color,
|
|
2179
|
+
text-decoration-color,
|
|
2180
|
+
fill,
|
|
2181
|
+
stroke,
|
|
2182
|
+
opacity,
|
|
2183
|
+
box-shadow,
|
|
2184
|
+
transform,
|
|
2185
|
+
filter,
|
|
2186
|
+
-webkit-backdrop-filter;
|
|
1843
2187
|
transition-property:
|
|
1844
2188
|
color,
|
|
1845
2189
|
background-color,
|
|
@@ -1852,6 +2196,19 @@
|
|
|
1852
2196
|
transform,
|
|
1853
2197
|
filter,
|
|
1854
2198
|
backdrop-filter;
|
|
2199
|
+
transition-property:
|
|
2200
|
+
color,
|
|
2201
|
+
background-color,
|
|
2202
|
+
border-color,
|
|
2203
|
+
text-decoration-color,
|
|
2204
|
+
fill,
|
|
2205
|
+
stroke,
|
|
2206
|
+
opacity,
|
|
2207
|
+
box-shadow,
|
|
2208
|
+
transform,
|
|
2209
|
+
filter,
|
|
2210
|
+
backdrop-filter,
|
|
2211
|
+
-webkit-backdrop-filter;
|
|
1855
2212
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1856
2213
|
transition-duration: 150ms;
|
|
1857
2214
|
}
|
|
@@ -1876,9 +2233,20 @@
|
|
|
1876
2233
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1877
2234
|
transition-duration: 150ms;
|
|
1878
2235
|
}
|
|
2236
|
+
.ups-db .transition-transform {
|
|
2237
|
+
transition-property: transform;
|
|
2238
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2239
|
+
transition-duration: 150ms;
|
|
2240
|
+
}
|
|
2241
|
+
.ups-db .duration-100 {
|
|
2242
|
+
transition-duration: 100ms;
|
|
2243
|
+
}
|
|
1879
2244
|
.ups-db .duration-200 {
|
|
1880
2245
|
transition-duration: 200ms;
|
|
1881
2246
|
}
|
|
2247
|
+
.ups-db .ease-out {
|
|
2248
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2249
|
+
}
|
|
1882
2250
|
@keyframes enter {
|
|
1883
2251
|
from {
|
|
1884
2252
|
opacity: var(--tw-enter-opacity, 1);
|
|
@@ -1906,9 +2274,15 @@
|
|
|
1906
2274
|
.ups-db .zoom-in-95 {
|
|
1907
2275
|
--tw-enter-scale: .95;
|
|
1908
2276
|
}
|
|
2277
|
+
.ups-db .duration-100 {
|
|
2278
|
+
animation-duration: 100ms;
|
|
2279
|
+
}
|
|
1909
2280
|
.ups-db .duration-200 {
|
|
1910
2281
|
animation-duration: 200ms;
|
|
1911
2282
|
}
|
|
2283
|
+
.ups-db .ease-out {
|
|
2284
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2285
|
+
}
|
|
1912
2286
|
.ups-db .tabs-shadow-left {
|
|
1913
2287
|
background:
|
|
1914
2288
|
linear-gradient(
|
|
@@ -1924,10 +2298,10 @@
|
|
|
1924
2298
|
rgba(0, 0, 0, 0));
|
|
1925
2299
|
}
|
|
1926
2300
|
.ups-db svg.tabler-icon {
|
|
1927
|
-
stroke-width:
|
|
2301
|
+
stroke-width: 2 !important;
|
|
1928
2302
|
}
|
|
1929
2303
|
.ups-db .mtk5 {
|
|
1930
|
-
color:
|
|
2304
|
+
color: rgb(var(--color-emerald-700)) !important;
|
|
1931
2305
|
}
|
|
1932
2306
|
.ups-db .mtk6 {
|
|
1933
2307
|
color: #a626a4 !important;
|
|
@@ -1952,6 +2326,26 @@
|
|
|
1952
2326
|
.ups-db .monaco-editor {
|
|
1953
2327
|
--vscode-focusBorder: #0000 !important;
|
|
1954
2328
|
}
|
|
2329
|
+
.ups-db .dropping .drag-overlay-bg {
|
|
2330
|
+
animation: fadeOutBg 200ms ease-out forwards;
|
|
2331
|
+
}
|
|
2332
|
+
@keyframes fadeOutBg {
|
|
2333
|
+
0% {
|
|
2334
|
+
opacity: 1;
|
|
2335
|
+
border-color: rgb(212, 212, 216);
|
|
2336
|
+
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
2337
|
+
visibility: visible;
|
|
2338
|
+
}
|
|
2339
|
+
99% {
|
|
2340
|
+
visibility: visible;
|
|
2341
|
+
}
|
|
2342
|
+
100% {
|
|
2343
|
+
opacity: 0;
|
|
2344
|
+
border-color: transparent;
|
|
2345
|
+
box-shadow: none;
|
|
2346
|
+
visibility: hidden;
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
1955
2349
|
.ups-db .file\:border-0::file-selector-button {
|
|
1956
2350
|
border-width: 0px;
|
|
1957
2351
|
}
|
|
@@ -1965,61 +2359,84 @@
|
|
|
1965
2359
|
.ups-db .file\:font-medium::file-selector-button {
|
|
1966
2360
|
font-weight: 500;
|
|
1967
2361
|
}
|
|
2362
|
+
.ups-db .placeholder\:text-zinc-400::-moz-placeholder {
|
|
2363
|
+
--tw-text-opacity: 1;
|
|
2364
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2365
|
+
}
|
|
2366
|
+
.ups-db .placeholder\:text-zinc-400::placeholder {
|
|
2367
|
+
--tw-text-opacity: 1;
|
|
2368
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2369
|
+
}
|
|
1968
2370
|
.ups-db .placeholder\:text-zinc-500::-moz-placeholder {
|
|
1969
2371
|
--tw-text-opacity: 1;
|
|
1970
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2372
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
1971
2373
|
}
|
|
1972
2374
|
.ups-db .placeholder\:text-zinc-500::placeholder {
|
|
1973
2375
|
--tw-text-opacity: 1;
|
|
1974
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2376
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
1975
2377
|
}
|
|
1976
2378
|
.ups-db .hover\:bg-black\/10:hover {
|
|
1977
2379
|
background-color: rgb(var(--color-black) / 0.1);
|
|
1978
2380
|
}
|
|
1979
|
-
.ups-db .hover\:bg-
|
|
2381
|
+
.ups-db .hover\:bg-emerald-100:hover {
|
|
1980
2382
|
--tw-bg-opacity: 1;
|
|
1981
|
-
background-color: rgb(var(--color-
|
|
2383
|
+
background-color: rgb(var(--color-emerald-100) / var(--tw-bg-opacity));
|
|
1982
2384
|
}
|
|
1983
2385
|
.ups-db .hover\:bg-emerald-600:hover {
|
|
1984
2386
|
--tw-bg-opacity: 1;
|
|
1985
|
-
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity
|
|
2387
|
+
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity));
|
|
1986
2388
|
}
|
|
1987
2389
|
.ups-db .hover\:bg-red-500\/90:hover {
|
|
1988
2390
|
background-color: rgb(var(--color-red-500) / 0.9);
|
|
1989
2391
|
}
|
|
1990
2392
|
.ups-db .hover\:bg-red-600:hover {
|
|
1991
2393
|
--tw-bg-opacity: 1;
|
|
1992
|
-
background-color: rgb(var(--color-red-600) / var(--tw-bg-opacity
|
|
2394
|
+
background-color: rgb(var(--color-red-600) / var(--tw-bg-opacity));
|
|
1993
2395
|
}
|
|
1994
2396
|
.ups-db .hover\:bg-white\/70:hover {
|
|
1995
2397
|
background-color: rgb(var(--color-white) / 0.7);
|
|
1996
2398
|
}
|
|
1997
2399
|
.ups-db .hover\:bg-zinc-100:hover {
|
|
1998
2400
|
--tw-bg-opacity: 1;
|
|
1999
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2401
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2000
2402
|
}
|
|
2001
2403
|
.ups-db .hover\:bg-zinc-100\/80:hover {
|
|
2002
2404
|
background-color: rgb(var(--color-zinc-100) / 0.8);
|
|
2003
2405
|
}
|
|
2406
|
+
.ups-db .hover\:bg-zinc-300\/10:hover {
|
|
2407
|
+
background-color: rgb(var(--color-zinc-300) / 0.1);
|
|
2408
|
+
}
|
|
2004
2409
|
.ups-db .hover\:bg-zinc-50:hover {
|
|
2005
2410
|
--tw-bg-opacity: 1;
|
|
2006
|
-
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity
|
|
2411
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
2412
|
+
}
|
|
2413
|
+
.ups-db .hover\:bg-zinc-800:hover {
|
|
2414
|
+
--tw-bg-opacity: 1;
|
|
2415
|
+
background-color: rgb(var(--color-zinc-800) / var(--tw-bg-opacity));
|
|
2007
2416
|
}
|
|
2008
|
-
.ups-db .hover\:text-
|
|
2417
|
+
.ups-db .hover\:text-red-500:hover {
|
|
2009
2418
|
--tw-text-opacity: 1;
|
|
2010
|
-
color: rgb(var(--color-
|
|
2419
|
+
color: rgb(var(--color-red-500) / var(--tw-text-opacity));
|
|
2011
2420
|
}
|
|
2012
2421
|
.ups-db .hover\:text-zinc-500:hover {
|
|
2013
2422
|
--tw-text-opacity: 1;
|
|
2014
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2423
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2424
|
+
}
|
|
2425
|
+
.ups-db .hover\:text-zinc-600:hover {
|
|
2426
|
+
--tw-text-opacity: 1;
|
|
2427
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
2428
|
+
}
|
|
2429
|
+
.ups-db .hover\:text-zinc-700:hover {
|
|
2430
|
+
--tw-text-opacity: 1;
|
|
2431
|
+
color: rgb(var(--color-zinc-700) / var(--tw-text-opacity));
|
|
2015
2432
|
}
|
|
2016
2433
|
.ups-db .hover\:text-zinc-900:hover {
|
|
2017
2434
|
--tw-text-opacity: 1;
|
|
2018
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2435
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2019
2436
|
}
|
|
2020
2437
|
.ups-db .hover\:text-zinc-950:hover {
|
|
2021
2438
|
--tw-text-opacity: 1;
|
|
2022
|
-
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity
|
|
2439
|
+
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity));
|
|
2023
2440
|
}
|
|
2024
2441
|
.ups-db .hover\:underline:hover {
|
|
2025
2442
|
text-decoration-line: underline;
|
|
@@ -2027,21 +2444,25 @@
|
|
|
2027
2444
|
.ups-db .hover\:opacity-100:hover {
|
|
2028
2445
|
opacity: 1;
|
|
2029
2446
|
}
|
|
2447
|
+
.ups-db .focus\:border-zinc-400:focus {
|
|
2448
|
+
--tw-border-opacity: 1;
|
|
2449
|
+
border-color: rgb(var(--color-zinc-400) / var(--tw-border-opacity));
|
|
2450
|
+
}
|
|
2030
2451
|
.ups-db .focus\:bg-red-500:focus {
|
|
2031
2452
|
--tw-bg-opacity: 1;
|
|
2032
|
-
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity
|
|
2453
|
+
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
2033
2454
|
}
|
|
2034
2455
|
.ups-db .focus\:bg-zinc-100:focus {
|
|
2035
2456
|
--tw-bg-opacity: 1;
|
|
2036
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2457
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2037
2458
|
}
|
|
2038
2459
|
.ups-db .focus\:text-white:focus {
|
|
2039
2460
|
--tw-text-opacity: 1;
|
|
2040
|
-
color: rgb(var(--color-white) / var(--tw-text-opacity
|
|
2461
|
+
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
2041
2462
|
}
|
|
2042
2463
|
.ups-db .focus\:text-zinc-900:focus {
|
|
2043
2464
|
--tw-text-opacity: 1;
|
|
2044
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2465
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2045
2466
|
}
|
|
2046
2467
|
.ups-db .focus\:opacity-100:focus {
|
|
2047
2468
|
opacity: 1;
|
|
@@ -2068,14 +2489,14 @@
|
|
|
2068
2489
|
}
|
|
2069
2490
|
.ups-db .focus\:ring-zinc-950:focus {
|
|
2070
2491
|
--tw-ring-opacity: 1;
|
|
2071
|
-
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity
|
|
2492
|
+
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity));
|
|
2072
2493
|
}
|
|
2073
2494
|
.ups-db .focus\:ring-offset-2:focus {
|
|
2074
2495
|
--tw-ring-offset-width: 2px;
|
|
2075
2496
|
}
|
|
2076
2497
|
.ups-db .focus-visible\:bg-zinc-50:focus-visible {
|
|
2077
2498
|
--tw-bg-opacity: 1;
|
|
2078
|
-
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity
|
|
2499
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
2079
2500
|
}
|
|
2080
2501
|
.ups-db .focus-visible\:outline-none:focus-visible {
|
|
2081
2502
|
outline: 2px solid transparent;
|
|
@@ -2091,7 +2512,7 @@
|
|
|
2091
2512
|
}
|
|
2092
2513
|
.ups-db .focus-visible\:ring-zinc-950:focus-visible {
|
|
2093
2514
|
--tw-ring-opacity: 1;
|
|
2094
|
-
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity
|
|
2515
|
+
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity));
|
|
2095
2516
|
}
|
|
2096
2517
|
.ups-db .focus-visible\:ring-offset-2:focus-visible {
|
|
2097
2518
|
--tw-ring-offset-width: 2px;
|
|
@@ -2108,9 +2529,19 @@
|
|
|
2108
2529
|
.ups-db .group\/editor:hover .group-hover\/editor\:flex {
|
|
2109
2530
|
display: flex;
|
|
2110
2531
|
}
|
|
2111
|
-
.ups-db .group:hover .group-hover\:
|
|
2112
|
-
--tw-
|
|
2113
|
-
|
|
2532
|
+
.ups-db .group\/condition:hover .group-hover\/condition\:translate-x-0 {
|
|
2533
|
+
--tw-translate-x: 0px;
|
|
2534
|
+
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));
|
|
2535
|
+
}
|
|
2536
|
+
.ups-db .group\/group:hover .group-hover\/group\:translate-x-0 {
|
|
2537
|
+
--tw-translate-x: 0px;
|
|
2538
|
+
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));
|
|
2539
|
+
}
|
|
2540
|
+
.ups-db .group\/condition:hover .group-hover\/condition\:opacity-100 {
|
|
2541
|
+
opacity: 1;
|
|
2542
|
+
}
|
|
2543
|
+
.ups-db .group\/group:hover .group-hover\/group\:opacity-100 {
|
|
2544
|
+
opacity: 1;
|
|
2114
2545
|
}
|
|
2115
2546
|
.ups-db .group:hover .group-hover\:opacity-100 {
|
|
2116
2547
|
opacity: 1;
|
|
@@ -2120,30 +2551,30 @@
|
|
|
2120
2551
|
}
|
|
2121
2552
|
.ups-db .group.destructive .group-\[\.destructive\]\:text-red-300 {
|
|
2122
2553
|
--tw-text-opacity: 1;
|
|
2123
|
-
color: rgb(var(--color-red-300) / var(--tw-text-opacity
|
|
2554
|
+
color: rgb(var(--color-red-300) / var(--tw-text-opacity));
|
|
2124
2555
|
}
|
|
2125
2556
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:border-red-500\/30:hover {
|
|
2126
2557
|
border-color: rgb(var(--color-red-500) / 0.3);
|
|
2127
2558
|
}
|
|
2128
2559
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:bg-red-500:hover {
|
|
2129
2560
|
--tw-bg-opacity: 1;
|
|
2130
|
-
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity
|
|
2561
|
+
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
2131
2562
|
}
|
|
2132
2563
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
|
|
2133
2564
|
--tw-text-opacity: 1;
|
|
2134
|
-
color: rgb(var(--color-red-50) / var(--tw-text-opacity
|
|
2565
|
+
color: rgb(var(--color-red-50) / var(--tw-text-opacity));
|
|
2135
2566
|
}
|
|
2136
2567
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:text-zinc-50:hover {
|
|
2137
2568
|
--tw-text-opacity: 1;
|
|
2138
|
-
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity
|
|
2569
|
+
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity));
|
|
2139
2570
|
}
|
|
2140
2571
|
.ups-db .group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
|
|
2141
2572
|
--tw-ring-opacity: 1;
|
|
2142
|
-
--tw-ring-color: rgb(var(--color-red-400) / var(--tw-ring-opacity
|
|
2573
|
+
--tw-ring-color: rgb(var(--color-red-400) / var(--tw-ring-opacity));
|
|
2143
2574
|
}
|
|
2144
2575
|
.ups-db .group.destructive .group-\[\.destructive\]\:focus\:ring-red-500:focus {
|
|
2145
2576
|
--tw-ring-opacity: 1;
|
|
2146
|
-
--tw-ring-color: rgb(var(--color-red-500) / var(--tw-ring-opacity
|
|
2577
|
+
--tw-ring-color: rgb(var(--color-red-500) / var(--tw-ring-opacity));
|
|
2147
2578
|
}
|
|
2148
2579
|
.ups-db .group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
|
|
2149
2580
|
--tw-ring-offset-color: rgb(var(--color-red-600) / 1);
|
|
@@ -2154,6 +2585,13 @@
|
|
|
2154
2585
|
.ups-db .peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
2155
2586
|
opacity: 0.7;
|
|
2156
2587
|
}
|
|
2588
|
+
.ups-db .has-\[\[data-state\=open\]\]\:translate-x-0:has([data-state=open]) {
|
|
2589
|
+
--tw-translate-x: 0px;
|
|
2590
|
+
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));
|
|
2591
|
+
}
|
|
2592
|
+
.ups-db .has-\[\[data-state\=open\]\]\:opacity-100:has([data-state=open]) {
|
|
2593
|
+
opacity: 1;
|
|
2594
|
+
}
|
|
2157
2595
|
.ups-db .data-\[disabled\=true\]\:pointer-events-none[data-disabled=true] {
|
|
2158
2596
|
pointer-events: none;
|
|
2159
2597
|
}
|
|
@@ -2190,23 +2628,23 @@
|
|
|
2190
2628
|
}
|
|
2191
2629
|
.ups-db .data-\[selected\=true\]\:bg-zinc-100[data-selected=true] {
|
|
2192
2630
|
--tw-bg-opacity: 1;
|
|
2193
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2631
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2194
2632
|
}
|
|
2195
2633
|
.ups-db .data-\[state\=open\]\:bg-zinc-100[data-state=open] {
|
|
2196
2634
|
--tw-bg-opacity: 1;
|
|
2197
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2635
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2198
2636
|
}
|
|
2199
2637
|
.ups-db .data-\[selected\=true\]\:text-zinc-900[data-selected=true] {
|
|
2200
2638
|
--tw-text-opacity: 1;
|
|
2201
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2639
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2202
2640
|
}
|
|
2203
2641
|
.ups-db .data-\[state\=open\]\:text-zinc-500[data-state=open] {
|
|
2204
2642
|
--tw-text-opacity: 1;
|
|
2205
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2643
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2206
2644
|
}
|
|
2207
2645
|
.ups-db .data-\[state\=open\]\:text-zinc-900[data-state=open] {
|
|
2208
2646
|
--tw-text-opacity: 1;
|
|
2209
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2647
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2210
2648
|
}
|
|
2211
2649
|
.ups-db .data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2212
2650
|
opacity: 0.5;
|
|
@@ -2286,25 +2724,57 @@
|
|
|
2286
2724
|
.ups-db .data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
|
|
2287
2725
|
--tw-enter-translate-y: -100%;
|
|
2288
2726
|
}
|
|
2727
|
+
.ups-db .dark\:border-zinc-700:is(.dark *) {
|
|
2728
|
+
--tw-border-opacity: 1;
|
|
2729
|
+
border-color: rgb(var(--color-zinc-700) / var(--tw-border-opacity));
|
|
2730
|
+
}
|
|
2289
2731
|
.ups-db .dark\:border-b-zinc-200:is(.dark *) {
|
|
2290
2732
|
--tw-border-opacity: 1;
|
|
2291
|
-
border-bottom-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity
|
|
2733
|
+
border-bottom-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
2734
|
+
}
|
|
2735
|
+
.ups-db .dark\:bg-zinc-100:is(.dark *) {
|
|
2736
|
+
--tw-bg-opacity: 1;
|
|
2737
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2292
2738
|
}
|
|
2293
2739
|
.ups-db .dark\:bg-zinc-200:is(.dark *) {
|
|
2294
2740
|
--tw-bg-opacity: 1;
|
|
2295
|
-
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity
|
|
2741
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2742
|
+
}
|
|
2743
|
+
.ups-db .dark\:bg-zinc-700:is(.dark *) {
|
|
2744
|
+
--tw-bg-opacity: 1;
|
|
2745
|
+
background-color: rgb(var(--color-zinc-700) / var(--tw-bg-opacity));
|
|
2746
|
+
}
|
|
2747
|
+
.ups-db .dark\:bg-zinc-800:is(.dark *) {
|
|
2748
|
+
--tw-bg-opacity: 1;
|
|
2749
|
+
background-color: rgb(var(--color-zinc-800) / var(--tw-bg-opacity));
|
|
2750
|
+
}
|
|
2751
|
+
.ups-db .dark\:text-red-400:is(.dark *) {
|
|
2752
|
+
--tw-text-opacity: 1;
|
|
2753
|
+
color: rgb(var(--color-red-400) / var(--tw-text-opacity));
|
|
2754
|
+
}
|
|
2755
|
+
.ups-db .dark\:text-zinc-100:is(.dark *) {
|
|
2756
|
+
--tw-text-opacity: 1;
|
|
2757
|
+
color: rgb(var(--color-zinc-100) / var(--tw-text-opacity));
|
|
2758
|
+
}
|
|
2759
|
+
.ups-db .dark\:text-zinc-300:is(.dark *) {
|
|
2760
|
+
--tw-text-opacity: 1;
|
|
2761
|
+
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity));
|
|
2296
2762
|
}
|
|
2297
2763
|
.ups-db .dark\:text-zinc-400:is(.dark *) {
|
|
2298
2764
|
--tw-text-opacity: 1;
|
|
2299
|
-
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity
|
|
2765
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2766
|
+
}
|
|
2767
|
+
.ups-db .dark\:text-zinc-500:is(.dark *) {
|
|
2768
|
+
--tw-text-opacity: 1;
|
|
2769
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2300
2770
|
}
|
|
2301
2771
|
.ups-db .dark\:text-zinc-600:is(.dark *) {
|
|
2302
2772
|
--tw-text-opacity: 1;
|
|
2303
|
-
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity
|
|
2773
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
2304
2774
|
}
|
|
2305
2775
|
.ups-db .dark\:hover\:bg-zinc-200:hover:is(.dark *) {
|
|
2306
2776
|
--tw-bg-opacity: 1;
|
|
2307
|
-
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity
|
|
2777
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2308
2778
|
}
|
|
2309
2779
|
@media (min-width: 640px) {
|
|
2310
2780
|
.ups-db .sm\:\!mt-0 {
|
|
@@ -2355,6 +2825,17 @@
|
|
|
2355
2825
|
.ups-db .\[\&\>svg\]\:shrink-0 > svg {
|
|
2356
2826
|
flex-shrink: 0;
|
|
2357
2827
|
}
|
|
2828
|
+
.ups-db .\[\&\>svg\]\:text-zinc-400 > svg {
|
|
2829
|
+
--tw-text-opacity: 1;
|
|
2830
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2831
|
+
}
|
|
2832
|
+
.ups-db .\[\&_\.current-line\]\:\!border-none .current-line {
|
|
2833
|
+
border-style: none !important;
|
|
2834
|
+
}
|
|
2835
|
+
.ups-db .\[\&_\.current-line\]\:\!bg-emerald-50 .current-line {
|
|
2836
|
+
--tw-bg-opacity: 1 !important;
|
|
2837
|
+
background-color: rgb(var(--color-emerald-50) / var(--tw-bg-opacity)) !important;
|
|
2838
|
+
}
|
|
2358
2839
|
.ups-db .\[\&_\.monaco-editor-background\]\:\!bg-transparent .monaco-editor-background {
|
|
2359
2840
|
background-color: transparent !important;
|
|
2360
2841
|
}
|
|
@@ -2378,7 +2859,7 @@
|
|
|
2378
2859
|
}
|
|
2379
2860
|
.ups-db .\[\&_\[cmdk-group-heading\]\]\:text-zinc-500 [cmdk-group-heading] {
|
|
2380
2861
|
--tw-text-opacity: 1;
|
|
2381
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2862
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2382
2863
|
}
|
|
2383
2864
|
.ups-db .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
|
|
2384
2865
|
padding-left: 0.5rem;
|
|
@@ -2407,6 +2888,9 @@
|
|
|
2407
2888
|
.ups-db .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
2408
2889
|
width: 1.25rem;
|
|
2409
2890
|
}
|
|
2891
|
+
.ups-db .\[\&_\[role\=\'presentation\'\]\]\:\!bg-transparent [role=presentation] {
|
|
2892
|
+
background-color: transparent !important;
|
|
2893
|
+
}
|
|
2410
2894
|
.ups-db .\[\&_svg\]\:size-4 svg {
|
|
2411
2895
|
width: 1rem;
|
|
2412
2896
|
height: 1rem;
|