@khipu/design-system 0.2.0-alpha.91 → 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.
- package/dist/beercss/khipu-beercss.css +7 -27
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +7 -27
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.js +2 -5
- package/dist/index.mjs +2 -5
- package/package.json +1 -1
|
@@ -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-03T17:
|
|
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,12 +6042,10 @@
|
|
|
6042
6042
|
font-size: var(--kds-font-size-sm);
|
|
6043
6043
|
color: var(--kds-color-text-secondary);
|
|
6044
6044
|
margin: 0;
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
.kds-theme-root .kds-status-block .kds-status-block-title {
|
|
6050
|
-
margin: 0 0 var(--kds-spacing-1);
|
|
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;
|
|
6051
6049
|
}
|
|
6052
6050
|
|
|
6053
6051
|
/* Variant: success */
|
|
@@ -8396,24 +8394,6 @@
|
|
|
8396
8394
|
.kds-theme-root .kds-col-lg-12 { grid-area: auto/span 12; }
|
|
8397
8395
|
}
|
|
8398
8396
|
|
|
8399
|
-
/* ========================================
|
|
8400
|
-
Resets de composición (layouts con gap)
|
|
8401
|
-
======================================== */
|
|
8402
|
-
|
|
8403
|
-
/* Anulan el espaciado propio del elemento cuando el layout lo gestiona el
|
|
8404
|
-
contenedor (flex + gap). "margin" en el nombre es deliberado: BeerCSS exime
|
|
8405
|
-
a [class*='margin'] de su regla de auto-espaciado entre hermanos
|
|
8406
|
-
(margin-block-start: 1rem), que de otro modo gana por especificidad.
|
|
8407
|
-
Van al final del archivo para ganar los empates de especificidad. */
|
|
8408
|
-
.kds-theme-root .kds-margin-0 {
|
|
8409
|
-
margin: 0;
|
|
8410
|
-
}
|
|
8411
|
-
|
|
8412
|
-
.kds-theme-root .kds-py-0 {
|
|
8413
|
-
padding-top: 0;
|
|
8414
|
-
padding-bottom: 0;
|
|
8415
|
-
}
|
|
8416
|
-
|
|
8417
8397
|
|
|
8418
8398
|
/* coexistence: scope wrapper must not impose layout on the host */
|
|
8419
8399
|
.kds-theme-root{display:contents}
|