@mond-design-system/react 6.3.0 → 6.4.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
@@ -1865,6 +1865,15 @@ button.mds-Link__link {
1865
1865
  .mds-DataTable__body .mds-DataTable__selected {
1866
1866
  background: var(--mds-surface-selected);
1867
1867
  }
1868
+ .mds-DataTable__body .mds-DataTable__row.mds-DataTable__danger {
1869
+ background: var(--mds-status-danger-soft);
1870
+ }
1871
+ .mds-DataTable__body .mds-DataTable__row.mds-DataTable__warning {
1872
+ background: var(--mds-status-warning-soft);
1873
+ }
1874
+ .mds-DataTable__body .mds-DataTable__row.mds-DataTable__success {
1875
+ background: var(--mds-status-success-soft);
1876
+ }
1868
1877
  .mds-DataTable__cell,
1869
1878
  .mds-DataTable__select,
1870
1879
  .mds-DataTable__actions {