@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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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:
|
|
2823
|
+
flex: 0 1 var(--mds-carousel-thumb);
|
|
2821
2824
|
min-width: 0;
|
|
2822
2825
|
overflow: hidden;
|
|
2823
2826
|
padding: 0;
|