@mond-design-system/react 4.5.0 → 4.6.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.cjs +23 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +17 -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 +23 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1614,6 +1614,20 @@ button.mds-Link__link {
|
|
|
1614
1614
|
.mds-List__interactive:hover {
|
|
1615
1615
|
background: var(--mds-surface-sunken);
|
|
1616
1616
|
}
|
|
1617
|
+
.mds-List__withActions {
|
|
1618
|
+
display: flex;
|
|
1619
|
+
align-items: center;
|
|
1620
|
+
}
|
|
1621
|
+
.mds-List__withActions > .mds-List__row {
|
|
1622
|
+
min-width: 0;
|
|
1623
|
+
}
|
|
1624
|
+
.mds-List__actions {
|
|
1625
|
+
display: inline-flex;
|
|
1626
|
+
flex: none;
|
|
1627
|
+
align-items: center;
|
|
1628
|
+
gap: var(--mds-gap-tight);
|
|
1629
|
+
padding-inline-end: var(--mds-pad-card);
|
|
1630
|
+
}
|
|
1617
1631
|
.mds-List__leading,
|
|
1618
1632
|
.mds-List__trailing {
|
|
1619
1633
|
display: inline-flex;
|
|
@@ -1790,6 +1804,9 @@ button.mds-Link__link {
|
|
|
1790
1804
|
.mds-Stack__gap-loose {
|
|
1791
1805
|
gap: var(--mds-gap-loose);
|
|
1792
1806
|
}
|
|
1807
|
+
.mds-Stack__gap-group {
|
|
1808
|
+
gap: var(--mds-stack-group);
|
|
1809
|
+
}
|
|
1793
1810
|
.mds-Stack__gap-section {
|
|
1794
1811
|
gap: var(--mds-stack-section);
|
|
1795
1812
|
}
|