@khipu/design-system 0.2.0-alpha.36 → 0.2.0-alpha.37
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-
|
|
14
|
+
* Generated: 2026-06-09T21:03:55.063Z
|
|
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
|
|
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
|
}
|
|
@@ -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
|
-
|
|
1016
|
+
color: var(--kds-color-error-dark);
|
|
1014
1017
|
}
|
|
1015
1018
|
|
|
1016
1019
|
button.kds-btn-error-text:disabled,
|