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

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:13:31.362Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6134,7 +6134,8 @@ button.kds-fab:focus-visible {
6134
6134
  .kds-status-block-title {
6135
6135
  font-size: var(--kds-font-size-xl);
6136
6136
  font-weight: var(--kds-font-weight-semibold);
6137
- color: var(--kds-color-text-primary);
6137
+ /* Mismo color que la descripción: título y subtítulo parejos en resultados. */
6138
+ color: var(--kds-color-text-secondary);
6138
6139
  margin: 0 0 var(--kds-spacing-1);
6139
6140
  /* El reset global :where(h2) usa estas vars con !important; así se overridea. */
6140
6141
  --kds-typography-h2-margin-block-end: var(--kds-spacing-1);