@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.
- package/dist/beercss/khipu-beercss.css +7 -10
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +7 -10
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +9 -4
- package/dist/index.d.ts +9 -4
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
|
@@ -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-
|
|
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
|
-
/*
|
|
6761
|
-
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
|
|
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 -- */
|