@khipu/design-system 0.3.5-alpha.22 → 0.3.5-alpha.23
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.
- package/dist/beercss/khipu-beercss.css +9 -1
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +9 -1
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -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-09-
|
|
16
|
+
* Generated: 2026-09-10T14:19:43.832Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -6854,6 +6854,14 @@ button.kds-fab:active:not(:disabled) {
|
|
|
6854
6854
|
color: var(--kds-color-primary-contrast);
|
|
6855
6855
|
}
|
|
6856
6856
|
|
|
6857
|
+
/* El reset `.kds-bottom-sheet-actions button { border: 0 }` borra la caja de las
|
|
6858
|
+
variantes outlined. Se restituye solo grosor y estilo: el color queda en
|
|
6859
|
+
currentColor, que ya es el de cada variante (primary, success, etc.). */
|
|
6860
|
+
.kds-bottom-sheet-actions button.kds-btn-outlined {
|
|
6861
|
+
border-style: solid;
|
|
6862
|
+
border-width: var(--kds-border-width-sm, 1px);
|
|
6863
|
+
}
|
|
6864
|
+
|
|
6857
6865
|
.kds-bottom-sheet-actions .kds-btn-ghost {
|
|
6858
6866
|
background: transparent;
|
|
6859
6867
|
color: var(--kds-color-text-secondary);
|