feat(module)!: migrate to reka-ui (#2448)

This commit is contained in:
Benjamin Canac
2024-12-03 16:11:32 +01:00
committed by GitHub
parent c440c91a29
commit 81ac076219
229 changed files with 13487 additions and 13466 deletions

View File

@@ -1,6 +1,6 @@
@keyframes accordion-up {
from {
height: var(--radix-accordion-content-height);
height: var(--reka-accordion-content-height);
}
to {
@@ -14,13 +14,13 @@
}
to {
height: var(--radix-accordion-content-height);
height: var(--reka-accordion-content-height);
}
}
@keyframes collapsible-up {
from {
height: var(--radix-collapsible-content-height);
height: var(--reka-collapsible-content-height);
}
to {
@@ -34,7 +34,7 @@
}
to {
height: var(--radix-collapsible-content-height);
height: var(--reka-collapsible-content-height);
}
}