@mond-design-system/react 4.5.0 → 4.6.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 +26 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +27 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +9 -3
- package/dist/index.d.ts +9 -3
- package/dist/index.js +26 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -791,6 +791,9 @@ button.mds-Link__link {
|
|
|
791
791
|
.mds-Sheet__headerTitle {
|
|
792
792
|
flex: 1;
|
|
793
793
|
min-width: 0;
|
|
794
|
+
margin: 0;
|
|
795
|
+
font: inherit;
|
|
796
|
+
color: inherit;
|
|
794
797
|
}
|
|
795
798
|
.mds-Sheet__close {
|
|
796
799
|
display: inline-flex;
|
|
@@ -1614,6 +1617,20 @@ button.mds-Link__link {
|
|
|
1614
1617
|
.mds-List__interactive:hover {
|
|
1615
1618
|
background: var(--mds-surface-sunken);
|
|
1616
1619
|
}
|
|
1620
|
+
.mds-List__withActions {
|
|
1621
|
+
display: flex;
|
|
1622
|
+
align-items: center;
|
|
1623
|
+
}
|
|
1624
|
+
.mds-List__withActions > .mds-List__row {
|
|
1625
|
+
min-width: 0;
|
|
1626
|
+
}
|
|
1627
|
+
.mds-List__actions {
|
|
1628
|
+
display: inline-flex;
|
|
1629
|
+
flex: none;
|
|
1630
|
+
align-items: center;
|
|
1631
|
+
gap: var(--mds-gap-tight);
|
|
1632
|
+
padding-inline-end: var(--mds-pad-card);
|
|
1633
|
+
}
|
|
1617
1634
|
.mds-List__leading,
|
|
1618
1635
|
.mds-List__trailing {
|
|
1619
1636
|
display: inline-flex;
|
|
@@ -1790,6 +1807,9 @@ button.mds-Link__link {
|
|
|
1790
1807
|
.mds-Stack__gap-loose {
|
|
1791
1808
|
gap: var(--mds-gap-loose);
|
|
1792
1809
|
}
|
|
1810
|
+
.mds-Stack__gap-group {
|
|
1811
|
+
gap: var(--mds-stack-group);
|
|
1812
|
+
}
|
|
1793
1813
|
.mds-Stack__gap-section {
|
|
1794
1814
|
gap: var(--mds-stack-section);
|
|
1795
1815
|
}
|
|
@@ -1960,6 +1980,13 @@ button.mds-Link__link {
|
|
|
1960
1980
|
font: var(--mds-type-panel-title);
|
|
1961
1981
|
color: var(--mds-text-primary);
|
|
1962
1982
|
}
|
|
1983
|
+
.mds-Modal__headerTitle {
|
|
1984
|
+
flex: 1;
|
|
1985
|
+
min-width: 0;
|
|
1986
|
+
margin: 0;
|
|
1987
|
+
font: inherit;
|
|
1988
|
+
color: inherit;
|
|
1989
|
+
}
|
|
1963
1990
|
.mds-Modal__body {
|
|
1964
1991
|
flex: 1;
|
|
1965
1992
|
overflow-y: auto;
|