@khipu/design-system 0.2.0-alpha.100 → 0.2.0-alpha.101

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-07T13:01:50.848Z
14
+ * Generated: 2026-07-07T13:09:45.086Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -7340,11 +7340,6 @@ button.kds-btn-success::after {
7340
7340
  width: 100%;
7341
7341
  }
7342
7342
 
7343
- .kds-payment-flow .kds-card-elevated {
7344
- padding-top: var(--kds-spacing-2);
7345
- padding-bottom: var(--kds-spacing-2);
7346
- }
7347
-
7348
7343
  /* Invoice sticky card padding (mobile).
7349
7344
  Top: estático 12px. Bottom: progresivo 16px (expandido, = desktop) → 8px (colapsado).
7350
7345
  El padding-bottom animado se reduce al colapsar — sin depender de que el clip-path
@@ -7360,9 +7355,8 @@ button.kds-btn-success::after {
7360
7355
 
7361
7356
  }
7362
7357
 
7363
- /* Desktop: restore card padding and full border-radius on invoice sticky */
7358
+ /* Desktop: restore sticky header padding and full border-radius on invoice sticky */
7364
7359
  @media (min-width: 768px) {
7365
- .kds-payment-flow .kds-card-elevated,
7366
7360
  .kds-payment-flow .kds-card-elevated.kds-invoice-sticky {
7367
7361
  padding-top: var(--kds-spacing-2);
7368
7362
  padding-bottom: var(--kds-spacing-2);