@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.
@@ -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:09:41.359Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -1585,6 +1585,14 @@
1585
1585
  min-inline-size: 0 !important;
1586
1586
  }
1587
1587
 
1588
+ /* Separador vertical (entre chips/logos hermanos en una fila). */
1589
+ .kds-theme-root .kds-vr {
1590
+ width: 1px;
1591
+ height: var(--kds-spacing-3);
1592
+ background: var(--kds-color-divider);
1593
+ flex: 0 0 auto;
1594
+ }
1595
+
1588
1596
  /* Gap utilities */
1589
1597
  .kds-theme-root .kds-gap-0-25 { gap: var(--kds-spacing-0-25); }
1590
1598
  .kds-theme-root .kds-gap-1 { gap: var(--kds-spacing-1); }
@@ -4935,6 +4943,14 @@
4935
4943
  flex-shrink: 0;
4936
4944
  }
4937
4945
 
4946
+ /* Separador vertical (entre chips/logos hermanos en una fila). */
4947
+ .kds-theme-root .kds-vr {
4948
+ width: 1px;
4949
+ height: var(--kds-spacing-3);
4950
+ background: var(--kds-color-divider);
4951
+ flex: 0 0 auto;
4952
+ }
4953
+
4938
4954
  /* Gap utilities */
4939
4955
  .kds-theme-root .kds-gap-0-25 { gap: var(--kds-spacing-0-25); }
4940
4956
  .kds-theme-root .kds-gap-1 { gap: var(--kds-spacing-1); }