@upstash/react-redis-browser 0.2.13 → 0.2.14-rc.10
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 +696 -140
- package/dist/index.d.mts +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.js +8184 -3796
- package/dist/index.mjs +8023 -3635
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -789,6 +789,15 @@
|
|
|
789
789
|
.ups-db .visible {
|
|
790
790
|
visibility: visible;
|
|
791
791
|
}
|
|
792
|
+
.ups-db .invisible {
|
|
793
|
+
visibility: hidden;
|
|
794
|
+
}
|
|
795
|
+
.ups-db .collapse {
|
|
796
|
+
visibility: collapse;
|
|
797
|
+
}
|
|
798
|
+
.ups-db .static {
|
|
799
|
+
position: static;
|
|
800
|
+
}
|
|
792
801
|
.ups-db .fixed {
|
|
793
802
|
position: fixed;
|
|
794
803
|
}
|
|
@@ -801,6 +810,12 @@
|
|
|
801
810
|
.ups-db .inset-0 {
|
|
802
811
|
inset: 0px;
|
|
803
812
|
}
|
|
813
|
+
.ups-db .-bottom-1 {
|
|
814
|
+
bottom: -0.25rem;
|
|
815
|
+
}
|
|
816
|
+
.ups-db .-top-1 {
|
|
817
|
+
top: -0.25rem;
|
|
818
|
+
}
|
|
804
819
|
.ups-db .bottom-0 {
|
|
805
820
|
bottom: 0px;
|
|
806
821
|
}
|
|
@@ -852,6 +867,9 @@
|
|
|
852
867
|
.ups-db .z-\[100\] {
|
|
853
868
|
z-index: 100;
|
|
854
869
|
}
|
|
870
|
+
.ups-db .col-span-2 {
|
|
871
|
+
grid-column: span 2 / span 2;
|
|
872
|
+
}
|
|
855
873
|
.ups-db .-mx-1 {
|
|
856
874
|
margin-left: -0.25rem;
|
|
857
875
|
margin-right: -0.25rem;
|
|
@@ -860,9 +878,13 @@
|
|
|
860
878
|
margin-top: -1px;
|
|
861
879
|
margin-bottom: -1px;
|
|
862
880
|
}
|
|
863
|
-
.ups-db .mx
|
|
864
|
-
margin-left:
|
|
865
|
-
margin-right:
|
|
881
|
+
.ups-db .mx-\[13px\] {
|
|
882
|
+
margin-left: 13px;
|
|
883
|
+
margin-right: 13px;
|
|
884
|
+
}
|
|
885
|
+
.ups-db .mx-\[2px\] {
|
|
886
|
+
margin-left: 2px;
|
|
887
|
+
margin-right: 2px;
|
|
866
888
|
}
|
|
867
889
|
.ups-db .mx-auto {
|
|
868
890
|
margin-left: auto;
|
|
@@ -872,6 +894,15 @@
|
|
|
872
894
|
margin-top: 0.25rem;
|
|
873
895
|
margin-bottom: 0.25rem;
|
|
874
896
|
}
|
|
897
|
+
.ups-db .-mt-1 {
|
|
898
|
+
margin-top: -0.25rem;
|
|
899
|
+
}
|
|
900
|
+
.ups-db .mb-1 {
|
|
901
|
+
margin-bottom: 0.25rem;
|
|
902
|
+
}
|
|
903
|
+
.ups-db .mb-1\.5 {
|
|
904
|
+
margin-bottom: 0.375rem;
|
|
905
|
+
}
|
|
875
906
|
.ups-db .mb-2 {
|
|
876
907
|
margin-bottom: 0.5rem;
|
|
877
908
|
}
|
|
@@ -881,24 +912,39 @@
|
|
|
881
912
|
.ups-db .mb-4 {
|
|
882
913
|
margin-bottom: 1rem;
|
|
883
914
|
}
|
|
915
|
+
.ups-db .mb-6 {
|
|
916
|
+
margin-bottom: 1.5rem;
|
|
917
|
+
}
|
|
884
918
|
.ups-db .ml-1 {
|
|
885
919
|
margin-left: 0.25rem;
|
|
886
920
|
}
|
|
887
921
|
.ups-db .ml-2 {
|
|
888
922
|
margin-left: 0.5rem;
|
|
889
923
|
}
|
|
924
|
+
.ups-db .ml-\[15px\] {
|
|
925
|
+
margin-left: 15px;
|
|
926
|
+
}
|
|
890
927
|
.ups-db .ml-auto {
|
|
891
928
|
margin-left: auto;
|
|
892
929
|
}
|
|
930
|
+
.ups-db .mr-1 {
|
|
931
|
+
margin-right: 0.25rem;
|
|
932
|
+
}
|
|
893
933
|
.ups-db .mr-2 {
|
|
894
934
|
margin-right: 0.5rem;
|
|
895
935
|
}
|
|
896
936
|
.ups-db .mt-0\.5 {
|
|
897
937
|
margin-top: 0.125rem;
|
|
898
938
|
}
|
|
939
|
+
.ups-db .mt-1 {
|
|
940
|
+
margin-top: 0.25rem;
|
|
941
|
+
}
|
|
899
942
|
.ups-db .mt-2 {
|
|
900
943
|
margin-top: 0.5rem;
|
|
901
944
|
}
|
|
945
|
+
.ups-db .mt-3 {
|
|
946
|
+
margin-top: 0.75rem;
|
|
947
|
+
}
|
|
902
948
|
.ups-db .mt-4 {
|
|
903
949
|
margin-top: 1rem;
|
|
904
950
|
}
|
|
@@ -911,12 +957,12 @@
|
|
|
911
957
|
.ups-db .mt-\[150px\] {
|
|
912
958
|
margin-top: 150px;
|
|
913
959
|
}
|
|
914
|
-
.ups-db .mt-\[1px\] {
|
|
915
|
-
margin-top: 1px;
|
|
916
|
-
}
|
|
917
960
|
.ups-db .block {
|
|
918
961
|
display: block;
|
|
919
962
|
}
|
|
963
|
+
.ups-db .inline-block {
|
|
964
|
+
display: inline-block;
|
|
965
|
+
}
|
|
920
966
|
.ups-db .inline {
|
|
921
967
|
display: inline;
|
|
922
968
|
}
|
|
@@ -943,9 +989,15 @@
|
|
|
943
989
|
width: 1.25rem;
|
|
944
990
|
height: 1.25rem;
|
|
945
991
|
}
|
|
992
|
+
.ups-db .h-1 {
|
|
993
|
+
height: 0.25rem;
|
|
994
|
+
}
|
|
946
995
|
.ups-db .h-10 {
|
|
947
996
|
height: 2.5rem;
|
|
948
997
|
}
|
|
998
|
+
.ups-db .h-12 {
|
|
999
|
+
height: 3rem;
|
|
1000
|
+
}
|
|
949
1001
|
.ups-db .h-2 {
|
|
950
1002
|
height: 0.5rem;
|
|
951
1003
|
}
|
|
@@ -976,8 +1028,23 @@
|
|
|
976
1028
|
.ups-db .h-\[100px\] {
|
|
977
1029
|
height: 100px;
|
|
978
1030
|
}
|
|
979
|
-
.ups-db .h-\[
|
|
980
|
-
height:
|
|
1031
|
+
.ups-db .h-\[18px\] {
|
|
1032
|
+
height: 18px;
|
|
1033
|
+
}
|
|
1034
|
+
.ups-db .h-\[200px\] {
|
|
1035
|
+
height: 200px;
|
|
1036
|
+
}
|
|
1037
|
+
.ups-db .h-\[20px\] {
|
|
1038
|
+
height: 20px;
|
|
1039
|
+
}
|
|
1040
|
+
.ups-db .h-\[26px\] {
|
|
1041
|
+
height: 26px;
|
|
1042
|
+
}
|
|
1043
|
+
.ups-db .h-\[3px\] {
|
|
1044
|
+
height: 3px;
|
|
1045
|
+
}
|
|
1046
|
+
.ups-db .h-\[40px\] {
|
|
1047
|
+
height: 40px;
|
|
981
1048
|
}
|
|
982
1049
|
.ups-db .h-\[var\(--radix-select-trigger-height\)\] {
|
|
983
1050
|
height: var(--radix-select-trigger-height);
|
|
@@ -988,9 +1055,15 @@
|
|
|
988
1055
|
.ups-db .h-px {
|
|
989
1056
|
height: 1px;
|
|
990
1057
|
}
|
|
1058
|
+
.ups-db .max-h-\[200px\] {
|
|
1059
|
+
max-height: 200px;
|
|
1060
|
+
}
|
|
991
1061
|
.ups-db .max-h-\[300px\] {
|
|
992
1062
|
max-height: 300px;
|
|
993
1063
|
}
|
|
1064
|
+
.ups-db .max-h-\[40vh\] {
|
|
1065
|
+
max-height: 40vh;
|
|
1066
|
+
}
|
|
994
1067
|
.ups-db .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
995
1068
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
996
1069
|
}
|
|
@@ -1000,8 +1073,11 @@
|
|
|
1000
1073
|
.ups-db .min-h-0 {
|
|
1001
1074
|
min-height: 0px;
|
|
1002
1075
|
}
|
|
1003
|
-
.ups-db .min-h
|
|
1004
|
-
min-height:
|
|
1076
|
+
.ups-db .min-h-\[150px\] {
|
|
1077
|
+
min-height: 150px;
|
|
1078
|
+
}
|
|
1079
|
+
.ups-db .min-h-\[20px\] {
|
|
1080
|
+
min-height: 20px;
|
|
1005
1081
|
}
|
|
1006
1082
|
.ups-db .\!w-auto {
|
|
1007
1083
|
width: auto !important;
|
|
@@ -1012,9 +1088,18 @@
|
|
|
1012
1088
|
.ups-db .w-10 {
|
|
1013
1089
|
width: 2.5rem;
|
|
1014
1090
|
}
|
|
1091
|
+
.ups-db .w-12 {
|
|
1092
|
+
width: 3rem;
|
|
1093
|
+
}
|
|
1094
|
+
.ups-db .w-16 {
|
|
1095
|
+
width: 4rem;
|
|
1096
|
+
}
|
|
1015
1097
|
.ups-db .w-2 {
|
|
1016
1098
|
width: 0.5rem;
|
|
1017
1099
|
}
|
|
1100
|
+
.ups-db .w-20 {
|
|
1101
|
+
width: 5rem;
|
|
1102
|
+
}
|
|
1018
1103
|
.ups-db .w-24 {
|
|
1019
1104
|
width: 6rem;
|
|
1020
1105
|
}
|
|
@@ -1051,12 +1136,25 @@
|
|
|
1051
1136
|
.ups-db .w-\[--radix-popover-trigger-width\] {
|
|
1052
1137
|
width: var(--radix-popover-trigger-width);
|
|
1053
1138
|
}
|
|
1139
|
+
.ups-db .w-\[20px\] {
|
|
1140
|
+
width: 20px;
|
|
1141
|
+
}
|
|
1142
|
+
.ups-db .w-\[26px\] {
|
|
1143
|
+
width: 26px;
|
|
1144
|
+
}
|
|
1054
1145
|
.ups-db .w-\[300px\] {
|
|
1055
1146
|
width: 300px;
|
|
1056
1147
|
}
|
|
1148
|
+
.ups-db .w-\[3px\] {
|
|
1149
|
+
width: 3px;
|
|
1150
|
+
}
|
|
1057
1151
|
.ups-db .w-auto {
|
|
1058
1152
|
width: auto;
|
|
1059
1153
|
}
|
|
1154
|
+
.ups-db .w-fit {
|
|
1155
|
+
width: -moz-fit-content;
|
|
1156
|
+
width: fit-content;
|
|
1157
|
+
}
|
|
1060
1158
|
.ups-db .w-full {
|
|
1061
1159
|
width: 100%;
|
|
1062
1160
|
}
|
|
@@ -1066,6 +1164,9 @@
|
|
|
1066
1164
|
.ups-db .min-w-24 {
|
|
1067
1165
|
min-width: 6rem;
|
|
1068
1166
|
}
|
|
1167
|
+
.ups-db .min-w-\[140px\] {
|
|
1168
|
+
min-width: 140px;
|
|
1169
|
+
}
|
|
1069
1170
|
.ups-db .min-w-\[30px\] {
|
|
1070
1171
|
min-width: 30px;
|
|
1071
1172
|
}
|
|
@@ -1078,9 +1179,15 @@
|
|
|
1078
1179
|
.ups-db .max-w-0 {
|
|
1079
1180
|
max-width: 0px;
|
|
1080
1181
|
}
|
|
1182
|
+
.ups-db .max-w-2xl {
|
|
1183
|
+
max-width: 42rem;
|
|
1184
|
+
}
|
|
1081
1185
|
.ups-db .max-w-32 {
|
|
1082
1186
|
max-width: 8rem;
|
|
1083
1187
|
}
|
|
1188
|
+
.ups-db .max-w-4xl {
|
|
1189
|
+
max-width: 56rem;
|
|
1190
|
+
}
|
|
1084
1191
|
.ups-db .max-w-\[370px\] {
|
|
1085
1192
|
max-width: 370px;
|
|
1086
1193
|
}
|
|
@@ -1090,6 +1197,12 @@
|
|
|
1090
1197
|
.ups-db .max-w-lg {
|
|
1091
1198
|
max-width: 32rem;
|
|
1092
1199
|
}
|
|
1200
|
+
.ups-db .max-w-md {
|
|
1201
|
+
max-width: 28rem;
|
|
1202
|
+
}
|
|
1203
|
+
.ups-db .max-w-xs {
|
|
1204
|
+
max-width: 20rem;
|
|
1205
|
+
}
|
|
1093
1206
|
.ups-db .flex-1 {
|
|
1094
1207
|
flex: 1 1 0%;
|
|
1095
1208
|
}
|
|
@@ -1105,10 +1218,22 @@
|
|
|
1105
1218
|
.ups-db .origin-\[--radix-dropdown-menu-content-transform-origin\] {
|
|
1106
1219
|
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
1107
1220
|
}
|
|
1221
|
+
.ups-db .-translate-x-\[2px\] {
|
|
1222
|
+
--tw-translate-x: -2px;
|
|
1223
|
+
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));
|
|
1224
|
+
}
|
|
1108
1225
|
.ups-db .-translate-y-1\/2 {
|
|
1109
1226
|
--tw-translate-y: -50%;
|
|
1110
1227
|
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
1228
|
}
|
|
1229
|
+
.ups-db .translate-x-0 {
|
|
1230
|
+
--tw-translate-x: 0px;
|
|
1231
|
+
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));
|
|
1232
|
+
}
|
|
1233
|
+
.ups-db .translate-x-4 {
|
|
1234
|
+
--tw-translate-x: 1rem;
|
|
1235
|
+
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));
|
|
1236
|
+
}
|
|
1112
1237
|
.ups-db .translate-x-\[-50\%\] {
|
|
1113
1238
|
--tw-translate-x: -50%;
|
|
1114
1239
|
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 +1242,6 @@
|
|
|
1117
1242
|
--tw-translate-y: -50%;
|
|
1118
1243
|
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
1244
|
}
|
|
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
1245
|
.ups-db .transform {
|
|
1125
1246
|
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
1247
|
}
|
|
@@ -1160,17 +1281,31 @@
|
|
|
1160
1281
|
-moz-user-select: none;
|
|
1161
1282
|
user-select: none;
|
|
1162
1283
|
}
|
|
1284
|
+
.ups-db .resize-none {
|
|
1285
|
+
resize: none;
|
|
1286
|
+
}
|
|
1287
|
+
.ups-db .resize-y {
|
|
1288
|
+
resize: vertical;
|
|
1289
|
+
}
|
|
1163
1290
|
.ups-db .resize {
|
|
1164
1291
|
resize: both;
|
|
1165
1292
|
}
|
|
1293
|
+
.ups-db .appearance-none {
|
|
1294
|
+
-webkit-appearance: none;
|
|
1295
|
+
-moz-appearance: none;
|
|
1296
|
+
appearance: none;
|
|
1297
|
+
}
|
|
1298
|
+
.ups-db .grid-cols-4 {
|
|
1299
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1300
|
+
}
|
|
1166
1301
|
.ups-db .flex-col {
|
|
1167
1302
|
flex-direction: column;
|
|
1168
1303
|
}
|
|
1169
1304
|
.ups-db .flex-col-reverse {
|
|
1170
1305
|
flex-direction: column-reverse;
|
|
1171
1306
|
}
|
|
1172
|
-
.ups-db .
|
|
1173
|
-
|
|
1307
|
+
.ups-db .items-start {
|
|
1308
|
+
align-items: flex-start;
|
|
1174
1309
|
}
|
|
1175
1310
|
.ups-db .items-center {
|
|
1176
1311
|
align-items: center;
|
|
@@ -1199,9 +1334,15 @@
|
|
|
1199
1334
|
.ups-db .gap-2 {
|
|
1200
1335
|
gap: 0.5rem;
|
|
1201
1336
|
}
|
|
1337
|
+
.ups-db .gap-3 {
|
|
1338
|
+
gap: 0.75rem;
|
|
1339
|
+
}
|
|
1202
1340
|
.ups-db .gap-4 {
|
|
1203
1341
|
gap: 1rem;
|
|
1204
1342
|
}
|
|
1343
|
+
.ups-db .gap-8 {
|
|
1344
|
+
gap: 2rem;
|
|
1345
|
+
}
|
|
1205
1346
|
.ups-db .gap-\[2px\] {
|
|
1206
1347
|
gap: 2px;
|
|
1207
1348
|
}
|
|
@@ -1220,6 +1361,16 @@
|
|
|
1220
1361
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1221
1362
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1222
1363
|
}
|
|
1364
|
+
.ups-db .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
1365
|
+
--tw-space-y-reverse: 0;
|
|
1366
|
+
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1367
|
+
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
|
|
1368
|
+
}
|
|
1369
|
+
.ups-db .space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
1370
|
+
--tw-space-y-reverse: 0;
|
|
1371
|
+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1372
|
+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
|
|
1373
|
+
}
|
|
1223
1374
|
.ups-db .space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1224
1375
|
--tw-space-y-reverse: 0;
|
|
1225
1376
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1241,6 +1392,9 @@
|
|
|
1241
1392
|
.ups-db .overflow-visible {
|
|
1242
1393
|
overflow: visible;
|
|
1243
1394
|
}
|
|
1395
|
+
.ups-db .overflow-scroll {
|
|
1396
|
+
overflow: scroll;
|
|
1397
|
+
}
|
|
1244
1398
|
.ups-db .overflow-x-auto {
|
|
1245
1399
|
overflow-x: auto;
|
|
1246
1400
|
}
|
|
@@ -1261,9 +1415,15 @@
|
|
|
1261
1415
|
.ups-db .text-balance {
|
|
1262
1416
|
text-wrap: balance;
|
|
1263
1417
|
}
|
|
1418
|
+
.ups-db .break-words {
|
|
1419
|
+
overflow-wrap: break-word;
|
|
1420
|
+
}
|
|
1264
1421
|
.ups-db .rounded {
|
|
1265
1422
|
border-radius: 0.25rem;
|
|
1266
1423
|
}
|
|
1424
|
+
.ups-db .rounded-\[14px\] {
|
|
1425
|
+
border-radius: 14px;
|
|
1426
|
+
}
|
|
1267
1427
|
.ups-db .rounded-\[inherit\] {
|
|
1268
1428
|
border-radius: inherit;
|
|
1269
1429
|
}
|
|
@@ -1276,13 +1436,39 @@
|
|
|
1276
1436
|
.ups-db .rounded-md {
|
|
1277
1437
|
border-radius: 0.375rem;
|
|
1278
1438
|
}
|
|
1439
|
+
.ups-db .rounded-none {
|
|
1440
|
+
border-radius: 0px;
|
|
1441
|
+
}
|
|
1279
1442
|
.ups-db .rounded-sm {
|
|
1280
1443
|
border-radius: 0.125rem;
|
|
1281
1444
|
}
|
|
1445
|
+
.ups-db .rounded-xl {
|
|
1446
|
+
border-radius: 0.75rem;
|
|
1447
|
+
}
|
|
1448
|
+
.ups-db .rounded-b-lg {
|
|
1449
|
+
border-bottom-right-radius: 0.5rem;
|
|
1450
|
+
border-bottom-left-radius: 0.5rem;
|
|
1451
|
+
}
|
|
1452
|
+
.ups-db .rounded-l-lg {
|
|
1453
|
+
border-top-left-radius: 0.5rem;
|
|
1454
|
+
border-bottom-left-radius: 0.5rem;
|
|
1455
|
+
}
|
|
1456
|
+
.ups-db .rounded-l-md {
|
|
1457
|
+
border-top-left-radius: 0.375rem;
|
|
1458
|
+
border-bottom-left-radius: 0.375rem;
|
|
1459
|
+
}
|
|
1282
1460
|
.ups-db .rounded-l-none {
|
|
1283
1461
|
border-top-left-radius: 0px;
|
|
1284
1462
|
border-bottom-left-radius: 0px;
|
|
1285
1463
|
}
|
|
1464
|
+
.ups-db .rounded-r-lg {
|
|
1465
|
+
border-top-right-radius: 0.5rem;
|
|
1466
|
+
border-bottom-right-radius: 0.5rem;
|
|
1467
|
+
}
|
|
1468
|
+
.ups-db .rounded-r-md {
|
|
1469
|
+
border-top-right-radius: 0.375rem;
|
|
1470
|
+
border-bottom-right-radius: 0.375rem;
|
|
1471
|
+
}
|
|
1286
1472
|
.ups-db .rounded-r-none {
|
|
1287
1473
|
border-top-right-radius: 0px;
|
|
1288
1474
|
border-bottom-right-radius: 0px;
|
|
@@ -1294,14 +1480,20 @@
|
|
|
1294
1480
|
.ups-db .border {
|
|
1295
1481
|
border-width: 1px;
|
|
1296
1482
|
}
|
|
1483
|
+
.ups-db .border-2 {
|
|
1484
|
+
border-width: 2px;
|
|
1485
|
+
}
|
|
1486
|
+
.ups-db .border-\[4px\] {
|
|
1487
|
+
border-width: 4px;
|
|
1488
|
+
}
|
|
1297
1489
|
.ups-db .border-b {
|
|
1298
1490
|
border-bottom-width: 1px;
|
|
1299
1491
|
}
|
|
1300
1492
|
.ups-db .border-l-0 {
|
|
1301
1493
|
border-left-width: 0px;
|
|
1302
1494
|
}
|
|
1303
|
-
.ups-db .border-
|
|
1304
|
-
border-
|
|
1495
|
+
.ups-db .border-l-2 {
|
|
1496
|
+
border-left-width: 2px;
|
|
1305
1497
|
}
|
|
1306
1498
|
.ups-db .border-r-0 {
|
|
1307
1499
|
border-right-width: 0px;
|
|
@@ -1314,174 +1506,251 @@
|
|
|
1314
1506
|
}
|
|
1315
1507
|
.ups-db .border-amber-400 {
|
|
1316
1508
|
--tw-border-opacity: 1;
|
|
1317
|
-
border-color: rgb(var(--color-amber-400) / var(--tw-border-opacity
|
|
1509
|
+
border-color: rgb(var(--color-amber-400) / var(--tw-border-opacity));
|
|
1510
|
+
}
|
|
1511
|
+
.ups-db .border-blue-500 {
|
|
1512
|
+
--tw-border-opacity: 1;
|
|
1513
|
+
border-color: rgb(var(--color-blue-500) / var(--tw-border-opacity));
|
|
1318
1514
|
}
|
|
1319
1515
|
.ups-db .border-gray-400 {
|
|
1320
1516
|
--tw-border-opacity: 1;
|
|
1321
|
-
border-color: rgb(156 163 175 / var(--tw-border-opacity
|
|
1517
|
+
border-color: rgb(156 163 175 / var(--tw-border-opacity));
|
|
1322
1518
|
}
|
|
1323
1519
|
.ups-db .border-green-400 {
|
|
1324
1520
|
--tw-border-opacity: 1;
|
|
1325
|
-
border-color: rgb(var(--color-green-400) / var(--tw-border-opacity
|
|
1521
|
+
border-color: rgb(var(--color-green-400) / var(--tw-border-opacity));
|
|
1326
1522
|
}
|
|
1327
1523
|
.ups-db .border-indigo-400 {
|
|
1328
1524
|
--tw-border-opacity: 1;
|
|
1329
|
-
border-color: rgb(var(--color-indigo-400) / var(--tw-border-opacity
|
|
1525
|
+
border-color: rgb(var(--color-indigo-400) / var(--tw-border-opacity));
|
|
1330
1526
|
}
|
|
1331
1527
|
.ups-db .border-orange-400 {
|
|
1332
1528
|
--tw-border-opacity: 1;
|
|
1333
|
-
border-color: rgb(var(--color-orange-400) / var(--tw-border-opacity
|
|
1529
|
+
border-color: rgb(var(--color-orange-400) / var(--tw-border-opacity));
|
|
1334
1530
|
}
|
|
1335
1531
|
.ups-db .border-pink-400 {
|
|
1336
1532
|
--tw-border-opacity: 1;
|
|
1337
|
-
border-color: rgb(var(--color-pink-400) / var(--tw-border-opacity
|
|
1533
|
+
border-color: rgb(var(--color-pink-400) / var(--tw-border-opacity));
|
|
1338
1534
|
}
|
|
1339
1535
|
.ups-db .border-purple-400 {
|
|
1340
1536
|
--tw-border-opacity: 1;
|
|
1341
|
-
border-color: rgb(var(--color-purple-400) / var(--tw-border-opacity
|
|
1537
|
+
border-color: rgb(var(--color-purple-400) / var(--tw-border-opacity));
|
|
1342
1538
|
}
|
|
1343
1539
|
.ups-db .border-red-400 {
|
|
1344
1540
|
--tw-border-opacity: 1;
|
|
1345
|
-
border-color: rgb(var(--color-red-400) / var(--tw-border-opacity
|
|
1541
|
+
border-color: rgb(var(--color-red-400) / var(--tw-border-opacity));
|
|
1346
1542
|
}
|
|
1347
1543
|
.ups-db .border-red-500 {
|
|
1348
1544
|
--tw-border-opacity: 1;
|
|
1349
|
-
border-color: rgb(var(--color-red-500) / var(--tw-border-opacity
|
|
1545
|
+
border-color: rgb(var(--color-red-500) / var(--tw-border-opacity));
|
|
1546
|
+
}
|
|
1547
|
+
.ups-db .border-rose-400 {
|
|
1548
|
+
--tw-border-opacity: 1;
|
|
1549
|
+
border-color: rgb(var(--color-rose-400) / var(--tw-border-opacity));
|
|
1350
1550
|
}
|
|
1351
1551
|
.ups-db .border-sky-400 {
|
|
1352
1552
|
--tw-border-opacity: 1;
|
|
1353
|
-
border-color: rgb(var(--color-sky-400) / var(--tw-border-opacity
|
|
1553
|
+
border-color: rgb(var(--color-sky-400) / var(--tw-border-opacity));
|
|
1354
1554
|
}
|
|
1355
1555
|
.ups-db .border-transparent {
|
|
1356
1556
|
border-color: transparent;
|
|
1357
1557
|
}
|
|
1358
1558
|
.ups-db .border-zinc-200 {
|
|
1359
1559
|
--tw-border-opacity: 1;
|
|
1360
|
-
border-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity
|
|
1560
|
+
border-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
1361
1561
|
}
|
|
1362
1562
|
.ups-db .border-zinc-300 {
|
|
1363
1563
|
--tw-border-opacity: 1;
|
|
1364
|
-
border-color: rgb(var(--color-zinc-300) / var(--tw-border-opacity
|
|
1564
|
+
border-color: rgb(var(--color-zinc-300) / var(--tw-border-opacity));
|
|
1365
1565
|
}
|
|
1366
|
-
.ups-db .border-b-
|
|
1566
|
+
.ups-db .border-b-zinc-100 {
|
|
1367
1567
|
--tw-border-opacity: 1;
|
|
1368
|
-
border-bottom-color: rgb(var(--color-
|
|
1568
|
+
border-bottom-color: rgb(var(--color-zinc-100) / var(--tw-border-opacity));
|
|
1369
1569
|
}
|
|
1370
|
-
.ups-db .border-
|
|
1570
|
+
.ups-db .border-t-zinc-600 {
|
|
1371
1571
|
--tw-border-opacity: 1;
|
|
1372
|
-
border-
|
|
1572
|
+
border-top-color: rgb(var(--color-zinc-600) / var(--tw-border-opacity));
|
|
1373
1573
|
}
|
|
1374
1574
|
.ups-db .\!bg-amber-50 {
|
|
1375
1575
|
--tw-bg-opacity: 1 !important;
|
|
1376
|
-
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity
|
|
1576
|
+
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity)) !important;
|
|
1377
1577
|
}
|
|
1378
1578
|
.ups-db .\!bg-gray-50 {
|
|
1379
1579
|
--tw-bg-opacity: 1 !important;
|
|
1380
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity
|
|
1580
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
|
|
1381
1581
|
}
|
|
1382
1582
|
.ups-db .\!bg-green-50 {
|
|
1383
1583
|
--tw-bg-opacity: 1 !important;
|
|
1384
|
-
background-color: rgb(var(--color-green-50) / var(--tw-bg-opacity
|
|
1584
|
+
background-color: rgb(var(--color-green-50) / var(--tw-bg-opacity)) !important;
|
|
1385
1585
|
}
|
|
1386
1586
|
.ups-db .\!bg-indigo-50 {
|
|
1387
1587
|
--tw-bg-opacity: 1 !important;
|
|
1388
|
-
background-color: rgb(var(--color-indigo-50) / var(--tw-bg-opacity
|
|
1588
|
+
background-color: rgb(var(--color-indigo-50) / var(--tw-bg-opacity)) !important;
|
|
1389
1589
|
}
|
|
1390
1590
|
.ups-db .\!bg-orange-50 {
|
|
1391
1591
|
--tw-bg-opacity: 1 !important;
|
|
1392
|
-
background-color: rgb(var(--color-orange-50) / var(--tw-bg-opacity
|
|
1592
|
+
background-color: rgb(var(--color-orange-50) / var(--tw-bg-opacity)) !important;
|
|
1393
1593
|
}
|
|
1394
1594
|
.ups-db .\!bg-pink-50 {
|
|
1395
1595
|
--tw-bg-opacity: 1 !important;
|
|
1396
|
-
background-color: rgb(var(--color-pink-50) / var(--tw-bg-opacity
|
|
1596
|
+
background-color: rgb(var(--color-pink-50) / var(--tw-bg-opacity)) !important;
|
|
1397
1597
|
}
|
|
1398
1598
|
.ups-db .\!bg-purple-50 {
|
|
1399
1599
|
--tw-bg-opacity: 1 !important;
|
|
1400
|
-
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity
|
|
1600
|
+
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity)) !important;
|
|
1601
|
+
}
|
|
1602
|
+
.ups-db .\!bg-rose-50 {
|
|
1603
|
+
--tw-bg-opacity: 1 !important;
|
|
1604
|
+
background-color: rgb(var(--color-rose-50) / var(--tw-bg-opacity)) !important;
|
|
1401
1605
|
}
|
|
1402
1606
|
.ups-db .\!bg-sky-50 {
|
|
1403
1607
|
--tw-bg-opacity: 1 !important;
|
|
1404
|
-
background-color: rgb(var(--color-sky-50) / var(--tw-bg-opacity
|
|
1608
|
+
background-color: rgb(var(--color-sky-50) / var(--tw-bg-opacity)) !important;
|
|
1405
1609
|
}
|
|
1406
1610
|
.ups-db .bg-amber-200 {
|
|
1407
1611
|
--tw-bg-opacity: 1;
|
|
1408
|
-
background-color: rgb(var(--color-amber-200) / var(--tw-bg-opacity
|
|
1612
|
+
background-color: rgb(var(--color-amber-200) / var(--tw-bg-opacity));
|
|
1613
|
+
}
|
|
1614
|
+
.ups-db .bg-amber-50 {
|
|
1615
|
+
--tw-bg-opacity: 1;
|
|
1616
|
+
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity));
|
|
1409
1617
|
}
|
|
1410
1618
|
.ups-db .bg-black\/50 {
|
|
1411
1619
|
background-color: rgb(var(--color-black) / 0.5);
|
|
1412
1620
|
}
|
|
1413
|
-
.ups-db .bg-blue-
|
|
1621
|
+
.ups-db .bg-blue-50 {
|
|
1622
|
+
--tw-bg-opacity: 1;
|
|
1623
|
+
background-color: rgb(var(--color-blue-50) / var(--tw-bg-opacity));
|
|
1624
|
+
}
|
|
1625
|
+
.ups-db .bg-blue-500 {
|
|
1414
1626
|
--tw-bg-opacity: 1;
|
|
1415
|
-
background-color: rgb(var(--color-blue-
|
|
1627
|
+
background-color: rgb(var(--color-blue-500) / var(--tw-bg-opacity));
|
|
1628
|
+
}
|
|
1629
|
+
.ups-db .bg-emerald-100 {
|
|
1630
|
+
--tw-bg-opacity: 1;
|
|
1631
|
+
background-color: rgb(var(--color-emerald-100) / var(--tw-bg-opacity));
|
|
1632
|
+
}
|
|
1633
|
+
.ups-db .bg-emerald-200 {
|
|
1634
|
+
--tw-bg-opacity: 1;
|
|
1635
|
+
background-color: rgb(var(--color-emerald-200) / var(--tw-bg-opacity));
|
|
1636
|
+
}
|
|
1637
|
+
.ups-db .bg-emerald-50 {
|
|
1638
|
+
--tw-bg-opacity: 1;
|
|
1639
|
+
background-color: rgb(var(--color-emerald-50) / var(--tw-bg-opacity));
|
|
1416
1640
|
}
|
|
1417
1641
|
.ups-db .bg-emerald-500 {
|
|
1418
1642
|
--tw-bg-opacity: 1;
|
|
1419
|
-
background-color: rgb(var(--color-emerald-500) / var(--tw-bg-opacity
|
|
1643
|
+
background-color: rgb(var(--color-emerald-500) / var(--tw-bg-opacity));
|
|
1644
|
+
}
|
|
1645
|
+
.ups-db .bg-emerald-600 {
|
|
1646
|
+
--tw-bg-opacity: 1;
|
|
1647
|
+
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity));
|
|
1648
|
+
}
|
|
1649
|
+
.ups-db .bg-emerald-800 {
|
|
1650
|
+
--tw-bg-opacity: 1;
|
|
1651
|
+
background-color: rgb(var(--color-emerald-800) / var(--tw-bg-opacity));
|
|
1420
1652
|
}
|
|
1421
1653
|
.ups-db .bg-gray-200 {
|
|
1422
1654
|
--tw-bg-opacity: 1;
|
|
1423
|
-
background-color: rgb(229 231 235 / var(--tw-bg-opacity
|
|
1655
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1424
1656
|
}
|
|
1425
1657
|
.ups-db .bg-green-200 {
|
|
1426
1658
|
--tw-bg-opacity: 1;
|
|
1427
|
-
background-color: rgb(var(--color-green-200) / var(--tw-bg-opacity
|
|
1659
|
+
background-color: rgb(var(--color-green-200) / var(--tw-bg-opacity));
|
|
1428
1660
|
}
|
|
1429
1661
|
.ups-db .bg-indigo-200 {
|
|
1430
1662
|
--tw-bg-opacity: 1;
|
|
1431
|
-
background-color: rgb(var(--color-indigo-200) / var(--tw-bg-opacity
|
|
1663
|
+
background-color: rgb(var(--color-indigo-200) / var(--tw-bg-opacity));
|
|
1664
|
+
}
|
|
1665
|
+
.ups-db .bg-neutral-900 {
|
|
1666
|
+
--tw-bg-opacity: 1;
|
|
1667
|
+
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
1668
|
+
}
|
|
1669
|
+
.ups-db .bg-neutral-900\/20 {
|
|
1670
|
+
background-color: rgb(23 23 23 / 0.2);
|
|
1432
1671
|
}
|
|
1433
1672
|
.ups-db .bg-orange-200 {
|
|
1434
1673
|
--tw-bg-opacity: 1;
|
|
1435
|
-
background-color: rgb(var(--color-orange-200) / var(--tw-bg-opacity
|
|
1674
|
+
background-color: rgb(var(--color-orange-200) / var(--tw-bg-opacity));
|
|
1436
1675
|
}
|
|
1437
1676
|
.ups-db .bg-pink-200 {
|
|
1438
1677
|
--tw-bg-opacity: 1;
|
|
1439
|
-
background-color: rgb(var(--color-pink-200) / var(--tw-bg-opacity
|
|
1678
|
+
background-color: rgb(var(--color-pink-200) / var(--tw-bg-opacity));
|
|
1440
1679
|
}
|
|
1441
1680
|
.ups-db .bg-purple-200 {
|
|
1442
1681
|
--tw-bg-opacity: 1;
|
|
1443
|
-
background-color: rgb(var(--color-purple-200) / var(--tw-bg-opacity
|
|
1682
|
+
background-color: rgb(var(--color-purple-200) / var(--tw-bg-opacity));
|
|
1683
|
+
}
|
|
1684
|
+
.ups-db .bg-purple-50 {
|
|
1685
|
+
--tw-bg-opacity: 1;
|
|
1686
|
+
background-color: rgb(var(--color-purple-50) / var(--tw-bg-opacity));
|
|
1444
1687
|
}
|
|
1445
1688
|
.ups-db .bg-red-50 {
|
|
1446
1689
|
--tw-bg-opacity: 1;
|
|
1447
|
-
background-color: rgb(var(--color-red-50) / var(--tw-bg-opacity
|
|
1690
|
+
background-color: rgb(var(--color-red-50) / var(--tw-bg-opacity));
|
|
1448
1691
|
}
|
|
1449
1692
|
.ups-db .bg-red-500 {
|
|
1450
1693
|
--tw-bg-opacity: 1;
|
|
1451
|
-
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity
|
|
1694
|
+
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
1695
|
+
}
|
|
1696
|
+
.ups-db .bg-rose-200 {
|
|
1697
|
+
--tw-bg-opacity: 1;
|
|
1698
|
+
background-color: rgb(var(--color-rose-200) / var(--tw-bg-opacity));
|
|
1452
1699
|
}
|
|
1453
1700
|
.ups-db .bg-sky-200 {
|
|
1454
1701
|
--tw-bg-opacity: 1;
|
|
1455
|
-
background-color: rgb(var(--color-sky-200) / var(--tw-bg-opacity
|
|
1702
|
+
background-color: rgb(var(--color-sky-200) / var(--tw-bg-opacity));
|
|
1456
1703
|
}
|
|
1457
1704
|
.ups-db .bg-transparent {
|
|
1458
1705
|
background-color: transparent;
|
|
1459
1706
|
}
|
|
1460
1707
|
.ups-db .bg-white {
|
|
1461
1708
|
--tw-bg-opacity: 1;
|
|
1462
|
-
background-color: rgb(var(--color-white) / var(--tw-bg-opacity
|
|
1709
|
+
background-color: rgb(var(--color-white) / var(--tw-bg-opacity));
|
|
1463
1710
|
}
|
|
1464
1711
|
.ups-db .bg-white\/80 {
|
|
1465
1712
|
background-color: rgb(var(--color-white) / 0.8);
|
|
1466
1713
|
}
|
|
1467
1714
|
.ups-db .bg-zinc-100 {
|
|
1468
1715
|
--tw-bg-opacity: 1;
|
|
1469
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
1716
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
1717
|
+
}
|
|
1718
|
+
.ups-db .bg-zinc-100\/90 {
|
|
1719
|
+
background-color: rgb(var(--color-zinc-100) / 0.9);
|
|
1470
1720
|
}
|
|
1471
1721
|
.ups-db .bg-zinc-200 {
|
|
1472
1722
|
--tw-bg-opacity: 1;
|
|
1473
|
-
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity
|
|
1723
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
1474
1724
|
}
|
|
1475
|
-
.ups-db .bg-zinc-
|
|
1476
|
-
|
|
1725
|
+
.ups-db .bg-zinc-300 {
|
|
1726
|
+
--tw-bg-opacity: 1;
|
|
1727
|
+
background-color: rgb(var(--color-zinc-300) / var(--tw-bg-opacity));
|
|
1728
|
+
}
|
|
1729
|
+
.ups-db .bg-zinc-400\/70 {
|
|
1730
|
+
background-color: rgb(var(--color-zinc-400) / 0.7);
|
|
1731
|
+
}
|
|
1732
|
+
.ups-db .bg-zinc-50 {
|
|
1733
|
+
--tw-bg-opacity: 1;
|
|
1734
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
1477
1735
|
}
|
|
1478
1736
|
.ups-db .bg-zinc-900 {
|
|
1479
1737
|
--tw-bg-opacity: 1;
|
|
1480
|
-
background-color: rgb(var(--color-zinc-900) / var(--tw-bg-opacity
|
|
1738
|
+
background-color: rgb(var(--color-zinc-900) / var(--tw-bg-opacity));
|
|
1481
1739
|
}
|
|
1482
1740
|
.ups-db .bg-zinc-900\/10 {
|
|
1483
1741
|
background-color: rgb(var(--color-zinc-900) / 0.1);
|
|
1484
1742
|
}
|
|
1743
|
+
.ups-db .bg-gradient-to-b {
|
|
1744
|
+
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
1745
|
+
}
|
|
1746
|
+
.ups-db .from-zinc-50 {
|
|
1747
|
+
--tw-gradient-from: rgb(var(--color-zinc-50) / 1) var(--tw-gradient-from-position);
|
|
1748
|
+
--tw-gradient-to: rgb(var(--color-zinc-50) / 0) var(--tw-gradient-to-position);
|
|
1749
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1750
|
+
}
|
|
1751
|
+
.ups-db .to-white {
|
|
1752
|
+
--tw-gradient-to: rgb(var(--color-white) / 1) var(--tw-gradient-to-position);
|
|
1753
|
+
}
|
|
1485
1754
|
.ups-db .p-0 {
|
|
1486
1755
|
padding: 0px;
|
|
1487
1756
|
}
|
|
@@ -1491,12 +1760,28 @@
|
|
|
1491
1760
|
.ups-db .p-2 {
|
|
1492
1761
|
padding: 0.5rem;
|
|
1493
1762
|
}
|
|
1763
|
+
.ups-db .p-3 {
|
|
1764
|
+
padding: 0.75rem;
|
|
1765
|
+
}
|
|
1494
1766
|
.ups-db .p-4 {
|
|
1495
1767
|
padding: 1rem;
|
|
1496
1768
|
}
|
|
1769
|
+
.ups-db .p-5 {
|
|
1770
|
+
padding: 1.25rem;
|
|
1771
|
+
}
|
|
1497
1772
|
.ups-db .p-6 {
|
|
1498
1773
|
padding: 1.5rem;
|
|
1499
1774
|
}
|
|
1775
|
+
.ups-db .p-8 {
|
|
1776
|
+
padding: 2rem;
|
|
1777
|
+
}
|
|
1778
|
+
.ups-db .p-\[2px\] {
|
|
1779
|
+
padding: 2px;
|
|
1780
|
+
}
|
|
1781
|
+
.ups-db .px-1 {
|
|
1782
|
+
padding-left: 0.25rem;
|
|
1783
|
+
padding-right: 0.25rem;
|
|
1784
|
+
}
|
|
1500
1785
|
.ups-db .px-2 {
|
|
1501
1786
|
padding-left: 0.5rem;
|
|
1502
1787
|
padding-right: 0.5rem;
|
|
@@ -1509,10 +1794,26 @@
|
|
|
1509
1794
|
padding-left: 1rem;
|
|
1510
1795
|
padding-right: 1rem;
|
|
1511
1796
|
}
|
|
1797
|
+
.ups-db .px-5 {
|
|
1798
|
+
padding-left: 1.25rem;
|
|
1799
|
+
padding-right: 1.25rem;
|
|
1800
|
+
}
|
|
1512
1801
|
.ups-db .px-8 {
|
|
1513
1802
|
padding-left: 2rem;
|
|
1514
1803
|
padding-right: 2rem;
|
|
1515
1804
|
}
|
|
1805
|
+
.ups-db .px-\[5px\] {
|
|
1806
|
+
padding-left: 5px;
|
|
1807
|
+
padding-right: 5px;
|
|
1808
|
+
}
|
|
1809
|
+
.ups-db .px-\[6px\] {
|
|
1810
|
+
padding-left: 6px;
|
|
1811
|
+
padding-right: 6px;
|
|
1812
|
+
}
|
|
1813
|
+
.ups-db .px-\[8px\] {
|
|
1814
|
+
padding-left: 8px;
|
|
1815
|
+
padding-right: 8px;
|
|
1816
|
+
}
|
|
1516
1817
|
.ups-db .py-0 {
|
|
1517
1818
|
padding-top: 0px;
|
|
1518
1819
|
padding-bottom: 0px;
|
|
@@ -1533,6 +1834,14 @@
|
|
|
1533
1834
|
padding-top: 0.75rem;
|
|
1534
1835
|
padding-bottom: 0.75rem;
|
|
1535
1836
|
}
|
|
1837
|
+
.ups-db .py-4 {
|
|
1838
|
+
padding-top: 1rem;
|
|
1839
|
+
padding-bottom: 1rem;
|
|
1840
|
+
}
|
|
1841
|
+
.ups-db .py-5 {
|
|
1842
|
+
padding-top: 1.25rem;
|
|
1843
|
+
padding-bottom: 1.25rem;
|
|
1844
|
+
}
|
|
1536
1845
|
.ups-db .py-6 {
|
|
1537
1846
|
padding-top: 1.5rem;
|
|
1538
1847
|
padding-bottom: 1.5rem;
|
|
@@ -1541,8 +1850,15 @@
|
|
|
1541
1850
|
padding-top: 3px;
|
|
1542
1851
|
padding-bottom: 3px;
|
|
1543
1852
|
}
|
|
1544
|
-
.ups-db .
|
|
1545
|
-
padding-
|
|
1853
|
+
.ups-db .py-\[5px\] {
|
|
1854
|
+
padding-top: 5px;
|
|
1855
|
+
padding-bottom: 5px;
|
|
1856
|
+
}
|
|
1857
|
+
.ups-db .pb-1\.5 {
|
|
1858
|
+
padding-bottom: 0.375rem;
|
|
1859
|
+
}
|
|
1860
|
+
.ups-db .pb-5 {
|
|
1861
|
+
padding-bottom: 1.25rem;
|
|
1546
1862
|
}
|
|
1547
1863
|
.ups-db .pl-0 {
|
|
1548
1864
|
padding-left: 0px;
|
|
@@ -1553,6 +1869,9 @@
|
|
|
1553
1869
|
.ups-db .pl-2 {
|
|
1554
1870
|
padding-left: 0.5rem;
|
|
1555
1871
|
}
|
|
1872
|
+
.ups-db .pl-3 {
|
|
1873
|
+
padding-left: 0.75rem;
|
|
1874
|
+
}
|
|
1556
1875
|
.ups-db .pl-8 {
|
|
1557
1876
|
padding-left: 2rem;
|
|
1558
1877
|
}
|
|
@@ -1568,6 +1887,9 @@
|
|
|
1568
1887
|
.ups-db .pr-3 {
|
|
1569
1888
|
padding-right: 0.75rem;
|
|
1570
1889
|
}
|
|
1890
|
+
.ups-db .pr-4 {
|
|
1891
|
+
padding-right: 1rem;
|
|
1892
|
+
}
|
|
1571
1893
|
.ups-db .pr-6 {
|
|
1572
1894
|
padding-right: 1.5rem;
|
|
1573
1895
|
}
|
|
@@ -1583,13 +1905,23 @@
|
|
|
1583
1905
|
.ups-db .text-right {
|
|
1584
1906
|
text-align: right;
|
|
1585
1907
|
}
|
|
1908
|
+
.ups-db .font-mono {
|
|
1909
|
+
font-family:
|
|
1910
|
+
ui-monospace,
|
|
1911
|
+
SFMono-Regular,
|
|
1912
|
+
Menlo,
|
|
1913
|
+
Monaco,
|
|
1914
|
+
Consolas,
|
|
1915
|
+
"Liberation Mono",
|
|
1916
|
+
"Courier New",
|
|
1917
|
+
monospace;
|
|
1918
|
+
}
|
|
1919
|
+
.ups-db .text-\[11px\] {
|
|
1920
|
+
font-size: 11px;
|
|
1921
|
+
}
|
|
1586
1922
|
.ups-db .text-\[13px\] {
|
|
1587
1923
|
font-size: 13px;
|
|
1588
1924
|
}
|
|
1589
|
-
.ups-db .text-base {
|
|
1590
|
-
font-size: 1rem;
|
|
1591
|
-
line-height: 1.5rem;
|
|
1592
|
-
}
|
|
1593
1925
|
.ups-db .text-lg {
|
|
1594
1926
|
font-size: 1.125rem;
|
|
1595
1927
|
line-height: 1.75rem;
|
|
@@ -1618,141 +1950,191 @@
|
|
|
1618
1950
|
.ups-db .uppercase {
|
|
1619
1951
|
text-transform: uppercase;
|
|
1620
1952
|
}
|
|
1953
|
+
.ups-db .capitalize {
|
|
1954
|
+
text-transform: capitalize;
|
|
1955
|
+
}
|
|
1621
1956
|
.ups-db .leading-none {
|
|
1622
1957
|
line-height: 1;
|
|
1623
1958
|
}
|
|
1959
|
+
.ups-db .leading-relaxed {
|
|
1960
|
+
line-height: 1.625;
|
|
1961
|
+
}
|
|
1624
1962
|
.ups-db .tracking-tight {
|
|
1625
1963
|
letter-spacing: -0.025em;
|
|
1626
1964
|
}
|
|
1627
1965
|
.ups-db .tracking-wide {
|
|
1628
1966
|
letter-spacing: 0.025em;
|
|
1629
1967
|
}
|
|
1968
|
+
.ups-db .tracking-wider {
|
|
1969
|
+
letter-spacing: 0.05em;
|
|
1970
|
+
}
|
|
1630
1971
|
.ups-db .tracking-widest {
|
|
1631
1972
|
letter-spacing: 0.1em;
|
|
1632
1973
|
}
|
|
1633
1974
|
.ups-db .text-amber-800 {
|
|
1634
1975
|
--tw-text-opacity: 1;
|
|
1635
|
-
color: rgb(var(--color-amber-800) / var(--tw-text-opacity
|
|
1976
|
+
color: rgb(var(--color-amber-800) / var(--tw-text-opacity));
|
|
1636
1977
|
}
|
|
1637
1978
|
.ups-db .text-amber-900 {
|
|
1638
1979
|
--tw-text-opacity: 1;
|
|
1639
|
-
color: rgb(var(--color-amber-900) / var(--tw-text-opacity
|
|
1980
|
+
color: rgb(var(--color-amber-900) / var(--tw-text-opacity));
|
|
1640
1981
|
}
|
|
1641
1982
|
.ups-db .text-black {
|
|
1642
1983
|
--tw-text-opacity: 1;
|
|
1643
|
-
color: rgb(var(--color-black) / var(--tw-text-opacity
|
|
1984
|
+
color: rgb(var(--color-black) / var(--tw-text-opacity));
|
|
1985
|
+
}
|
|
1986
|
+
.ups-db .text-blue-600 {
|
|
1987
|
+
--tw-text-opacity: 1;
|
|
1988
|
+
color: rgb(var(--color-blue-600) / var(--tw-text-opacity));
|
|
1989
|
+
}
|
|
1990
|
+
.ups-db .text-emerald-100 {
|
|
1991
|
+
--tw-text-opacity: 1;
|
|
1992
|
+
color: rgb(var(--color-emerald-100) / var(--tw-text-opacity));
|
|
1993
|
+
}
|
|
1994
|
+
.ups-db .text-emerald-600 {
|
|
1995
|
+
--tw-text-opacity: 1;
|
|
1996
|
+
color: rgb(var(--color-emerald-600) / var(--tw-text-opacity));
|
|
1997
|
+
}
|
|
1998
|
+
.ups-db .text-emerald-700 {
|
|
1999
|
+
--tw-text-opacity: 1;
|
|
2000
|
+
color: rgb(var(--color-emerald-700) / var(--tw-text-opacity));
|
|
2001
|
+
}
|
|
2002
|
+
.ups-db .text-emerald-800 {
|
|
2003
|
+
--tw-text-opacity: 1;
|
|
2004
|
+
color: rgb(var(--color-emerald-800) / var(--tw-text-opacity));
|
|
1644
2005
|
}
|
|
1645
2006
|
.ups-db .text-gray-800 {
|
|
1646
2007
|
--tw-text-opacity: 1;
|
|
1647
|
-
color: rgb(31 41 55 / var(--tw-text-opacity
|
|
2008
|
+
color: rgb(31 41 55 / var(--tw-text-opacity));
|
|
1648
2009
|
}
|
|
1649
2010
|
.ups-db .text-gray-900 {
|
|
1650
2011
|
--tw-text-opacity: 1;
|
|
1651
|
-
color: rgb(17 24 39 / var(--tw-text-opacity
|
|
2012
|
+
color: rgb(17 24 39 / var(--tw-text-opacity));
|
|
1652
2013
|
}
|
|
1653
2014
|
.ups-db .text-green-500 {
|
|
1654
2015
|
--tw-text-opacity: 1;
|
|
1655
|
-
color: rgb(var(--color-green-500) / var(--tw-text-opacity
|
|
2016
|
+
color: rgb(var(--color-green-500) / var(--tw-text-opacity));
|
|
1656
2017
|
}
|
|
1657
2018
|
.ups-db .text-green-800 {
|
|
1658
2019
|
--tw-text-opacity: 1;
|
|
1659
|
-
color: rgb(var(--color-green-800) / var(--tw-text-opacity
|
|
2020
|
+
color: rgb(var(--color-green-800) / var(--tw-text-opacity));
|
|
1660
2021
|
}
|
|
1661
2022
|
.ups-db .text-green-900 {
|
|
1662
2023
|
--tw-text-opacity: 1;
|
|
1663
|
-
color: rgb(var(--color-green-900) / var(--tw-text-opacity
|
|
2024
|
+
color: rgb(var(--color-green-900) / var(--tw-text-opacity));
|
|
1664
2025
|
}
|
|
1665
2026
|
.ups-db .text-indigo-800 {
|
|
1666
2027
|
--tw-text-opacity: 1;
|
|
1667
|
-
color: rgb(var(--color-indigo-800) / var(--tw-text-opacity
|
|
2028
|
+
color: rgb(var(--color-indigo-800) / var(--tw-text-opacity));
|
|
1668
2029
|
}
|
|
1669
2030
|
.ups-db .text-indigo-900 {
|
|
1670
2031
|
--tw-text-opacity: 1;
|
|
1671
|
-
color: rgb(var(--color-indigo-900) / var(--tw-text-opacity
|
|
2032
|
+
color: rgb(var(--color-indigo-900) / var(--tw-text-opacity));
|
|
1672
2033
|
}
|
|
1673
2034
|
.ups-db .text-orange-800 {
|
|
1674
2035
|
--tw-text-opacity: 1;
|
|
1675
|
-
color: rgb(var(--color-orange-800) / var(--tw-text-opacity
|
|
2036
|
+
color: rgb(var(--color-orange-800) / var(--tw-text-opacity));
|
|
1676
2037
|
}
|
|
1677
2038
|
.ups-db .text-orange-900 {
|
|
1678
2039
|
--tw-text-opacity: 1;
|
|
1679
|
-
color: rgb(var(--color-orange-900) / var(--tw-text-opacity
|
|
2040
|
+
color: rgb(var(--color-orange-900) / var(--tw-text-opacity));
|
|
1680
2041
|
}
|
|
1681
2042
|
.ups-db .text-pink-800 {
|
|
1682
2043
|
--tw-text-opacity: 1;
|
|
1683
|
-
color: rgb(var(--color-pink-800) / var(--tw-text-opacity
|
|
2044
|
+
color: rgb(var(--color-pink-800) / var(--tw-text-opacity));
|
|
1684
2045
|
}
|
|
1685
2046
|
.ups-db .text-pink-900 {
|
|
1686
2047
|
--tw-text-opacity: 1;
|
|
1687
|
-
color: rgb(var(--color-pink-900) / var(--tw-text-opacity
|
|
2048
|
+
color: rgb(var(--color-pink-900) / var(--tw-text-opacity));
|
|
1688
2049
|
}
|
|
1689
2050
|
.ups-db .text-purple-800 {
|
|
1690
2051
|
--tw-text-opacity: 1;
|
|
1691
|
-
color: rgb(var(--color-purple-800) / var(--tw-text-opacity
|
|
2052
|
+
color: rgb(var(--color-purple-800) / var(--tw-text-opacity));
|
|
1692
2053
|
}
|
|
1693
2054
|
.ups-db .text-purple-900 {
|
|
1694
2055
|
--tw-text-opacity: 1;
|
|
1695
|
-
color: rgb(var(--color-purple-900) / var(--tw-text-opacity
|
|
2056
|
+
color: rgb(var(--color-purple-900) / var(--tw-text-opacity));
|
|
1696
2057
|
}
|
|
1697
2058
|
.ups-db .text-red-500 {
|
|
1698
2059
|
--tw-text-opacity: 1;
|
|
1699
|
-
color: rgb(var(--color-red-500) / var(--tw-text-opacity
|
|
2060
|
+
color: rgb(var(--color-red-500) / var(--tw-text-opacity));
|
|
1700
2061
|
}
|
|
1701
2062
|
.ups-db .text-red-600 {
|
|
1702
2063
|
--tw-text-opacity: 1;
|
|
1703
|
-
color: rgb(var(--color-red-600) / var(--tw-text-opacity
|
|
2064
|
+
color: rgb(var(--color-red-600) / var(--tw-text-opacity));
|
|
1704
2065
|
}
|
|
1705
2066
|
.ups-db .text-red-700 {
|
|
1706
2067
|
--tw-text-opacity: 1;
|
|
1707
|
-
color: rgb(var(--color-red-700) / var(--tw-text-opacity
|
|
2068
|
+
color: rgb(var(--color-red-700) / var(--tw-text-opacity));
|
|
2069
|
+
}
|
|
2070
|
+
.ups-db .text-red-800 {
|
|
2071
|
+
--tw-text-opacity: 1;
|
|
2072
|
+
color: rgb(var(--color-red-800) / var(--tw-text-opacity));
|
|
2073
|
+
}
|
|
2074
|
+
.ups-db .text-rose-800 {
|
|
2075
|
+
--tw-text-opacity: 1;
|
|
2076
|
+
color: rgb(var(--color-rose-800) / var(--tw-text-opacity));
|
|
2077
|
+
}
|
|
2078
|
+
.ups-db .text-rose-900 {
|
|
2079
|
+
--tw-text-opacity: 1;
|
|
2080
|
+
color: rgb(var(--color-rose-900) / var(--tw-text-opacity));
|
|
1708
2081
|
}
|
|
1709
2082
|
.ups-db .text-sky-800 {
|
|
1710
2083
|
--tw-text-opacity: 1;
|
|
1711
|
-
color: rgb(var(--color-sky-800) / var(--tw-text-opacity
|
|
2084
|
+
color: rgb(var(--color-sky-800) / var(--tw-text-opacity));
|
|
1712
2085
|
}
|
|
1713
2086
|
.ups-db .text-sky-900 {
|
|
1714
2087
|
--tw-text-opacity: 1;
|
|
1715
|
-
color: rgb(var(--color-sky-900) / var(--tw-text-opacity
|
|
2088
|
+
color: rgb(var(--color-sky-900) / var(--tw-text-opacity));
|
|
2089
|
+
}
|
|
2090
|
+
.ups-db .text-transparent {
|
|
2091
|
+
color: transparent;
|
|
1716
2092
|
}
|
|
1717
2093
|
.ups-db .text-white {
|
|
1718
2094
|
--tw-text-opacity: 1;
|
|
1719
|
-
color: rgb(var(--color-white) / var(--tw-text-opacity
|
|
2095
|
+
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
1720
2096
|
}
|
|
1721
2097
|
.ups-db .text-zinc-300 {
|
|
1722
2098
|
--tw-text-opacity: 1;
|
|
1723
|
-
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity
|
|
2099
|
+
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity));
|
|
1724
2100
|
}
|
|
1725
2101
|
.ups-db .text-zinc-400 {
|
|
1726
2102
|
--tw-text-opacity: 1;
|
|
1727
|
-
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity
|
|
2103
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
1728
2104
|
}
|
|
1729
2105
|
.ups-db .text-zinc-50 {
|
|
1730
2106
|
--tw-text-opacity: 1;
|
|
1731
|
-
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity
|
|
2107
|
+
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity));
|
|
1732
2108
|
}
|
|
1733
2109
|
.ups-db .text-zinc-500 {
|
|
1734
2110
|
--tw-text-opacity: 1;
|
|
1735
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2111
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
1736
2112
|
}
|
|
1737
2113
|
.ups-db .text-zinc-600 {
|
|
1738
2114
|
--tw-text-opacity: 1;
|
|
1739
|
-
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity
|
|
2115
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
1740
2116
|
}
|
|
1741
2117
|
.ups-db .text-zinc-700 {
|
|
1742
2118
|
--tw-text-opacity: 1;
|
|
1743
|
-
color: rgb(var(--color-zinc-700) / var(--tw-text-opacity
|
|
2119
|
+
color: rgb(var(--color-zinc-700) / var(--tw-text-opacity));
|
|
1744
2120
|
}
|
|
1745
2121
|
.ups-db .text-zinc-900 {
|
|
1746
2122
|
--tw-text-opacity: 1;
|
|
1747
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2123
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
1748
2124
|
}
|
|
1749
2125
|
.ups-db .text-zinc-950 {
|
|
1750
2126
|
--tw-text-opacity: 1;
|
|
1751
|
-
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity
|
|
2127
|
+
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity));
|
|
1752
2128
|
}
|
|
1753
2129
|
.ups-db .text-zinc-950\/50 {
|
|
1754
2130
|
color: rgb(var(--color-zinc-950) / 0.5);
|
|
1755
2131
|
}
|
|
2132
|
+
.ups-db .underline {
|
|
2133
|
+
text-decoration-line: underline;
|
|
2134
|
+
}
|
|
2135
|
+
.ups-db .underline-offset-2 {
|
|
2136
|
+
text-underline-offset: 2px;
|
|
2137
|
+
}
|
|
1756
2138
|
.ups-db .underline-offset-4 {
|
|
1757
2139
|
text-underline-offset: 4px;
|
|
1758
2140
|
}
|
|
@@ -1766,6 +2148,9 @@
|
|
|
1766
2148
|
.ups-db .opacity-100 {
|
|
1767
2149
|
opacity: 1;
|
|
1768
2150
|
}
|
|
2151
|
+
.ups-db .opacity-30 {
|
|
2152
|
+
opacity: 0.3;
|
|
2153
|
+
}
|
|
1769
2154
|
.ups-db .opacity-50 {
|
|
1770
2155
|
opacity: 0.5;
|
|
1771
2156
|
}
|
|
@@ -1786,6 +2171,14 @@
|
|
|
1786
2171
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1787
2172
|
var(--tw-shadow);
|
|
1788
2173
|
}
|
|
2174
|
+
.ups-db .shadow-\[0_1px_1px_0_rgba\(0\,0\,0\,0\.10\)\] {
|
|
2175
|
+
--tw-shadow: 0 1px 1px 0 rgba(0,0,0,0.10);
|
|
2176
|
+
--tw-shadow-colored: 0 1px 1px 0 var(--tw-shadow-color);
|
|
2177
|
+
box-shadow:
|
|
2178
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2179
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
2180
|
+
var(--tw-shadow);
|
|
2181
|
+
}
|
|
1789
2182
|
.ups-db .shadow-lg {
|
|
1790
2183
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1791
2184
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1837,9 +2230,22 @@
|
|
|
1837
2230
|
}
|
|
1838
2231
|
.ups-db .backdrop-blur-sm {
|
|
1839
2232
|
--tw-backdrop-blur: blur(4px);
|
|
2233
|
+
-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
2234
|
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
2235
|
}
|
|
1842
2236
|
.ups-db .transition {
|
|
2237
|
+
transition-property:
|
|
2238
|
+
color,
|
|
2239
|
+
background-color,
|
|
2240
|
+
border-color,
|
|
2241
|
+
text-decoration-color,
|
|
2242
|
+
fill,
|
|
2243
|
+
stroke,
|
|
2244
|
+
opacity,
|
|
2245
|
+
box-shadow,
|
|
2246
|
+
transform,
|
|
2247
|
+
filter,
|
|
2248
|
+
-webkit-backdrop-filter;
|
|
1843
2249
|
transition-property:
|
|
1844
2250
|
color,
|
|
1845
2251
|
background-color,
|
|
@@ -1852,6 +2258,19 @@
|
|
|
1852
2258
|
transform,
|
|
1853
2259
|
filter,
|
|
1854
2260
|
backdrop-filter;
|
|
2261
|
+
transition-property:
|
|
2262
|
+
color,
|
|
2263
|
+
background-color,
|
|
2264
|
+
border-color,
|
|
2265
|
+
text-decoration-color,
|
|
2266
|
+
fill,
|
|
2267
|
+
stroke,
|
|
2268
|
+
opacity,
|
|
2269
|
+
box-shadow,
|
|
2270
|
+
transform,
|
|
2271
|
+
filter,
|
|
2272
|
+
backdrop-filter,
|
|
2273
|
+
-webkit-backdrop-filter;
|
|
1855
2274
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1856
2275
|
transition-duration: 150ms;
|
|
1857
2276
|
}
|
|
@@ -1876,9 +2295,20 @@
|
|
|
1876
2295
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1877
2296
|
transition-duration: 150ms;
|
|
1878
2297
|
}
|
|
2298
|
+
.ups-db .transition-transform {
|
|
2299
|
+
transition-property: transform;
|
|
2300
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2301
|
+
transition-duration: 150ms;
|
|
2302
|
+
}
|
|
2303
|
+
.ups-db .duration-100 {
|
|
2304
|
+
transition-duration: 100ms;
|
|
2305
|
+
}
|
|
1879
2306
|
.ups-db .duration-200 {
|
|
1880
2307
|
transition-duration: 200ms;
|
|
1881
2308
|
}
|
|
2309
|
+
.ups-db .ease-out {
|
|
2310
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2311
|
+
}
|
|
1882
2312
|
@keyframes enter {
|
|
1883
2313
|
from {
|
|
1884
2314
|
opacity: var(--tw-enter-opacity, 1);
|
|
@@ -1906,9 +2336,20 @@
|
|
|
1906
2336
|
.ups-db .zoom-in-95 {
|
|
1907
2337
|
--tw-enter-scale: .95;
|
|
1908
2338
|
}
|
|
2339
|
+
.ups-db .duration-100 {
|
|
2340
|
+
animation-duration: 100ms;
|
|
2341
|
+
}
|
|
1909
2342
|
.ups-db .duration-200 {
|
|
1910
2343
|
animation-duration: 200ms;
|
|
1911
2344
|
}
|
|
2345
|
+
.ups-db .ease-out {
|
|
2346
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2347
|
+
}
|
|
2348
|
+
.ups-db .\[appearance\:textfield\] {
|
|
2349
|
+
-webkit-appearance: textfield;
|
|
2350
|
+
-moz-appearance: textfield;
|
|
2351
|
+
appearance: textfield;
|
|
2352
|
+
}
|
|
1912
2353
|
.ups-db .tabs-shadow-left {
|
|
1913
2354
|
background:
|
|
1914
2355
|
linear-gradient(
|
|
@@ -1923,11 +2364,25 @@
|
|
|
1923
2364
|
rgba(0, 0, 0, 0.08),
|
|
1924
2365
|
rgba(0, 0, 0, 0));
|
|
1925
2366
|
}
|
|
2367
|
+
.ups-db .scroll-shadow-top {
|
|
2368
|
+
background:
|
|
2369
|
+
linear-gradient(
|
|
2370
|
+
to bottom,
|
|
2371
|
+
rgba(0, 0, 0, 0.04),
|
|
2372
|
+
rgba(0, 0, 0, 0));
|
|
2373
|
+
}
|
|
2374
|
+
.ups-db .scroll-shadow-bottom {
|
|
2375
|
+
background:
|
|
2376
|
+
linear-gradient(
|
|
2377
|
+
to top,
|
|
2378
|
+
rgba(0, 0, 0, 0.04),
|
|
2379
|
+
rgba(0, 0, 0, 0));
|
|
2380
|
+
}
|
|
1926
2381
|
.ups-db svg.tabler-icon {
|
|
1927
|
-
stroke-width:
|
|
2382
|
+
stroke-width: 2 !important;
|
|
1928
2383
|
}
|
|
1929
2384
|
.ups-db .mtk5 {
|
|
1930
|
-
color:
|
|
2385
|
+
color: rgb(var(--color-emerald-700)) !important;
|
|
1931
2386
|
}
|
|
1932
2387
|
.ups-db .mtk6 {
|
|
1933
2388
|
color: #a626a4 !important;
|
|
@@ -1952,6 +2407,26 @@
|
|
|
1952
2407
|
.ups-db .monaco-editor {
|
|
1953
2408
|
--vscode-focusBorder: #0000 !important;
|
|
1954
2409
|
}
|
|
2410
|
+
.ups-db .dropping .drag-overlay-bg {
|
|
2411
|
+
animation: fadeOutBg 200ms ease-out forwards;
|
|
2412
|
+
}
|
|
2413
|
+
@keyframes fadeOutBg {
|
|
2414
|
+
0% {
|
|
2415
|
+
opacity: 1;
|
|
2416
|
+
border-color: rgb(212, 212, 216);
|
|
2417
|
+
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
2418
|
+
visibility: visible;
|
|
2419
|
+
}
|
|
2420
|
+
99% {
|
|
2421
|
+
visibility: visible;
|
|
2422
|
+
}
|
|
2423
|
+
100% {
|
|
2424
|
+
opacity: 0;
|
|
2425
|
+
border-color: transparent;
|
|
2426
|
+
box-shadow: none;
|
|
2427
|
+
visibility: hidden;
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
1955
2430
|
.ups-db .file\:border-0::file-selector-button {
|
|
1956
2431
|
border-width: 0px;
|
|
1957
2432
|
}
|
|
@@ -1965,61 +2440,84 @@
|
|
|
1965
2440
|
.ups-db .file\:font-medium::file-selector-button {
|
|
1966
2441
|
font-weight: 500;
|
|
1967
2442
|
}
|
|
2443
|
+
.ups-db .placeholder\:text-zinc-400::-moz-placeholder {
|
|
2444
|
+
--tw-text-opacity: 1;
|
|
2445
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2446
|
+
}
|
|
2447
|
+
.ups-db .placeholder\:text-zinc-400::placeholder {
|
|
2448
|
+
--tw-text-opacity: 1;
|
|
2449
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2450
|
+
}
|
|
1968
2451
|
.ups-db .placeholder\:text-zinc-500::-moz-placeholder {
|
|
1969
2452
|
--tw-text-opacity: 1;
|
|
1970
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2453
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
1971
2454
|
}
|
|
1972
2455
|
.ups-db .placeholder\:text-zinc-500::placeholder {
|
|
1973
2456
|
--tw-text-opacity: 1;
|
|
1974
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2457
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
1975
2458
|
}
|
|
1976
2459
|
.ups-db .hover\:bg-black\/10:hover {
|
|
1977
2460
|
background-color: rgb(var(--color-black) / 0.1);
|
|
1978
2461
|
}
|
|
1979
|
-
.ups-db .hover\:bg-
|
|
2462
|
+
.ups-db .hover\:bg-emerald-100:hover {
|
|
1980
2463
|
--tw-bg-opacity: 1;
|
|
1981
|
-
background-color: rgb(var(--color-
|
|
2464
|
+
background-color: rgb(var(--color-emerald-100) / var(--tw-bg-opacity));
|
|
1982
2465
|
}
|
|
1983
2466
|
.ups-db .hover\:bg-emerald-600:hover {
|
|
1984
2467
|
--tw-bg-opacity: 1;
|
|
1985
|
-
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity
|
|
2468
|
+
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity));
|
|
2469
|
+
}
|
|
2470
|
+
.ups-db .hover\:bg-emerald-700:hover {
|
|
2471
|
+
--tw-bg-opacity: 1;
|
|
2472
|
+
background-color: rgb(var(--color-emerald-700) / var(--tw-bg-opacity));
|
|
1986
2473
|
}
|
|
1987
2474
|
.ups-db .hover\:bg-red-500\/90:hover {
|
|
1988
2475
|
background-color: rgb(var(--color-red-500) / 0.9);
|
|
1989
2476
|
}
|
|
1990
2477
|
.ups-db .hover\:bg-red-600:hover {
|
|
1991
2478
|
--tw-bg-opacity: 1;
|
|
1992
|
-
background-color: rgb(var(--color-red-600) / var(--tw-bg-opacity
|
|
2479
|
+
background-color: rgb(var(--color-red-600) / var(--tw-bg-opacity));
|
|
1993
2480
|
}
|
|
1994
2481
|
.ups-db .hover\:bg-white\/70:hover {
|
|
1995
2482
|
background-color: rgb(var(--color-white) / 0.7);
|
|
1996
2483
|
}
|
|
1997
2484
|
.ups-db .hover\:bg-zinc-100:hover {
|
|
1998
2485
|
--tw-bg-opacity: 1;
|
|
1999
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2486
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2000
2487
|
}
|
|
2001
2488
|
.ups-db .hover\:bg-zinc-100\/80:hover {
|
|
2002
2489
|
background-color: rgb(var(--color-zinc-100) / 0.8);
|
|
2003
2490
|
}
|
|
2491
|
+
.ups-db .hover\:bg-zinc-300\/10:hover {
|
|
2492
|
+
background-color: rgb(var(--color-zinc-300) / 0.1);
|
|
2493
|
+
}
|
|
2004
2494
|
.ups-db .hover\:bg-zinc-50:hover {
|
|
2005
2495
|
--tw-bg-opacity: 1;
|
|
2006
|
-
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity
|
|
2496
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
2007
2497
|
}
|
|
2008
|
-
.ups-db .hover\:text-
|
|
2498
|
+
.ups-db .hover\:text-red-500:hover {
|
|
2009
2499
|
--tw-text-opacity: 1;
|
|
2010
|
-
color: rgb(var(--color-
|
|
2500
|
+
color: rgb(var(--color-red-500) / var(--tw-text-opacity));
|
|
2011
2501
|
}
|
|
2012
2502
|
.ups-db .hover\:text-zinc-500:hover {
|
|
2013
2503
|
--tw-text-opacity: 1;
|
|
2014
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2504
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2505
|
+
}
|
|
2506
|
+
.ups-db .hover\:text-zinc-600:hover {
|
|
2507
|
+
--tw-text-opacity: 1;
|
|
2508
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
2509
|
+
}
|
|
2510
|
+
.ups-db .hover\:text-zinc-700:hover {
|
|
2511
|
+
--tw-text-opacity: 1;
|
|
2512
|
+
color: rgb(var(--color-zinc-700) / var(--tw-text-opacity));
|
|
2015
2513
|
}
|
|
2016
2514
|
.ups-db .hover\:text-zinc-900:hover {
|
|
2017
2515
|
--tw-text-opacity: 1;
|
|
2018
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2516
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2019
2517
|
}
|
|
2020
2518
|
.ups-db .hover\:text-zinc-950:hover {
|
|
2021
2519
|
--tw-text-opacity: 1;
|
|
2022
|
-
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity
|
|
2520
|
+
color: rgb(var(--color-zinc-950) / var(--tw-text-opacity));
|
|
2023
2521
|
}
|
|
2024
2522
|
.ups-db .hover\:underline:hover {
|
|
2025
2523
|
text-decoration-line: underline;
|
|
@@ -2027,21 +2525,25 @@
|
|
|
2027
2525
|
.ups-db .hover\:opacity-100:hover {
|
|
2028
2526
|
opacity: 1;
|
|
2029
2527
|
}
|
|
2528
|
+
.ups-db .focus\:border-zinc-400:focus {
|
|
2529
|
+
--tw-border-opacity: 1;
|
|
2530
|
+
border-color: rgb(var(--color-zinc-400) / var(--tw-border-opacity));
|
|
2531
|
+
}
|
|
2030
2532
|
.ups-db .focus\:bg-red-500:focus {
|
|
2031
2533
|
--tw-bg-opacity: 1;
|
|
2032
|
-
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity
|
|
2534
|
+
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
2033
2535
|
}
|
|
2034
2536
|
.ups-db .focus\:bg-zinc-100:focus {
|
|
2035
2537
|
--tw-bg-opacity: 1;
|
|
2036
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2538
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2037
2539
|
}
|
|
2038
2540
|
.ups-db .focus\:text-white:focus {
|
|
2039
2541
|
--tw-text-opacity: 1;
|
|
2040
|
-
color: rgb(var(--color-white) / var(--tw-text-opacity
|
|
2542
|
+
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
2041
2543
|
}
|
|
2042
2544
|
.ups-db .focus\:text-zinc-900:focus {
|
|
2043
2545
|
--tw-text-opacity: 1;
|
|
2044
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2546
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2045
2547
|
}
|
|
2046
2548
|
.ups-db .focus\:opacity-100:focus {
|
|
2047
2549
|
opacity: 1;
|
|
@@ -2068,14 +2570,14 @@
|
|
|
2068
2570
|
}
|
|
2069
2571
|
.ups-db .focus\:ring-zinc-950:focus {
|
|
2070
2572
|
--tw-ring-opacity: 1;
|
|
2071
|
-
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity
|
|
2573
|
+
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity));
|
|
2072
2574
|
}
|
|
2073
2575
|
.ups-db .focus\:ring-offset-2:focus {
|
|
2074
2576
|
--tw-ring-offset-width: 2px;
|
|
2075
2577
|
}
|
|
2076
2578
|
.ups-db .focus-visible\:bg-zinc-50:focus-visible {
|
|
2077
2579
|
--tw-bg-opacity: 1;
|
|
2078
|
-
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity
|
|
2580
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
2079
2581
|
}
|
|
2080
2582
|
.ups-db .focus-visible\:outline-none:focus-visible {
|
|
2081
2583
|
outline: 2px solid transparent;
|
|
@@ -2091,7 +2593,7 @@
|
|
|
2091
2593
|
}
|
|
2092
2594
|
.ups-db .focus-visible\:ring-zinc-950:focus-visible {
|
|
2093
2595
|
--tw-ring-opacity: 1;
|
|
2094
|
-
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity
|
|
2596
|
+
--tw-ring-color: rgb(var(--color-zinc-950) / var(--tw-ring-opacity));
|
|
2095
2597
|
}
|
|
2096
2598
|
.ups-db .focus-visible\:ring-offset-2:focus-visible {
|
|
2097
2599
|
--tw-ring-offset-width: 2px;
|
|
@@ -2108,9 +2610,19 @@
|
|
|
2108
2610
|
.ups-db .group\/editor:hover .group-hover\/editor\:flex {
|
|
2109
2611
|
display: flex;
|
|
2110
2612
|
}
|
|
2111
|
-
.ups-db .group:hover .group-hover\:
|
|
2112
|
-
--tw-
|
|
2113
|
-
|
|
2613
|
+
.ups-db .group\/condition:hover .group-hover\/condition\:translate-x-0 {
|
|
2614
|
+
--tw-translate-x: 0px;
|
|
2615
|
+
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));
|
|
2616
|
+
}
|
|
2617
|
+
.ups-db .group\/group:hover .group-hover\/group\:translate-x-0 {
|
|
2618
|
+
--tw-translate-x: 0px;
|
|
2619
|
+
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));
|
|
2620
|
+
}
|
|
2621
|
+
.ups-db .group\/condition:hover .group-hover\/condition\:opacity-100 {
|
|
2622
|
+
opacity: 1;
|
|
2623
|
+
}
|
|
2624
|
+
.ups-db .group\/group:hover .group-hover\/group\:opacity-100 {
|
|
2625
|
+
opacity: 1;
|
|
2114
2626
|
}
|
|
2115
2627
|
.ups-db .group:hover .group-hover\:opacity-100 {
|
|
2116
2628
|
opacity: 1;
|
|
@@ -2120,30 +2632,30 @@
|
|
|
2120
2632
|
}
|
|
2121
2633
|
.ups-db .group.destructive .group-\[\.destructive\]\:text-red-300 {
|
|
2122
2634
|
--tw-text-opacity: 1;
|
|
2123
|
-
color: rgb(var(--color-red-300) / var(--tw-text-opacity
|
|
2635
|
+
color: rgb(var(--color-red-300) / var(--tw-text-opacity));
|
|
2124
2636
|
}
|
|
2125
2637
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:border-red-500\/30:hover {
|
|
2126
2638
|
border-color: rgb(var(--color-red-500) / 0.3);
|
|
2127
2639
|
}
|
|
2128
2640
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:bg-red-500:hover {
|
|
2129
2641
|
--tw-bg-opacity: 1;
|
|
2130
|
-
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity
|
|
2642
|
+
background-color: rgb(var(--color-red-500) / var(--tw-bg-opacity));
|
|
2131
2643
|
}
|
|
2132
2644
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
|
|
2133
2645
|
--tw-text-opacity: 1;
|
|
2134
|
-
color: rgb(var(--color-red-50) / var(--tw-text-opacity
|
|
2646
|
+
color: rgb(var(--color-red-50) / var(--tw-text-opacity));
|
|
2135
2647
|
}
|
|
2136
2648
|
.ups-db .group.destructive .group-\[\.destructive\]\:hover\:text-zinc-50:hover {
|
|
2137
2649
|
--tw-text-opacity: 1;
|
|
2138
|
-
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity
|
|
2650
|
+
color: rgb(var(--color-zinc-50) / var(--tw-text-opacity));
|
|
2139
2651
|
}
|
|
2140
2652
|
.ups-db .group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
|
|
2141
2653
|
--tw-ring-opacity: 1;
|
|
2142
|
-
--tw-ring-color: rgb(var(--color-red-400) / var(--tw-ring-opacity
|
|
2654
|
+
--tw-ring-color: rgb(var(--color-red-400) / var(--tw-ring-opacity));
|
|
2143
2655
|
}
|
|
2144
2656
|
.ups-db .group.destructive .group-\[\.destructive\]\:focus\:ring-red-500:focus {
|
|
2145
2657
|
--tw-ring-opacity: 1;
|
|
2146
|
-
--tw-ring-color: rgb(var(--color-red-500) / var(--tw-ring-opacity
|
|
2658
|
+
--tw-ring-color: rgb(var(--color-red-500) / var(--tw-ring-opacity));
|
|
2147
2659
|
}
|
|
2148
2660
|
.ups-db .group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
|
|
2149
2661
|
--tw-ring-offset-color: rgb(var(--color-red-600) / 1);
|
|
@@ -2154,6 +2666,13 @@
|
|
|
2154
2666
|
.ups-db .peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
2155
2667
|
opacity: 0.7;
|
|
2156
2668
|
}
|
|
2669
|
+
.ups-db .has-\[\[data-state\=open\]\]\:translate-x-0:has([data-state=open]) {
|
|
2670
|
+
--tw-translate-x: 0px;
|
|
2671
|
+
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));
|
|
2672
|
+
}
|
|
2673
|
+
.ups-db .has-\[\[data-state\=open\]\]\:opacity-100:has([data-state=open]) {
|
|
2674
|
+
opacity: 1;
|
|
2675
|
+
}
|
|
2157
2676
|
.ups-db .data-\[disabled\=true\]\:pointer-events-none[data-disabled=true] {
|
|
2158
2677
|
pointer-events: none;
|
|
2159
2678
|
}
|
|
@@ -2190,23 +2709,23 @@
|
|
|
2190
2709
|
}
|
|
2191
2710
|
.ups-db .data-\[selected\=true\]\:bg-zinc-100[data-selected=true] {
|
|
2192
2711
|
--tw-bg-opacity: 1;
|
|
2193
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2712
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2194
2713
|
}
|
|
2195
2714
|
.ups-db .data-\[state\=open\]\:bg-zinc-100[data-state=open] {
|
|
2196
2715
|
--tw-bg-opacity: 1;
|
|
2197
|
-
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity
|
|
2716
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2198
2717
|
}
|
|
2199
2718
|
.ups-db .data-\[selected\=true\]\:text-zinc-900[data-selected=true] {
|
|
2200
2719
|
--tw-text-opacity: 1;
|
|
2201
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2720
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2202
2721
|
}
|
|
2203
2722
|
.ups-db .data-\[state\=open\]\:text-zinc-500[data-state=open] {
|
|
2204
2723
|
--tw-text-opacity: 1;
|
|
2205
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2724
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2206
2725
|
}
|
|
2207
2726
|
.ups-db .data-\[state\=open\]\:text-zinc-900[data-state=open] {
|
|
2208
2727
|
--tw-text-opacity: 1;
|
|
2209
|
-
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity
|
|
2728
|
+
color: rgb(var(--color-zinc-900) / var(--tw-text-opacity));
|
|
2210
2729
|
}
|
|
2211
2730
|
.ups-db .data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2212
2731
|
opacity: 0.5;
|
|
@@ -2288,23 +2807,38 @@
|
|
|
2288
2807
|
}
|
|
2289
2808
|
.ups-db .dark\:border-b-zinc-200:is(.dark *) {
|
|
2290
2809
|
--tw-border-opacity: 1;
|
|
2291
|
-
border-bottom-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity
|
|
2810
|
+
border-bottom-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
2811
|
+
}
|
|
2812
|
+
.ups-db .dark\:bg-neutral-50:is(.dark *) {
|
|
2813
|
+
--tw-bg-opacity: 1;
|
|
2814
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
|
2815
|
+
}
|
|
2816
|
+
.ups-db .dark\:bg-neutral-50\/20:is(.dark *) {
|
|
2817
|
+
background-color: rgb(250 250 250 / 0.2);
|
|
2818
|
+
}
|
|
2819
|
+
.ups-db .dark\:bg-zinc-100:is(.dark *) {
|
|
2820
|
+
--tw-bg-opacity: 1;
|
|
2821
|
+
background-color: rgb(var(--color-zinc-100) / var(--tw-bg-opacity));
|
|
2292
2822
|
}
|
|
2293
2823
|
.ups-db .dark\:bg-zinc-200:is(.dark *) {
|
|
2294
2824
|
--tw-bg-opacity: 1;
|
|
2295
|
-
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity
|
|
2825
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2826
|
+
}
|
|
2827
|
+
.ups-db .dark\:bg-zinc-300:is(.dark *) {
|
|
2828
|
+
--tw-bg-opacity: 1;
|
|
2829
|
+
background-color: rgb(var(--color-zinc-300) / var(--tw-bg-opacity));
|
|
2296
2830
|
}
|
|
2297
|
-
.ups-db .dark\:text-
|
|
2831
|
+
.ups-db .dark\:text-red-400:is(.dark *) {
|
|
2298
2832
|
--tw-text-opacity: 1;
|
|
2299
|
-
color: rgb(var(--color-
|
|
2833
|
+
color: rgb(var(--color-red-400) / var(--tw-text-opacity));
|
|
2300
2834
|
}
|
|
2301
2835
|
.ups-db .dark\:text-zinc-600:is(.dark *) {
|
|
2302
2836
|
--tw-text-opacity: 1;
|
|
2303
|
-
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity
|
|
2837
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
2304
2838
|
}
|
|
2305
2839
|
.ups-db .dark\:hover\:bg-zinc-200:hover:is(.dark *) {
|
|
2306
2840
|
--tw-bg-opacity: 1;
|
|
2307
|
-
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity
|
|
2841
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2308
2842
|
}
|
|
2309
2843
|
@media (min-width: 640px) {
|
|
2310
2844
|
.ups-db .sm\:\!mt-0 {
|
|
@@ -2346,6 +2880,14 @@
|
|
|
2346
2880
|
font-size: 0.75rem;
|
|
2347
2881
|
line-height: 1rem;
|
|
2348
2882
|
}
|
|
2883
|
+
.ups-db .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
|
|
2884
|
+
-webkit-appearance: none;
|
|
2885
|
+
appearance: none;
|
|
2886
|
+
}
|
|
2887
|
+
.ups-db .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
|
|
2888
|
+
-webkit-appearance: none;
|
|
2889
|
+
appearance: none;
|
|
2890
|
+
}
|
|
2349
2891
|
.ups-db .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
|
|
2350
2892
|
display: none;
|
|
2351
2893
|
}
|
|
@@ -2355,6 +2897,17 @@
|
|
|
2355
2897
|
.ups-db .\[\&\>svg\]\:shrink-0 > svg {
|
|
2356
2898
|
flex-shrink: 0;
|
|
2357
2899
|
}
|
|
2900
|
+
.ups-db .\[\&\>svg\]\:text-zinc-400 > svg {
|
|
2901
|
+
--tw-text-opacity: 1;
|
|
2902
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2903
|
+
}
|
|
2904
|
+
.ups-db .\[\&_\.current-line\]\:\!border-none .current-line {
|
|
2905
|
+
border-style: none !important;
|
|
2906
|
+
}
|
|
2907
|
+
.ups-db .\[\&_\.current-line\]\:\!bg-emerald-50 .current-line {
|
|
2908
|
+
--tw-bg-opacity: 1 !important;
|
|
2909
|
+
background-color: rgb(var(--color-emerald-50) / var(--tw-bg-opacity)) !important;
|
|
2910
|
+
}
|
|
2358
2911
|
.ups-db .\[\&_\.monaco-editor-background\]\:\!bg-transparent .monaco-editor-background {
|
|
2359
2912
|
background-color: transparent !important;
|
|
2360
2913
|
}
|
|
@@ -2378,7 +2931,7 @@
|
|
|
2378
2931
|
}
|
|
2379
2932
|
.ups-db .\[\&_\[cmdk-group-heading\]\]\:text-zinc-500 [cmdk-group-heading] {
|
|
2380
2933
|
--tw-text-opacity: 1;
|
|
2381
|
-
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity
|
|
2934
|
+
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
2382
2935
|
}
|
|
2383
2936
|
.ups-db .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
|
|
2384
2937
|
padding-left: 0.5rem;
|
|
@@ -2407,6 +2960,9 @@
|
|
|
2407
2960
|
.ups-db .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
2408
2961
|
width: 1.25rem;
|
|
2409
2962
|
}
|
|
2963
|
+
.ups-db .\[\&_\[role\=\'presentation\'\]\]\:\!bg-transparent [role=presentation] {
|
|
2964
|
+
background-color: transparent !important;
|
|
2965
|
+
}
|
|
2410
2966
|
.ups-db .\[\&_svg\]\:size-4 svg {
|
|
2411
2967
|
width: 1rem;
|
|
2412
2968
|
height: 1rem;
|