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.
package/dist/rsuite.css CHANGED
@@ -14087,6 +14087,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
14087
14087
  color: #8f1300;
14088
14088
  color: var(--rs-red-900);
14089
14089
  }
14090
+ .rs-stat-trend-equal {
14091
+ color: #004299;
14092
+ color: var(--rs-primary-900);
14093
+ }
14090
14094
  .rs-stat-trend-default {
14091
14095
  padding: 2px 6px;
14092
14096
  }
@@ -14098,6 +14102,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
14098
14102
  background-color: #fccfcf;
14099
14103
  background-color: var(--rs-red-100);
14100
14104
  }
14105
+ .rs-stat-trend-default.rs-stat-trend-equal {
14106
+ background-color: #cce9ff;
14107
+ background-color: var(--rs-primary-100);
14108
+ }
14101
14109
  .rs-stat-trend-subtle.rs-stat-trend-up {
14102
14110
  color: #37ab3c;
14103
14111
  color: var(--rs-green-600);
@@ -14106,6 +14114,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
14106
14114
  color: #eb3626;
14107
14115
  color: var(--rs-red-600);
14108
14116
  }
14117
+ .rs-stat-trend-subtle.rs-stat-trend-equal {
14118
+ color: #2589f5;
14119
+ color: var(--rs-primary-600);
14120
+ }
14109
14121
  .rs-stat-help-text {
14110
14122
  color: #717273;
14111
14123
  color: var(--rs-text-secondary);