@khipu/design-system 0.2.0-alpha.36 → 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-09T20:29:44.508Z
14
+ * Generated: 2026-06-09T21:43:13.590Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -854,7 +854,10 @@ a.kds-btn {
854
854
 
855
855
  /* Interaction */
856
856
  cursor: pointer;
857
- transition: background .15s, box-shadow .15s, transform .05s;
857
+ transition: background-color var(--kds-transition-shorter) var(--kds-easing-standard),
858
+ color var(--kds-transition-shorter) var(--kds-easing-standard),
859
+ box-shadow var(--kds-transition-shorter) var(--kds-easing-standard),
860
+ transform var(--kds-transition-shortest) var(--kds-easing-standard);
858
861
  box-sizing: border-box;
859
862
  vertical-align: middle;
860
863
  }
@@ -986,7 +989,7 @@ a.kds-btn-text {
986
989
 
987
990
  button.kds-btn-text:hover:not(:disabled),
988
991
  a.kds-btn-text:hover:not(:disabled) {
989
- background: var(--kds-color-primary-hover); /* rgba(131, 71, 173, 0.04) */
992
+ color: var(--kds-color-primary-dark);
990
993
  }
991
994
 
992
995
  button.kds-btn-text:disabled,
@@ -1010,7 +1013,7 @@ a.kds-btn-error-text {
1010
1013
 
1011
1014
  button.kds-btn-error-text:hover:not(:disabled),
1012
1015
  a.kds-btn-error-text:hover:not(:disabled) {
1013
- background: var(--kds-color-action-hover);
1016
+ color: var(--kds-color-error-dark);
1014
1017
  }
1015
1018
 
1016
1019
  button.kds-btn-error-text:disabled,