@motiadev/plugin-bullmq 0.14.0-beta.165-602289 → 0.14.0-beta.165-917560

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/LICENSE CHANGED
@@ -90,4 +90,4 @@ these terms.
90
90
 
91
91
  **use** means anything you do with the software requiring one of your licenses.
92
92
 
93
- **trademark** means trademarks, service marks, and similar rights.
93
+ **trademark** means trademarks, service marks, and similar rights.
package/dist/index.css CHANGED
@@ -381,6 +381,9 @@
381
381
  .border-border {
382
382
  border-color: var(--border);
383
383
  }
384
+ .bg-background {
385
+ background-color: var(--background);
386
+ }
384
387
  .bg-background\/95 {
385
388
  background-color: var(--background);
386
389
  @supports (color: color-mix(in lab, red, red)) {
@@ -497,6 +500,9 @@
497
500
  .text-destructive {
498
501
  color: var(--destructive);
499
502
  }
503
+ .text-foreground {
504
+ color: var(--foreground);
505
+ }
500
506
  .text-green-500 {
501
507
  color: var(--color-green-500);
502
508
  }