update ui update and fix layout issue

This commit is contained in:
2026-08-06 13:21:10 +05:30
parent 92322bff16
commit e5f8144fb3
251 changed files with 9041 additions and 2119 deletions

9
package-lock.json generated
View File

@@ -16,7 +16,8 @@
"next": "^16.3.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.10.1"
"recharts": "^3.10.1",
"server-only": "^0.0.1"
},
"devDependencies": {
"@astryxdesign/cli": "^0.2.0",
@@ -7050,6 +7051,12 @@
"semver": "bin/semver.js"
}
},
"node_modules/server-only": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
"license": "MIT"
},
"node_modules/set-function-length": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",