@proveanything/smartlinks-utils-ui 0.10.8 → 0.11.0

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;
@@ -3362,6 +3377,9 @@
3362
3377
  .opacity-100 {
3363
3378
  opacity: 1;
3364
3379
  }
3380
+ .opacity-40 {
3381
+ opacity: 0.4;
3382
+ }
3365
3383
  .opacity-50 {
3366
3384
  opacity: 0.5;
3367
3385
  }