@mond-design-system/react 6.2.3 → 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 {
@@ -2234,6 +2243,10 @@ th.mds-DataTable__actions {
2234
2243
  line-clamp: var(--card-lines);
2235
2244
  overflow: hidden;
2236
2245
  }
2246
+ .mds-Card__flowed {
2247
+ max-height: calc(var(--card-lines) * 1lh);
2248
+ overflow: clip;
2249
+ }
2237
2250
 
2238
2251
  /* mds-css:/home/runner/work/mond-design-system/mond-design-system/packages/react/src/components/Modal/Modal.module.css?mds-scoped */
2239
2252
  .mds-Modal__panel {