@upstash/react-redis-browser 0.2.8 → 0.2.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 +28 -13
- package/dist/index.js +190 -101
- package/dist/index.mjs +316 -227
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -801,9 +801,6 @@
|
|
|
801
801
|
.ups-db .inset-0 {
|
|
802
802
|
inset: 0px;
|
|
803
803
|
}
|
|
804
|
-
.ups-db .-bottom-px {
|
|
805
|
-
bottom: -1px;
|
|
806
|
-
}
|
|
807
804
|
.ups-db .bottom-0 {
|
|
808
805
|
bottom: 0px;
|
|
809
806
|
}
|
|
@@ -813,9 +810,6 @@
|
|
|
813
810
|
.ups-db .left-2 {
|
|
814
811
|
left: 0.5rem;
|
|
815
812
|
}
|
|
816
|
-
.ups-db .left-3 {
|
|
817
|
-
left: 0.75rem;
|
|
818
|
-
}
|
|
819
813
|
.ups-db .left-\[50\%\] {
|
|
820
814
|
left: 50%;
|
|
821
815
|
}
|
|
@@ -828,9 +822,6 @@
|
|
|
828
822
|
.ups-db .right-2 {
|
|
829
823
|
right: 0.5rem;
|
|
830
824
|
}
|
|
831
|
-
.ups-db .right-3 {
|
|
832
|
-
right: 0.75rem;
|
|
833
|
-
}
|
|
834
825
|
.ups-db .right-4 {
|
|
835
826
|
right: 1rem;
|
|
836
827
|
}
|
|
@@ -865,6 +856,14 @@
|
|
|
865
856
|
margin-left: -0.25rem;
|
|
866
857
|
margin-right: -0.25rem;
|
|
867
858
|
}
|
|
859
|
+
.ups-db .-my-px {
|
|
860
|
+
margin-top: -1px;
|
|
861
|
+
margin-bottom: -1px;
|
|
862
|
+
}
|
|
863
|
+
.ups-db .mx-2 {
|
|
864
|
+
margin-left: 0.5rem;
|
|
865
|
+
margin-right: 0.5rem;
|
|
866
|
+
}
|
|
868
867
|
.ups-db .mx-auto {
|
|
869
868
|
margin-left: auto;
|
|
870
869
|
margin-right: auto;
|
|
@@ -1489,10 +1488,6 @@
|
|
|
1489
1488
|
.ups-db .p-6 {
|
|
1490
1489
|
padding: 1.5rem;
|
|
1491
1490
|
}
|
|
1492
|
-
.ups-db .px-0 {
|
|
1493
|
-
padding-left: 0px;
|
|
1494
|
-
padding-right: 0px;
|
|
1495
|
-
}
|
|
1496
1491
|
.ups-db .px-2 {
|
|
1497
1492
|
padding-left: 0.5rem;
|
|
1498
1493
|
padding-right: 0.5rem;
|
|
@@ -2300,6 +2295,26 @@
|
|
|
2300
2295
|
.ups-db .data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
|
|
2301
2296
|
--tw-enter-translate-y: -100%;
|
|
2302
2297
|
}
|
|
2298
|
+
.ups-db .dark\:border-b-zinc-200:is(.dark *) {
|
|
2299
|
+
--tw-border-opacity: 1;
|
|
2300
|
+
border-bottom-color: rgb(var(--color-zinc-200) / var(--tw-border-opacity));
|
|
2301
|
+
}
|
|
2302
|
+
.ups-db .dark\:bg-zinc-200:is(.dark *) {
|
|
2303
|
+
--tw-bg-opacity: 1;
|
|
2304
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2305
|
+
}
|
|
2306
|
+
.ups-db .dark\:text-zinc-400:is(.dark *) {
|
|
2307
|
+
--tw-text-opacity: 1;
|
|
2308
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2309
|
+
}
|
|
2310
|
+
.ups-db .dark\:text-zinc-600:is(.dark *) {
|
|
2311
|
+
--tw-text-opacity: 1;
|
|
2312
|
+
color: rgb(var(--color-zinc-600) / var(--tw-text-opacity));
|
|
2313
|
+
}
|
|
2314
|
+
.ups-db .dark\:hover\:bg-zinc-200:hover:is(.dark *) {
|
|
2315
|
+
--tw-bg-opacity: 1;
|
|
2316
|
+
background-color: rgb(var(--color-zinc-200) / var(--tw-bg-opacity));
|
|
2317
|
+
}
|
|
2303
2318
|
@media (min-width: 640px) {
|
|
2304
2319
|
.ups-db .sm\:\!mt-0 {
|
|
2305
2320
|
margin-top: 0px !important;
|