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