@khipu/design-system 0.2.0-alpha.117 → 0.2.0-alpha.118

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.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
13
13
  * Source: design-system/src/tokens/tokens.json
14
- * Generated: 2026-07-09T20:18:21.242Z
14
+ * Generated: 2026-07-13T22:25:46.328Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6735,8 +6735,6 @@ div.kds-invoice-header,
6735
6735
  place-items: center;
6736
6736
  color: #fff;
6737
6737
  flex-shrink: 0;
6738
- /* Clip the slightly-oversized logo (see `.kds-invoice-merchant img`) to the
6739
- rounded square so it can fully cover the deep-purple background. */
6740
6738
  overflow: hidden;
6741
6739
  }
6742
6740
 
@@ -6757,13 +6755,12 @@ div.kds-invoice-header,
6757
6755
  }
6758
6756
 
6759
6757
  .kds-invoice-merchant img {
6760
- /* Slightly larger than the container (+2px, centered by the grid) so the
6761
- logo overflows under the parent's rounded clip and the deep-purple
6762
- background never peeks through at the corners when the logo shrinks. */
6763
- width: calc(100% + 2px);
6764
- height: calc(100% + 2px);
6765
- object-fit: cover;
6766
- border-radius: var(--kds-radius-md);
6758
+ /* `contain` sobre el fondo neutro: el logo se muestra completo y las
6759
+ transparencias no quedan sobre el color de marca (KTUF-204). */
6760
+ width: 100%;
6761
+ height: 100%;
6762
+ object-fit: contain;
6763
+ padding: var(--kds-spacing-0-5);
6767
6764
  }
6768
6765
 
6769
6766
  /* -- Card Title -- */