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

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-08T21:08:29.384Z
14
+ * Generated: 2026-07-09T17:09:41.359Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -1583,6 +1583,14 @@ a.kds-btn.kds-btn-md {
1583
1583
  min-inline-size: 0 !important;
1584
1584
  }
1585
1585
 
1586
+ /* Separador vertical (entre chips/logos hermanos en una fila). */
1587
+ .kds-vr {
1588
+ width: 1px;
1589
+ height: var(--kds-spacing-3);
1590
+ background: var(--kds-color-divider);
1591
+ flex: 0 0 auto;
1592
+ }
1593
+
1586
1594
  /* Gap utilities */
1587
1595
  .kds-gap-0-25 { gap: var(--kds-spacing-0-25); }
1588
1596
  .kds-gap-1 { gap: var(--kds-spacing-1); }
@@ -4933,6 +4941,14 @@ dialog#surveyModal button.circle {
4933
4941
  flex-shrink: 0;
4934
4942
  }
4935
4943
 
4944
+ /* Separador vertical (entre chips/logos hermanos en una fila). */
4945
+ .kds-vr {
4946
+ width: 1px;
4947
+ height: var(--kds-spacing-3);
4948
+ background: var(--kds-color-divider);
4949
+ flex: 0 0 auto;
4950
+ }
4951
+
4936
4952
  /* Gap utilities */
4937
4953
  .kds-gap-0-25 { gap: var(--kds-spacing-0-25); }
4938
4954
  .kds-gap-1 { gap: var(--kds-spacing-1); }