@upstash/react-redis-browser 0.1.6-canary → 0.1.7
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 +19 -4
- package/dist/index.js +1066 -898
- package/dist/index.mjs +1278 -1110
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -558,6 +558,9 @@
|
|
|
558
558
|
.ups-db .\!w-auto {
|
|
559
559
|
width: auto !important;
|
|
560
560
|
}
|
|
561
|
+
.ups-db .w-0 {
|
|
562
|
+
width: 0px;
|
|
563
|
+
}
|
|
561
564
|
.ups-db .w-1\.5 {
|
|
562
565
|
width: 0.375rem;
|
|
563
566
|
}
|
|
@@ -600,9 +603,15 @@
|
|
|
600
603
|
.ups-db .w-full {
|
|
601
604
|
width: 100%;
|
|
602
605
|
}
|
|
606
|
+
.ups-db .min-w-0 {
|
|
607
|
+
min-width: 0px;
|
|
608
|
+
}
|
|
603
609
|
.ups-db .min-w-24 {
|
|
604
610
|
min-width: 6rem;
|
|
605
611
|
}
|
|
612
|
+
.ups-db .min-w-\[30px\] {
|
|
613
|
+
min-width: 30px;
|
|
614
|
+
}
|
|
606
615
|
.ups-db .min-w-\[8rem\] {
|
|
607
616
|
min-width: 8rem;
|
|
608
617
|
}
|
|
@@ -956,6 +965,9 @@
|
|
|
956
965
|
.ups-db .fill-current {
|
|
957
966
|
fill: currentColor;
|
|
958
967
|
}
|
|
968
|
+
.ups-db .p-0 {
|
|
969
|
+
padding: 0px;
|
|
970
|
+
}
|
|
959
971
|
.ups-db .p-1 {
|
|
960
972
|
padding: 0.25rem;
|
|
961
973
|
}
|
|
@@ -1044,6 +1056,9 @@
|
|
|
1044
1056
|
.ups-db .text-center {
|
|
1045
1057
|
text-align: center;
|
|
1046
1058
|
}
|
|
1059
|
+
.ups-db .text-right {
|
|
1060
|
+
text-align: right;
|
|
1061
|
+
}
|
|
1047
1062
|
.ups-db .align-middle {
|
|
1048
1063
|
vertical-align: middle;
|
|
1049
1064
|
}
|
|
@@ -1170,6 +1185,10 @@
|
|
|
1170
1185
|
--tw-text-opacity: 1;
|
|
1171
1186
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
1172
1187
|
}
|
|
1188
|
+
.ups-db .text-red-600 {
|
|
1189
|
+
--tw-text-opacity: 1;
|
|
1190
|
+
color: rgb(220 38 38 / var(--tw-text-opacity));
|
|
1191
|
+
}
|
|
1173
1192
|
.ups-db .text-sky-800 {
|
|
1174
1193
|
--tw-text-opacity: 1;
|
|
1175
1194
|
color: rgb(7 89 133 / var(--tw-text-opacity));
|
|
@@ -1378,10 +1397,6 @@
|
|
|
1378
1397
|
.ups-db .hover\:bg-zinc-300\/20:hover {
|
|
1379
1398
|
background-color: rgb(212 212 216 / 0.2);
|
|
1380
1399
|
}
|
|
1381
|
-
.ups-db .hover\:bg-zinc-50:hover {
|
|
1382
|
-
--tw-bg-opacity: 1;
|
|
1383
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
|
1384
|
-
}
|
|
1385
1400
|
.ups-db .hover\:text-gray-900:hover {
|
|
1386
1401
|
--tw-text-opacity: 1;
|
|
1387
1402
|
color: rgb(17 24 39 / var(--tw-text-opacity));
|