@khipu/design-system 0.2.0-alpha.113 → 0.2.0-alpha.115

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-07-08T21:08:29.384Z
16
+ * Generated: 2026-07-09T17:35:46.404Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -1585,6 +1585,23 @@
1585
1585
  min-inline-size: 0 !important;
1586
1586
  }
1587
1587
 
1588
+ /* Versión de la app anclada al fondo del card body (flex column): margin-top
1589
+ auto absorbe el espacio libre; el padding garantiza respiro mínimo cuando el
1590
+ contenido llena la card. */
1591
+ .kds-theme-root .kds-card-version {
1592
+ margin-top: auto;
1593
+ padding-top: var(--kds-spacing-2);
1594
+ text-align: center;
1595
+ }
1596
+
1597
+ /* Separador vertical (entre chips/logos hermanos en una fila). */
1598
+ .kds-theme-root .kds-vr {
1599
+ width: 1px;
1600
+ height: var(--kds-spacing-3);
1601
+ background: var(--kds-color-divider);
1602
+ flex: 0 0 auto;
1603
+ }
1604
+
1588
1605
  /* Gap utilities */
1589
1606
  .kds-theme-root .kds-gap-0-25 { gap: var(--kds-spacing-0-25); }
1590
1607
  .kds-theme-root .kds-gap-1 { gap: var(--kds-spacing-1); }
@@ -4935,6 +4952,23 @@
4935
4952
  flex-shrink: 0;
4936
4953
  }
4937
4954
 
4955
+ /* Versión de la app anclada al fondo del card body (flex column): margin-top
4956
+ auto absorbe el espacio libre; el padding garantiza respiro mínimo cuando el
4957
+ contenido llena la card. */
4958
+ .kds-theme-root .kds-card-version {
4959
+ margin-top: auto;
4960
+ padding-top: var(--kds-spacing-2);
4961
+ text-align: center;
4962
+ }
4963
+
4964
+ /* Separador vertical (entre chips/logos hermanos en una fila). */
4965
+ .kds-theme-root .kds-vr {
4966
+ width: 1px;
4967
+ height: var(--kds-spacing-3);
4968
+ background: var(--kds-color-divider);
4969
+ flex: 0 0 auto;
4970
+ }
4971
+
4938
4972
  /* Gap utilities */
4939
4973
  .kds-theme-root .kds-gap-0-25 { gap: var(--kds-spacing-0-25); }
4940
4974
  .kds-theme-root .kds-gap-1 { gap: var(--kds-spacing-1); }