@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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*
|
|
12
12
|
* AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
|
13
13
|
* Source: design-system/src/tokens/tokens.json
|
|
14
|
-
* Generated: 2026-07-
|
|
14
|
+
* Generated: 2026-07-06T14:04:46.279Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -6035,6 +6035,8 @@ button.kds-fab:focus-visible {
|
|
|
6035
6035
|
font-weight: var(--kds-font-weight-bold);
|
|
6036
6036
|
color: var(--kds-color-text-primary);
|
|
6037
6037
|
margin: 0 0 var(--kds-spacing-1);
|
|
6038
|
+
/* El reset global :where(h2) usa estas vars con !important; así se overridea. */
|
|
6039
|
+
--kds-typography-h2-margin-block-end: var(--kds-spacing-1);
|
|
6038
6040
|
}
|
|
6039
6041
|
|
|
6040
6042
|
.kds-status-block-description {
|