@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.
package/dist/index.css CHANGED
@@ -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;
@@ -3180,6 +3195,9 @@
3180
3195
  .opacity-100 {
3181
3196
  opacity: 1;
3182
3197
  }
3198
+ .opacity-40 {
3199
+ opacity: 0.4;
3200
+ }
3183
3201
  .opacity-50 {
3184
3202
  opacity: 0.5;
3185
3203
  }