@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 +1 -1
- package/dist/index.css +6 -0
- package/dist/index.js +3018 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
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
|
}
|