@cargosense/cargo-design-system 1.0.5 → 1.0.7

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.
@@ -1519,10 +1519,15 @@ class mA extends M {
1519
1519
 
1520
1520
  .informational {
1521
1521
  font-size: var(--input-hint-font-size, 14px);
1522
- color: var(input-hint-color, var(--text-secondary-color));
1522
+ color: var(--input-hint-color, var(--text-secondary-color));
1523
1523
  display:block;
1524
1524
 
1525
1525
  }
1526
+
1527
+ .informational:slotted(*) {
1528
+ color: var(--input-hint-color, var(--text-secondary-color));
1529
+
1530
+ }
1526
1531
  `;
1527
1532
  static properties = {
1528
1533
  text: {
@@ -1562,6 +1567,7 @@ class WA extends M {
1562
1567
  font-family: 'Geist';
1563
1568
  font-size: var(--label-font-size, 14px);
1564
1569
  color: var(--text-primary-color);
1570
+ font-weight: var(--label-font-weight, 500);
1565
1571
  display: block;
1566
1572
  }
1567
1573
  .disabled slot {