@khipu/design-system 0.2.0-alpha.91 → 0.2.0-alpha.93
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 +9 -27
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +9 -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:35:24.299Z
|
|
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;
|
|
@@ -6036,18 +6036,18 @@
|
|
|
6036
6036
|
font-weight: var(--kds-font-weight-bold);
|
|
6037
6037
|
color: var(--kds-color-text-primary);
|
|
6038
6038
|
margin: 0 0 var(--kds-spacing-1);
|
|
6039
|
+
/* El reset global :where(h2) usa estas vars con !important; así se overridea. */
|
|
6040
|
+
--kds-typography-h2-margin-block-end: var(--kds-spacing-1);
|
|
6039
6041
|
}
|
|
6040
6042
|
|
|
6041
6043
|
.kds-theme-root .kds-status-block-description {
|
|
6042
6044
|
font-size: var(--kds-font-size-sm);
|
|
6043
6045
|
color: var(--kds-color-text-secondary);
|
|
6044
6046
|
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);
|
|
6047
|
+
/* !important: anula el auto-espaciado de hermanos de BeerCSS
|
|
6048
|
+
(margin-block-start: 1rem, especificidad 0,5,1 imposible de igualar).
|
|
6049
|
+
La separación título→descripción la da el margin-bottom del título. */
|
|
6050
|
+
margin-top: 0 !important;
|
|
6051
6051
|
}
|
|
6052
6052
|
|
|
6053
6053
|
/* Variant: success */
|
|
@@ -8396,24 +8396,6 @@
|
|
|
8396
8396
|
.kds-theme-root .kds-col-lg-12 { grid-area: auto/span 12; }
|
|
8397
8397
|
}
|
|
8398
8398
|
|
|
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
8399
|
|
|
8418
8400
|
/* coexistence: scope wrapper must not impose layout on the host */
|
|
8419
8401
|
.kds-theme-root{display:contents}
|