@upstash/react-redis-browser 0.2.5 → 0.2.6

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 CHANGED
@@ -482,9 +482,6 @@
482
482
  .ups-db .ml-auto {
483
483
  margin-left: auto;
484
484
  }
485
- .ups-db .mr-1 {
486
- margin-right: 0.25rem;
487
- }
488
485
  .ups-db .mr-2 {
489
486
  margin-right: 0.5rem;
490
487
  }
@@ -640,6 +637,9 @@
640
637
  .ups-db .w-8 {
641
638
  width: 2rem;
642
639
  }
640
+ .ups-db .w-96 {
641
+ width: 24rem;
642
+ }
643
643
  .ups-db .w-\[--radix-popover-trigger-width\] {
644
644
  width: var(--radix-popover-trigger-width);
645
645
  }
@@ -673,6 +673,9 @@
673
673
  .ups-db .max-w-32 {
674
674
  max-width: 8rem;
675
675
  }
676
+ .ups-db .max-w-\[370px\] {
677
+ max-width: 370px;
678
+ }
676
679
  .ups-db .max-w-\[400px\] {
677
680
  max-width: 400px;
678
681
  }
@@ -1341,6 +1344,10 @@
1341
1344
  --tw-text-opacity: 1;
1342
1345
  color: rgb(113 113 122 / var(--tw-text-opacity));
1343
1346
  }
1347
+ .ups-db .text-zinc-600 {
1348
+ --tw-text-opacity: 1;
1349
+ color: rgb(82 82 91 / var(--tw-text-opacity));
1350
+ }
1344
1351
  .ups-db .text-zinc-700 {
1345
1352
  --tw-text-opacity: 1;
1346
1353
  color: rgb(63 63 70 / var(--tw-text-opacity));