@proveanything/smartlinks-utils-ui 0.10.8 → 0.10.9

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.
@@ -1746,6 +1746,21 @@
1746
1746
  .ra-shell .ra-status-icon--missing {
1747
1747
  color: hsl(var(--ra-status-missing) / 0.7);
1748
1748
  }
1749
+ .ra-shell .ra-status-icon--success {
1750
+ color: hsl(var(--ra-success));
1751
+ }
1752
+ .ra-shell .ra-status-icon--warning {
1753
+ color: hsl(var(--ra-warning));
1754
+ }
1755
+ .ra-shell .ra-status-icon--danger {
1756
+ color: hsl(var(--ra-danger));
1757
+ }
1758
+ .ra-shell .ra-status-icon--info {
1759
+ color: hsl(var(--ra-info));
1760
+ }
1761
+ .ra-shell .ra-status-icon--muted {
1762
+ color: hsl(var(--ra-status-missing) / 0.7);
1763
+ }
1749
1764
  .ra-shell .ra-row-status {
1750
1765
  display: inline-flex;
1751
1766
  align-items: center;