rsuite 5.83.1 → 5.83.2

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.
@@ -14071,6 +14071,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
14071
14071
  color: #8f1300;
14072
14072
  color: var(--rs-red-900);
14073
14073
  }
14074
+ .rs-stat-trend-equal {
14075
+ color: #004299;
14076
+ color: var(--rs-primary-900);
14077
+ }
14074
14078
  .rs-stat-trend-default {
14075
14079
  padding: 2px 6px;
14076
14080
  }
@@ -14082,6 +14086,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
14082
14086
  background-color: #fccfcf;
14083
14087
  background-color: var(--rs-red-100);
14084
14088
  }
14089
+ .rs-stat-trend-default.rs-stat-trend-equal {
14090
+ background-color: #cce9ff;
14091
+ background-color: var(--rs-primary-100);
14092
+ }
14085
14093
  .rs-stat-trend-subtle.rs-stat-trend-up {
14086
14094
  color: #37ab3c;
14087
14095
  color: var(--rs-green-600);
@@ -14090,6 +14098,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
14090
14098
  color: #eb3626;
14091
14099
  color: var(--rs-red-600);
14092
14100
  }
14101
+ .rs-stat-trend-subtle.rs-stat-trend-equal {
14102
+ color: #2589f5;
14103
+ color: var(--rs-primary-600);
14104
+ }
14093
14105
  .rs-stat-help-text {
14094
14106
  color: #717273;
14095
14107
  color: var(--rs-text-secondary);