@khipu/design-system 0.2.0-alpha.115 → 0.2.0-alpha.117

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-07-09T17:35:46.404Z
14
+ * Generated: 2026-07-09T20:18:21.242Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6142,7 +6142,8 @@ button.kds-fab:focus-visible {
6142
6142
 
6143
6143
  .kds-status-block-description {
6144
6144
  font-size: var(--kds-font-size-sm);
6145
- color: var(--kds-color-text-secondary);
6145
+ /* Mismo color que el título: título y subtítulo parejos en resultados. */
6146
+ color: var(--kds-color-text-primary);
6146
6147
  margin: 0;
6147
6148
  /* !important: anula el auto-espaciado de hermanos de BeerCSS
6148
6149
  (margin-block-start: 1rem, especificidad 0,5,1 imposible de igualar).