@upstash/react-redis-browser 0.2.14-rc.1 → 0.2.14-rc.3
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 +79 -6
- package/dist/index.js +3598 -2377
- package/dist/index.mjs +4099 -2878
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -864,6 +864,9 @@
|
|
|
864
864
|
.ups-db .z-\[100\] {
|
|
865
865
|
z-index: 100;
|
|
866
866
|
}
|
|
867
|
+
.ups-db .col-span-2 {
|
|
868
|
+
grid-column: span 2 / span 2;
|
|
869
|
+
}
|
|
867
870
|
.ups-db .-mx-1 {
|
|
868
871
|
margin-left: -0.25rem;
|
|
869
872
|
margin-right: -0.25rem;
|
|
@@ -894,6 +897,9 @@
|
|
|
894
897
|
.ups-db .mb-1 {
|
|
895
898
|
margin-bottom: 0.25rem;
|
|
896
899
|
}
|
|
900
|
+
.ups-db .mb-1\.5 {
|
|
901
|
+
margin-bottom: 0.375rem;
|
|
902
|
+
}
|
|
897
903
|
.ups-db .mb-2 {
|
|
898
904
|
margin-bottom: 0.5rem;
|
|
899
905
|
}
|
|
@@ -924,9 +930,15 @@
|
|
|
924
930
|
.ups-db .mt-0\.5 {
|
|
925
931
|
margin-top: 0.125rem;
|
|
926
932
|
}
|
|
933
|
+
.ups-db .mt-1 {
|
|
934
|
+
margin-top: 0.25rem;
|
|
935
|
+
}
|
|
927
936
|
.ups-db .mt-2 {
|
|
928
937
|
margin-top: 0.5rem;
|
|
929
938
|
}
|
|
939
|
+
.ups-db .mt-3 {
|
|
940
|
+
margin-top: 0.75rem;
|
|
941
|
+
}
|
|
930
942
|
.ups-db .mt-4 {
|
|
931
943
|
margin-top: 1rem;
|
|
932
944
|
}
|
|
@@ -1034,6 +1046,9 @@
|
|
|
1034
1046
|
.ups-db .h-px {
|
|
1035
1047
|
height: 1px;
|
|
1036
1048
|
}
|
|
1049
|
+
.ups-db .max-h-\[200px\] {
|
|
1050
|
+
max-height: 200px;
|
|
1051
|
+
}
|
|
1037
1052
|
.ups-db .max-h-\[300px\] {
|
|
1038
1053
|
max-height: 300px;
|
|
1039
1054
|
}
|
|
@@ -1131,6 +1146,9 @@
|
|
|
1131
1146
|
.ups-db .min-w-24 {
|
|
1132
1147
|
min-width: 6rem;
|
|
1133
1148
|
}
|
|
1149
|
+
.ups-db .min-w-\[140px\] {
|
|
1150
|
+
min-width: 140px;
|
|
1151
|
+
}
|
|
1134
1152
|
.ups-db .min-w-\[30px\] {
|
|
1135
1153
|
min-width: 30px;
|
|
1136
1154
|
}
|
|
@@ -1143,6 +1161,9 @@
|
|
|
1143
1161
|
.ups-db .max-w-0 {
|
|
1144
1162
|
max-width: 0px;
|
|
1145
1163
|
}
|
|
1164
|
+
.ups-db .max-w-2xl {
|
|
1165
|
+
max-width: 42rem;
|
|
1166
|
+
}
|
|
1146
1167
|
.ups-db .max-w-32 {
|
|
1147
1168
|
max-width: 8rem;
|
|
1148
1169
|
}
|
|
@@ -1158,6 +1179,9 @@
|
|
|
1158
1179
|
.ups-db .max-w-md {
|
|
1159
1180
|
max-width: 28rem;
|
|
1160
1181
|
}
|
|
1182
|
+
.ups-db .max-w-xs {
|
|
1183
|
+
max-width: 20rem;
|
|
1184
|
+
}
|
|
1161
1185
|
.ups-db .flex-1 {
|
|
1162
1186
|
flex: 1 1 0%;
|
|
1163
1187
|
}
|
|
@@ -1242,6 +1266,9 @@
|
|
|
1242
1266
|
.ups-db .resize {
|
|
1243
1267
|
resize: both;
|
|
1244
1268
|
}
|
|
1269
|
+
.ups-db .grid-cols-4 {
|
|
1270
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1271
|
+
}
|
|
1245
1272
|
.ups-db .flex-col {
|
|
1246
1273
|
flex-direction: column;
|
|
1247
1274
|
}
|
|
@@ -1330,9 +1357,6 @@
|
|
|
1330
1357
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1331
1358
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
1332
1359
|
}
|
|
1333
|
-
.ups-db .overflow-auto {
|
|
1334
|
-
overflow: auto;
|
|
1335
|
-
}
|
|
1336
1360
|
.ups-db .overflow-hidden {
|
|
1337
1361
|
overflow: hidden;
|
|
1338
1362
|
}
|
|
@@ -1359,9 +1383,6 @@
|
|
|
1359
1383
|
.ups-db .whitespace-nowrap {
|
|
1360
1384
|
white-space: nowrap;
|
|
1361
1385
|
}
|
|
1362
|
-
.ups-db .whitespace-pre-wrap {
|
|
1363
|
-
white-space: pre-wrap;
|
|
1364
|
-
}
|
|
1365
1386
|
.ups-db .text-balance {
|
|
1366
1387
|
text-wrap: balance;
|
|
1367
1388
|
}
|
|
@@ -1407,6 +1428,10 @@
|
|
|
1407
1428
|
border-top-left-radius: 0px;
|
|
1408
1429
|
border-bottom-left-radius: 0px;
|
|
1409
1430
|
}
|
|
1431
|
+
.ups-db .rounded-r-lg {
|
|
1432
|
+
border-top-right-radius: 0.5rem;
|
|
1433
|
+
border-bottom-right-radius: 0.5rem;
|
|
1434
|
+
}
|
|
1410
1435
|
.ups-db .rounded-r-md {
|
|
1411
1436
|
border-top-right-radius: 0.375rem;
|
|
1412
1437
|
border-bottom-right-radius: 0.375rem;
|
|
@@ -1422,6 +1447,9 @@
|
|
|
1422
1447
|
.ups-db .border {
|
|
1423
1448
|
border-width: 1px;
|
|
1424
1449
|
}
|
|
1450
|
+
.ups-db .border-2 {
|
|
1451
|
+
border-width: 2px;
|
|
1452
|
+
}
|
|
1425
1453
|
.ups-db .border-\[4px\] {
|
|
1426
1454
|
border-width: 4px;
|
|
1427
1455
|
}
|
|
@@ -1506,6 +1534,10 @@
|
|
|
1506
1534
|
--tw-border-opacity: 1;
|
|
1507
1535
|
border-bottom-color: rgb(var(--color-zinc-100) / var(--tw-border-opacity));
|
|
1508
1536
|
}
|
|
1537
|
+
.ups-db .border-t-zinc-600 {
|
|
1538
|
+
--tw-border-opacity: 1;
|
|
1539
|
+
border-top-color: rgb(var(--color-zinc-600) / var(--tw-border-opacity));
|
|
1540
|
+
}
|
|
1509
1541
|
.ups-db .\!bg-amber-50 {
|
|
1510
1542
|
--tw-bg-opacity: 1 !important;
|
|
1511
1543
|
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity)) !important;
|
|
@@ -1546,6 +1578,10 @@
|
|
|
1546
1578
|
--tw-bg-opacity: 1;
|
|
1547
1579
|
background-color: rgb(var(--color-amber-200) / var(--tw-bg-opacity));
|
|
1548
1580
|
}
|
|
1581
|
+
.ups-db .bg-amber-300 {
|
|
1582
|
+
--tw-bg-opacity: 1;
|
|
1583
|
+
background-color: rgb(var(--color-amber-300) / var(--tw-bg-opacity));
|
|
1584
|
+
}
|
|
1549
1585
|
.ups-db .bg-amber-50 {
|
|
1550
1586
|
--tw-bg-opacity: 1;
|
|
1551
1587
|
background-color: rgb(var(--color-amber-50) / var(--tw-bg-opacity));
|
|
@@ -1680,6 +1716,9 @@
|
|
|
1680
1716
|
.ups-db .p-2 {
|
|
1681
1717
|
padding: 0.5rem;
|
|
1682
1718
|
}
|
|
1719
|
+
.ups-db .p-3 {
|
|
1720
|
+
padding: 0.75rem;
|
|
1721
|
+
}
|
|
1683
1722
|
.ups-db .p-4 {
|
|
1684
1723
|
padding: 1rem;
|
|
1685
1724
|
}
|
|
@@ -1735,6 +1774,10 @@
|
|
|
1735
1774
|
padding-top: 0px;
|
|
1736
1775
|
padding-bottom: 0px;
|
|
1737
1776
|
}
|
|
1777
|
+
.ups-db .py-0\.5 {
|
|
1778
|
+
padding-top: 0.125rem;
|
|
1779
|
+
padding-bottom: 0.125rem;
|
|
1780
|
+
}
|
|
1738
1781
|
.ups-db .py-1 {
|
|
1739
1782
|
padding-top: 0.25rem;
|
|
1740
1783
|
padding-bottom: 0.25rem;
|
|
@@ -1751,6 +1794,10 @@
|
|
|
1751
1794
|
padding-top: 0.75rem;
|
|
1752
1795
|
padding-bottom: 0.75rem;
|
|
1753
1796
|
}
|
|
1797
|
+
.ups-db .py-4 {
|
|
1798
|
+
padding-top: 1rem;
|
|
1799
|
+
padding-bottom: 1rem;
|
|
1800
|
+
}
|
|
1754
1801
|
.ups-db .py-5 {
|
|
1755
1802
|
padding-top: 1.25rem;
|
|
1756
1803
|
padding-bottom: 1.25rem;
|
|
@@ -1989,6 +2036,9 @@
|
|
|
1989
2036
|
--tw-text-opacity: 1;
|
|
1990
2037
|
color: rgb(var(--color-sky-900) / var(--tw-text-opacity));
|
|
1991
2038
|
}
|
|
2039
|
+
.ups-db .text-transparent {
|
|
2040
|
+
color: transparent;
|
|
2041
|
+
}
|
|
1992
2042
|
.ups-db .text-white {
|
|
1993
2043
|
--tw-text-opacity: 1;
|
|
1994
2044
|
color: rgb(var(--color-white) / var(--tw-text-opacity));
|
|
@@ -2028,6 +2078,9 @@
|
|
|
2028
2078
|
.ups-db .text-zinc-950\/50 {
|
|
2029
2079
|
color: rgb(var(--color-zinc-950) / 0.5);
|
|
2030
2080
|
}
|
|
2081
|
+
.ups-db .underline {
|
|
2082
|
+
text-decoration-line: underline;
|
|
2083
|
+
}
|
|
2031
2084
|
.ups-db .underline-offset-2 {
|
|
2032
2085
|
text-underline-offset: 2px;
|
|
2033
2086
|
}
|
|
@@ -2317,6 +2370,14 @@
|
|
|
2317
2370
|
.ups-db .file\:font-medium::file-selector-button {
|
|
2318
2371
|
font-weight: 500;
|
|
2319
2372
|
}
|
|
2373
|
+
.ups-db .placeholder\:text-zinc-400::-moz-placeholder {
|
|
2374
|
+
--tw-text-opacity: 1;
|
|
2375
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2376
|
+
}
|
|
2377
|
+
.ups-db .placeholder\:text-zinc-400::placeholder {
|
|
2378
|
+
--tw-text-opacity: 1;
|
|
2379
|
+
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|
|
2380
|
+
}
|
|
2320
2381
|
.ups-db .placeholder\:text-zinc-500::-moz-placeholder {
|
|
2321
2382
|
--tw-text-opacity: 1;
|
|
2322
2383
|
color: rgb(var(--color-zinc-500) / var(--tw-text-opacity));
|
|
@@ -2328,6 +2389,10 @@
|
|
|
2328
2389
|
.ups-db .hover\:bg-black\/10:hover {
|
|
2329
2390
|
background-color: rgb(var(--color-black) / 0.1);
|
|
2330
2391
|
}
|
|
2392
|
+
.ups-db .hover\:bg-emerald-100:hover {
|
|
2393
|
+
--tw-bg-opacity: 1;
|
|
2394
|
+
background-color: rgb(var(--color-emerald-100) / var(--tw-bg-opacity));
|
|
2395
|
+
}
|
|
2331
2396
|
.ups-db .hover\:bg-emerald-600:hover {
|
|
2332
2397
|
--tw-bg-opacity: 1;
|
|
2333
2398
|
background-color: rgb(var(--color-emerald-600) / var(--tw-bg-opacity));
|
|
@@ -2352,6 +2417,10 @@
|
|
|
2352
2417
|
.ups-db .hover\:bg-zinc-300\/10:hover {
|
|
2353
2418
|
background-color: rgb(var(--color-zinc-300) / 0.1);
|
|
2354
2419
|
}
|
|
2420
|
+
.ups-db .hover\:bg-zinc-50:hover {
|
|
2421
|
+
--tw-bg-opacity: 1;
|
|
2422
|
+
background-color: rgb(var(--color-zinc-50) / var(--tw-bg-opacity));
|
|
2423
|
+
}
|
|
2355
2424
|
.ups-db .hover\:bg-zinc-800:hover {
|
|
2356
2425
|
--tw-bg-opacity: 1;
|
|
2357
2426
|
background-color: rgb(var(--color-zinc-800) / var(--tw-bg-opacity));
|
|
@@ -2698,6 +2767,10 @@
|
|
|
2698
2767
|
--tw-text-opacity: 1;
|
|
2699
2768
|
color: rgb(var(--color-zinc-100) / var(--tw-text-opacity));
|
|
2700
2769
|
}
|
|
2770
|
+
.ups-db .dark\:text-zinc-300:is(.dark *) {
|
|
2771
|
+
--tw-text-opacity: 1;
|
|
2772
|
+
color: rgb(var(--color-zinc-300) / var(--tw-text-opacity));
|
|
2773
|
+
}
|
|
2701
2774
|
.ups-db .dark\:text-zinc-400:is(.dark *) {
|
|
2702
2775
|
--tw-text-opacity: 1;
|
|
2703
2776
|
color: rgb(var(--color-zinc-400) / var(--tw-text-opacity));
|