@khipu/design-system 0.2.0-alpha.92 → 0.2.0-alpha.94
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 +3 -1
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +3 -1
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +25 -0
- package/dist/index.mjs +23 -0
- 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-
|
|
16
|
+
* Generated: 2026-07-06T14:04:46.279Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -6036,6 +6036,8 @@
|
|
|
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 {
|