@khipu/design-system 0.2.0-alpha.71 → 0.2.0-alpha.73

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-25T17:30:27.483Z
16
+ * Generated: 2026-06-25T18:49:32.548Z
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 {
@@ -6965,6 +6982,13 @@
6965
6982
  padding-bottom: 0;
6966
6983
  }
6967
6984
 
6985
+ /* Body card: alto mínimo estable para que NO salte entre estados de distinta altura
6986
+ (loader/progress ↔ formulario). Solo la body card = hijo directo de `.kds-screen`
6987
+ (los headers van dentro de `.kds-invoice-sticky-wrap`, no la afecta). */
6988
+ .kds-theme-root .kds-screen > .kds-card-elevated {
6989
+ min-height: 26rem;
6990
+ }
6991
+
6968
6992
  /* Payment stage — full-viewport centered wrapper.
6969
6993
  Fondo muted (gris) para que las cards blancas (header + body) y el gap entre
6970
6994
  ellas se distingan; sin esto, card blanca sobre fondo blanco se funden. */