@khipu/design-system 0.2.0-alpha.108 → 0.2.0-alpha.109

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-08T16:07:51.839Z
14
+ * Generated: 2026-07-08T20:36:23.970Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -6769,6 +6769,20 @@ div.kds-invoice-header,
6769
6769
  text-overflow: ellipsis;
6770
6770
  }
6771
6771
 
6772
+ /* -- Summary panel --
6773
+ Recuadro de datos del pago en pantallas de resultado: contenido en columna
6774
+ (gap spacing-2, típicamente pares kv) dentro de un borde sutil. */
6775
+ .kds-summary-panel {
6776
+ display: flex;
6777
+ flex-direction: column;
6778
+ gap: var(--kds-spacing-2);
6779
+ width: 100%;
6780
+ padding: var(--kds-spacing-2);
6781
+ border: var(--kds-border-width-sm) solid var(--kds-color-border);
6782
+ border-radius: var(--kds-radius-card);
6783
+ text-align: left;
6784
+ }
6785
+
6772
6786
  /* -- Dividers -- */
6773
6787
  .kds-hr {
6774
6788
  height: 1px;