@khipu/design-system 0.2.0-alpha.114 → 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.
|
@@ -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-09T17:
|
|
14
|
+
* Generated: 2026-07-09T17:35:46.404Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -1583,6 +1583,15 @@ a.kds-btn.kds-btn-md {
|
|
|
1583
1583
|
min-inline-size: 0 !important;
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
|
+
/* Versión de la app anclada al fondo del card body (flex column): margin-top
|
|
1587
|
+
auto absorbe el espacio libre; el padding garantiza respiro mínimo cuando el
|
|
1588
|
+
contenido llena la card. */
|
|
1589
|
+
.kds-card-version {
|
|
1590
|
+
margin-top: auto;
|
|
1591
|
+
padding-top: var(--kds-spacing-2);
|
|
1592
|
+
text-align: center;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1586
1595
|
/* Separador vertical (entre chips/logos hermanos en una fila). */
|
|
1587
1596
|
.kds-vr {
|
|
1588
1597
|
width: 1px;
|
|
@@ -4941,6 +4950,15 @@ dialog#surveyModal button.circle {
|
|
|
4941
4950
|
flex-shrink: 0;
|
|
4942
4951
|
}
|
|
4943
4952
|
|
|
4953
|
+
/* Versión de la app anclada al fondo del card body (flex column): margin-top
|
|
4954
|
+
auto absorbe el espacio libre; el padding garantiza respiro mínimo cuando el
|
|
4955
|
+
contenido llena la card. */
|
|
4956
|
+
.kds-card-version {
|
|
4957
|
+
margin-top: auto;
|
|
4958
|
+
padding-top: var(--kds-spacing-2);
|
|
4959
|
+
text-align: center;
|
|
4960
|
+
}
|
|
4961
|
+
|
|
4944
4962
|
/* Separador vertical (entre chips/logos hermanos en una fila). */
|
|
4945
4963
|
.kds-vr {
|
|
4946
4964
|
width: 1px;
|