@khipu/design-system 0.2.0-alpha.62 → 0.2.0-alpha.64
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 +5 -2
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +5 -2
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +11 -2
- package/dist/index.d.ts +11 -2
- 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-06-
|
|
16
|
+
* Generated: 2026-06-22T14:07:45.872Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -5749,7 +5749,10 @@
|
|
|
5749
5749
|
|
|
5750
5750
|
.kds-theme-root .kds-status-block {
|
|
5751
5751
|
text-align: center;
|
|
5752
|
-
|
|
5752
|
+
/* Padding vertical estándar: spacing-2 (16px), el mismo rhythm inter-elementos
|
|
5753
|
+
que usan kds-btn-stack y kds-hr-dashed. NO usar spacing-6 (48px): genera
|
|
5754
|
+
demasiado espacio cuando el bloque se compone con header/divider alrededor. */
|
|
5755
|
+
padding: var(--kds-spacing-2) 0;
|
|
5753
5756
|
}
|
|
5754
5757
|
|
|
5755
5758
|
.kds-theme-root .kds-status-block-icon {
|