chore(env): update application version to 2.1.2 in production environment

- Incremented the application version to 2.1.2 for production deployment.
- Enhanced the DashboardHero component with additional animation effects and improved layout.
- Refactored LiveClock and StatCard components for better styling and performance.
- Introduced new shimmer animation in NoticeTypeBreakdown for visual enhancement.
- Updated the trends chart with improved stroke effects and hover animations.
This commit is contained in:
AmirReza Jamali
2026-05-18 13:37:44 +03:30
parent f5099d8e04
commit adc5d7d307
9 changed files with 614 additions and 158 deletions
+4
View File
@@ -350,6 +350,10 @@ const config: Config = {
"0%, 100%": { transform: "translateY(100%)" },
"50%": { transform: "translateY(0)" },
},
shimmer: {
"0%": { transform: "translateX(0)" },
"100%": { transform: "translateX(500%)" },
},
},
animation: {
linspin: "linspin 1568.2353ms linear infinite",