@workbench-ai/workbench 0.0.74 → 0.0.76

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.
@@ -1455,12 +1455,6 @@
1455
1455
  background-color: color-mix(in oklab, var(--muted) 20%, transparent);
1456
1456
  }
1457
1457
  }
1458
- .bg-muted\/25 {
1459
- background-color: var(--muted);
1460
- @supports (color: color-mix(in lab, red, red)) {
1461
- background-color: color-mix(in oklab, var(--muted) 25%, transparent);
1462
- }
1463
- }
1464
1458
  .bg-muted\/30 {
1465
1459
  background-color: var(--muted);
1466
1460
  @supports (color: color-mix(in lab, red, red)) {