This commit is contained in:
2026-01-30 12:56:00 +08:00
parent 91f24cb462
commit dcbbda951e
89 changed files with 13486 additions and 72 deletions

View File

@@ -4,6 +4,7 @@
import { ColorPalette, LightColors, DarkColors } from "colors.slint";
import { Typography } from "typography.slint";
import { SpacingSystem } from "spacing.slint";
import { Animations } from "../utils/animations.slint";
// Global theme manager (singleton)
export global Theme {
@@ -23,4 +24,4 @@ export global Theme {
}
// Re-export for convenience
export { Typography, SpacingSystem }
export { Typography, SpacingSystem, Animations }