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