@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.
|
@@ -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-
|
|
16
|
+
* Generated: 2026-06-09T21:03:55.063Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -856,7 +856,10 @@
|
|
|
856
856
|
|
|
857
857
|
/* Interaction */
|
|
858
858
|
cursor: pointer;
|
|
859
|
-
transition: background
|
|
859
|
+
transition: background-color var(--kds-transition-shorter) var(--kds-easing-standard),
|
|
860
|
+
color var(--kds-transition-shorter) var(--kds-easing-standard),
|
|
861
|
+
box-shadow var(--kds-transition-shorter) var(--kds-easing-standard),
|
|
862
|
+
transform var(--kds-transition-shortest) var(--kds-easing-standard);
|
|
860
863
|
box-sizing: border-box;
|
|
861
864
|
vertical-align: middle;
|
|
862
865
|
}
|
|
@@ -1012,7 +1015,7 @@
|
|
|
1012
1015
|
|
|
1013
1016
|
.kds-theme-root button.kds-btn-error-text:hover:not(:disabled),
|
|
1014
1017
|
.kds-theme-root a.kds-btn-error-text:hover:not(:disabled) {
|
|
1015
|
-
|
|
1018
|
+
color: var(--kds-color-error-dark);
|
|
1016
1019
|
}
|
|
1017
1020
|
|
|
1018
1021
|
.kds-theme-root button.kds-btn-error-text:disabled,
|