@khipu/design-system 0.2.0-alpha.127 → 0.2.0-alpha.129

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.
@@ -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-20T22:36:14.718Z
14
+ * Generated: 2026-07-21T14:39:55.620Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -3052,8 +3052,13 @@ body.dark,
3052
3052
  'wght' 400,
3053
3053
  'GRAD' 0,
3054
3054
  'opsz' 24;
3055
- min-width: 30px;
3056
- min-height: 30px;
3055
+ /* La caja debe seguir al font-size (1em): una caja fija (30px, o el --_size de Beer via
3056
+ overflow:hidden en `i`) recorta los glifos mayores y descentra los menores junto a texto. */
3057
+ width: 1em;
3058
+ height: 1em;
3059
+ min-width: 1em;
3060
+ min-height: 1em;
3061
+ line-height: 1;
3057
3062
  display: inline-flex;
3058
3063
  align-items: center;
3059
3064
  justify-content: center;