feat: add core UI components and baseline tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user