@khipu/design-system 0.2.0-alpha.133 → 0.2.0-alpha.134
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-07-
|
|
14
|
+
* Generated: 2026-07-21T18:07:09.029Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -1136,14 +1136,13 @@ a.kds-btn-outlined-white:hover:not(:disabled) {
|
|
|
1136
1136
|
opacity: 0.9;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
/* Text button
|
|
1139
|
+
/* Text button — mismo tamaño que el resto de variantes (hereda min-height/padding
|
|
1140
|
+
del base): solo cambia la superficie, no la caja. */
|
|
1140
1141
|
button.kds-btn-text,
|
|
1141
1142
|
a.kds-btn-text {
|
|
1142
1143
|
background: transparent;
|
|
1143
1144
|
color: var(--kds-color-primary-main);
|
|
1144
1145
|
border: none;
|
|
1145
|
-
padding: 6px var(--kds-spacing-2); /* Menor padding para text variant */
|
|
1146
|
-
min-height: 32px; /* Menor altura para text variant */
|
|
1147
1146
|
box-shadow: none;
|
|
1148
1147
|
}
|
|
1149
1148
|
|
|
@@ -1172,8 +1171,6 @@ a.kds-btn-error-text {
|
|
|
1172
1171
|
background: transparent;
|
|
1173
1172
|
color: var(--kds-color-error-main);
|
|
1174
1173
|
border: none;
|
|
1175
|
-
padding: 6px var(--kds-spacing-2);
|
|
1176
|
-
min-height: 32px;
|
|
1177
1174
|
box-shadow: none;
|
|
1178
1175
|
}
|
|
1179
1176
|
|