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