@khipu/design-system 0.2.0-alpha.37 → 0.2.0-alpha.38

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-06-09T21:03:55.063Z
16
+ * Generated: 2026-06-09T21:43:13.590Z
17
17
  *
18
18
  * To regenerate:
19
19
  * cd design-system && npm run tokens:generate
@@ -991,7 +991,7 @@
991
991
 
992
992
  .kds-theme-root button.kds-btn-text:hover:not(:disabled),
993
993
  .kds-theme-root a.kds-btn-text:hover:not(:disabled) {
994
- background: var(--kds-color-primary-hover); /* rgba(131, 71, 173, 0.04) */
994
+ color: var(--kds-color-primary-dark);
995
995
  }
996
996
 
997
997
  .kds-theme-root button.kds-btn-text:disabled,