@khipu/design-system 0.2.0-alpha.90 → 0.2.0-alpha.92

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-02T21:31:49.446Z
14
+ * Generated: 2026-07-03T17:29:33.898Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6018,8 +6018,8 @@ button.kds-fab:focus-visible {
6018
6018
  .kds-status-block-icon {
6019
6019
  width: var(--kds-status-icon-size);
6020
6020
  height: var(--kds-status-icon-size);
6021
- /* spacing-2 (16px) icono→título: rhythm estándar inter-elementos. */
6022
- margin: 0 auto var(--kds-spacing-2);
6021
+ /* spacing-1 (8px) icono→título: elementos relacionados dentro del bloque. */
6022
+ margin: 0 auto var(--kds-spacing-1);
6023
6023
  border-radius: var(--kds-radius-full);
6024
6024
  display: grid;
6025
6025
  place-items: center;
@@ -6041,6 +6041,10 @@ button.kds-fab:focus-visible {
6041
6041
  font-size: var(--kds-font-size-sm);
6042
6042
  color: var(--kds-color-text-secondary);
6043
6043
  margin: 0;
6044
+ /* !important: anula el auto-espaciado de hermanos de BeerCSS
6045
+ (margin-block-start: 1rem, especificidad 0,5,1 imposible de igualar).
6046
+ La separación título→descripción la da el margin-bottom del título. */
6047
+ margin-top: 0 !important;
6044
6048
  }
6045
6049
 
6046
6050
  /* Variant: success */