feat: add core UI components and baseline tests

This commit is contained in:
2026-03-19 16:56:27 +08:00
parent 12642e0a92
commit 063179933c
73 changed files with 5756 additions and 2 deletions
+10
View File
@@ -108,6 +108,16 @@
}
}
@keyframes aiui-skeleton-shimmer {
from {
transform: translateX(-120%);
}
to {
transform: translateX(120%);
}
}
.motion-transition {
transition-duration: var(--dur-base);
transition-property: color, background-color, border-color, box-shadow, opacity,