@khipu/design-system 0.2.0-alpha.71 → 0.2.0-alpha.72
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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*
|
|
14
14
|
* AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
|
15
15
|
* Source: design-system/src/tokens/tokens.json
|
|
16
|
-
* Generated: 2026-06-
|
|
16
|
+
* Generated: 2026-06-25T18:16:56.985Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -5126,9 +5126,26 @@
|
|
|
5126
5126
|
display: block;
|
|
5127
5127
|
}
|
|
5128
5128
|
|
|
5129
|
+
/* Variante para logos que traen su propio marco/forma (logos de comercio/servicio,
|
|
5130
|
+
no fotos): `contain` + padding para que el logo entre completo sin recortar sus
|
|
5131
|
+
esquinas. Opt-in: pasar className="kds-merchant-tile--contain". */
|
|
5132
|
+
.kds-theme-root .kds-merchant-tile.logo.kds-merchant-tile--contain {
|
|
5133
|
+
padding: var(--kds-spacing-1);
|
|
5134
|
+
}
|
|
5135
|
+
.kds-theme-root .kds-merchant-tile.logo.kds-merchant-tile--contain img {
|
|
5136
|
+
object-fit: contain;
|
|
5137
|
+
}
|
|
5138
|
+
|
|
5129
5139
|
.kds-theme-root .kds-merchant-meta {
|
|
5130
5140
|
display: flex;
|
|
5131
5141
|
flex-direction: column;
|
|
5142
|
+
gap: var(--kds-spacing-0-5);
|
|
5143
|
+
}
|
|
5144
|
+
|
|
5145
|
+
/* El meta controla su propio espaciado: anula el margin sibling de BeerCSS
|
|
5146
|
+
(`… + :is(p,h*,…) { margin-block-start: 1rem }`) que separaba de más las líneas. */
|
|
5147
|
+
.kds-theme-root .kds-merchant-meta > * {
|
|
5148
|
+
margin-block: 0 !important;
|
|
5132
5149
|
}
|
|
5133
5150
|
|
|
5134
5151
|
.kds-theme-root .kds-merchant-label {
|