@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.
@@ -1018,6 +1018,9 @@
1018
1018
  .opacity-100 {
1019
1019
  opacity: 1;
1020
1020
  }
1021
+ .opacity-40 {
1022
+ opacity: 0.4;
1023
+ }
1021
1024
  .opacity-50 {
1022
1025
  opacity: 0.5;
1023
1026
  }
@@ -3439,6 +3442,21 @@
3439
3442
  .ra-shell .ra-status-icon--missing {
3440
3443
  color: hsl(var(--ra-status-missing) / 0.7);
3441
3444
  }
3445
+ .ra-shell .ra-status-icon--success {
3446
+ color: hsl(var(--ra-success));
3447
+ }
3448
+ .ra-shell .ra-status-icon--warning {
3449
+ color: hsl(var(--ra-warning));
3450
+ }
3451
+ .ra-shell .ra-status-icon--danger {
3452
+ color: hsl(var(--ra-danger));
3453
+ }
3454
+ .ra-shell .ra-status-icon--info {
3455
+ color: hsl(var(--ra-info));
3456
+ }
3457
+ .ra-shell .ra-status-icon--muted {
3458
+ color: hsl(var(--ra-status-missing) / 0.7);
3459
+ }
3442
3460
  .ra-shell .ra-row-status {
3443
3461
  display: inline-flex;
3444
3462
  align-items: center;