@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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*
|
|
14
14
|
* AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
|
15
15
|
* Source: design-system/src/tokens/tokens.json
|
|
16
|
-
* Generated: 2026-07-
|
|
16
|
+
* Generated: 2026-07-03T17:29:33.898Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -6019,8 +6019,8 @@
|
|
|
6019
6019
|
.kds-theme-root .kds-status-block-icon {
|
|
6020
6020
|
width: var(--kds-status-icon-size);
|
|
6021
6021
|
height: var(--kds-status-icon-size);
|
|
6022
|
-
/* spacing-
|
|
6023
|
-
margin: 0 auto var(--kds-spacing-
|
|
6022
|
+
/* spacing-1 (8px) icono→título: elementos relacionados dentro del bloque. */
|
|
6023
|
+
margin: 0 auto var(--kds-spacing-1);
|
|
6024
6024
|
border-radius: var(--kds-radius-full);
|
|
6025
6025
|
display: grid;
|
|
6026
6026
|
place-items: center;
|
|
@@ -6042,6 +6042,10 @@
|
|
|
6042
6042
|
font-size: var(--kds-font-size-sm);
|
|
6043
6043
|
color: var(--kds-color-text-secondary);
|
|
6044
6044
|
margin: 0;
|
|
6045
|
+
/* !important: anula el auto-espaciado de hermanos de BeerCSS
|
|
6046
|
+
(margin-block-start: 1rem, especificidad 0,5,1 imposible de igualar).
|
|
6047
|
+
La separación título→descripción la da el margin-bottom del título. */
|
|
6048
|
+
margin-top: 0 !important;
|
|
6045
6049
|
}
|
|
6046
6050
|
|
|
6047
6051
|
/* Variant: success */
|