@khipu/design-system 0.2.0-alpha.60 → 0.2.0-alpha.61

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.
@@ -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-19T14:59:44.921Z
16
+ * Generated: 2026-06-19T16:33:44.315Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -2219,7 +2219,7 @@
2219
2219
  display: inline-flex;
2220
2220
  align-items: center;
2221
2221
  gap: var(--kds-spacing-1);
2222
- padding: var(--kds-spacing-0-5) var(--kds-spacing-1-5);
2222
+ padding: var(--kds-spacing-0-25) var(--kds-spacing-1-5);
2223
2223
  border: none;
2224
2224
  border-radius: var(--kds-radius-button);
2225
2225
  background: var(--kds-alert-info-bg);
@@ -7309,6 +7309,11 @@
7309
7309
  .kds-theme-root .field.kds-field--narrow {
7310
7310
  width: 6rem;
7311
7311
  flex: 0 0 auto;
7312
+ /* En fila horizontal no aplica el margin vertical que BeerCSS da a fields
7313
+ hermanos (regla de "flow" `... + :is(.field,...)`, specificity ~0,3,1);
7314
+ sin el reset los siguientes quedan desalineados hacia abajo. `!important`
7315
+ para ganarle a esa regla de framework. */
7316
+ margin-block: 0 !important;
7312
7317
  }
7313
7318
 
7314
7319
  .kds-theme-root .field.kds-field--narrow > input {