@mond-design-system/react 4.11.0 → 4.12.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
@@ -139,6 +139,10 @@
139
139
  height: var(--mds-icon-lg);
140
140
  font-size: var(--mds-icon-lg);
141
141
  }
142
+ .mds-Icon__icon > svg {
143
+ width: 100%;
144
+ height: 100%;
145
+ }
142
146
 
143
147
  /* mds-css:/home/runner/work/mond-design-system/mond-design-system/packages/react/src/components/Button/Button.module.css?mds-scoped */
144
148
  .mds-Button__button {
@@ -2174,6 +2178,16 @@ button.mds-Link__link {
2174
2178
  .mds-Card__footer:last-child {
2175
2179
  padding-bottom: var(--mds-pad-card);
2176
2180
  }
2181
+ :is(.mds-Card__header, .mds-Card__body, .mds-Card__footer) :is(.mds-Card__header, .mds-Card__body, .mds-Card__footer) {
2182
+ padding: 0;
2183
+ }
2184
+ .mds-Card__clipped {
2185
+ display: -webkit-box;
2186
+ -webkit-box-orient: vertical;
2187
+ -webkit-line-clamp: var(--card-lines);
2188
+ line-clamp: var(--card-lines);
2189
+ overflow: hidden;
2190
+ }
2177
2191
 
2178
2192
  /* mds-css:/home/runner/work/mond-design-system/mond-design-system/packages/react/src/components/Modal/Modal.module.css?mds-scoped */
2179
2193
  .mds-Modal__panel {