@khipu/design-system 0.3.5-alpha.3 → 0.3.5-alpha.4
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-08-
|
|
16
|
+
* Generated: 2026-08-13T17:53:31.569Z
|
|
17
17
|
*
|
|
18
18
|
* To regenerate:
|
|
19
19
|
* cd design-system && npm run tokens:generate
|
|
@@ -7998,6 +7998,18 @@ svg[fill='none'] {
|
|
|
7998
7998
|
@media (hover: hover) and (pointer: fine) {
|
|
7999
7999
|
.kds-card-elevated.kds-invoice-sticky {
|
|
8000
8000
|
border-radius: var(--kds-radius-card);
|
|
8001
|
+
/* El clip-path del colapso recorta con `round 0 0 R R` y eso PISA al
|
|
8002
|
+
border-radius: aunque la card declare las cuatro esquinas, el recorte las
|
|
8003
|
+
deja rectas arriba. Hay que redondearlas también acá o el fix no se ve. */
|
|
8004
|
+
clip-path: inset(
|
|
8005
|
+
0 0
|
|
8006
|
+
calc(
|
|
8007
|
+
var(--collapse-collapsible-h) * var(--collapse-progress)
|
|
8008
|
+
+ var(--kds-spacing-1) * var(--collapse-progress)
|
|
8009
|
+
)
|
|
8010
|
+
0
|
|
8011
|
+
round var(--kds-radius-card)
|
|
8012
|
+
);
|
|
8001
8013
|
}
|
|
8002
8014
|
|
|
8003
8015
|
.kds-screen > .kds-card-elevated.kds-card-elevated--flush-top,
|