@khipu/design-system 0.2.0-alpha.68 → 0.2.0-alpha.69

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-24T19:44:27.223Z
16
+ * Generated: 2026-06-25T13:39:16.739Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -5106,16 +5106,18 @@
5106
5106
  flex-shrink: 0;
5107
5107
  }
5108
5108
 
5109
- /* Merchant tile with logo variant */
5109
+ /* Merchant tile with logo variant — la imagen ocupa el 100% del tile (sin padding,
5110
+ sin que se vea el fondo del tile como "borde"). El radius hereda el del tile para
5111
+ que la imagen quede recortada a las esquinas redondeadas. */
5110
5112
  .kds-theme-root .kds-merchant-tile.logo {
5111
- padding: var(--kds-spacing-0-5);
5113
+ padding: 0;
5112
5114
  }
5113
5115
 
5114
5116
  .kds-theme-root .kds-merchant-tile.logo img {
5115
5117
  width: 100%;
5116
5118
  height: 100%;
5117
5119
  object-fit: cover;
5118
- border-radius: var(--kds-radius-md);
5120
+ border-radius: inherit;
5119
5121
  }
5120
5122
 
5121
5123
  .kds-theme-root .kds-merchant-meta {