@khipu/design-system 0.2.0-alpha.102 → 0.2.0-alpha.104

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-07T13:35:39.708Z
14
+ * Generated: 2026-07-07T14:22:40.372Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -699,7 +699,8 @@ body.dark {
699
699
  --kds-color-danger-soft: var(--kds-alert-error-bg); /* #FEF2F2 */
700
700
 
701
701
  /* Bottom Sheet */
702
- --kds-bottom-sheet-max-width: 480px;
702
+ /* Mismo ancho que la card principal del flujo (stage narrow). */
703
+ --kds-bottom-sheet-max-width: var(--kds-stage-narrow-max-width);
703
704
  --kds-bottom-sheet-shadow: 0 -8px var(--kds-spacing-3-5) rgba(0, 0, 0, 0.18);
704
705
 
705
706
  /* Status Block */
@@ -6049,7 +6050,7 @@ button.kds-fab:focus-visible {
6049
6050
 
6050
6051
  .kds-status-block-title {
6051
6052
  font-size: var(--kds-font-size-xl);
6052
- font-weight: var(--kds-font-weight-bold);
6053
+ font-weight: var(--kds-font-weight-semibold);
6053
6054
  color: var(--kds-color-text-primary);
6054
6055
  margin: 0 0 var(--kds-spacing-1);
6055
6056
  /* El reset global :where(h2) usa estas vars con !important; así se overridea. */