@asantemedia-org/leybold-design-system 1.0.8 → 1.0.10

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.
@@ -288,7 +288,7 @@
288
288
  display: flex;
289
289
  flex-direction: column;
290
290
  gap: 0.5rem;
291
- padding: 0.5rem;
291
+ padding: 0.5rem !important;
292
292
  background-color: white;
293
293
  box-shadow: 2.7px 2.7px 5px 0 rgba(0, 0, 0, 0.1);
294
294
  }
@@ -323,7 +323,8 @@
323
323
  min-width: 0;
324
324
  }
325
325
 
326
- .ProductCardHorizontal-module__productTitle___xBuu7 {
326
+ .ProductCardHorizontal-module__productTitle___xBuu7,
327
+ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
327
328
  margin: 0 0 0.25rem 0;
328
329
  font-size: clamp(12px, 1.25vw, 14px);
329
330
  font-weight: 600;
package/dist/index.scss CHANGED
@@ -288,7 +288,7 @@
288
288
  display: flex;
289
289
  flex-direction: column;
290
290
  gap: 0.5rem;
291
- padding: 0.5rem;
291
+ padding: 0.5rem !important;
292
292
  background-color: white;
293
293
  box-shadow: 2.7px 2.7px 5px 0 rgba(0, 0, 0, 0.1);
294
294
  }
@@ -323,7 +323,8 @@
323
323
  min-width: 0;
324
324
  }
325
325
 
326
- .ProductCardHorizontal-module__productTitle___xBuu7 {
326
+ .ProductCardHorizontal-module__productTitle___xBuu7,
327
+ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
327
328
  margin: 0 0 0.25rem 0;
328
329
  font-size: clamp(12px, 1.25vw, 14px);
329
330
  font-weight: 600;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asantemedia-org/leybold-design-system",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Design system for Leybold",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",