@mond-design-system/react 6.1.1 → 6.2.1

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
@@ -2499,6 +2499,9 @@ th.mds-DataTable__actions {
2499
2499
  background: var(--mds-surface-page);
2500
2500
  border-bottom: var(--mds-border-width) solid var(--mds-border-subtle);
2501
2501
  }
2502
+ .mds-AppBar__flush {
2503
+ padding-inline: 0;
2504
+ }
2502
2505
  .mds-AppBar__title {
2503
2506
  flex: 1;
2504
2507
  min-width: 0;
@@ -2817,7 +2820,7 @@ th.mds-DataTable__actions {
2817
2820
  gap: var(--mds-gap-hairline);
2818
2821
  }
2819
2822
  .mds-ImageCarousel__thumb {
2820
- flex: 1 1 0;
2823
+ flex: 0 1 var(--mds-carousel-thumb);
2821
2824
  min-width: 0;
2822
2825
  overflow: hidden;
2823
2826
  padding: 0;