✨ MAJOR FEATURES: • Auto-zoom intelligence với smart bounds fitting • Enhanced 3D GPS markers với pulsing effects • Professional route display với 6-layer rendering • Status-based parking icons với availability indicators • Production-ready build optimizations 🗺️ AUTO-ZOOM FEATURES: • Smart bounds fitting cho GPS + selected parking • Adaptive padding (50px) cho visual balance • Max zoom control (level 16) để tránh quá gần • Dynamic centering khi không có selection 🎨 ENHANCED VISUALS: • 3D GPS marker với multi-layer pulse effects • Advanced parking icons với status colors • Selection highlighting với animation • Dimming system cho non-selected items 🛣️ ROUTE SYSTEM: • OpenRouteService API integration • Multi-layer route rendering (glow, shadow, main, animated) • Real-time distance & duration calculation • Visual route info trong popup 📱 PRODUCTION READY: • SSR safe với dynamic imports • Build errors resolved • Global deployment via Vercel • Optimized performance 🌍 DEPLOYMENT: • Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app • Bundle size: 22.8 kB optimized • Global CDN distribution • HTTPS enabled 💾 VERSION CONTROL: • MapView-v2.0.tsx backup created • MAPVIEW_VERSIONS.md documentation • Full version history tracking
86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"name": "@radix-ui/react-menu",
|
|
"version": "2.1.15",
|
|
"license": "MIT",
|
|
"source": "./src/index.ts",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"aria-hidden": "^1.2.4",
|
|
"react-remove-scroll": "^2.6.3",
|
|
"@radix-ui/primitive": "1.1.2",
|
|
"@radix-ui/react-collection": "1.1.7",
|
|
"@radix-ui/react-compose-refs": "1.1.2",
|
|
"@radix-ui/react-context": "1.1.2",
|
|
"@radix-ui/react-direction": "1.1.1",
|
|
"@radix-ui/react-dismissable-layer": "1.1.10",
|
|
"@radix-ui/react-focus-guards": "1.1.2",
|
|
"@radix-ui/react-popper": "1.2.7",
|
|
"@radix-ui/react-id": "1.1.1",
|
|
"@radix-ui/react-focus-scope": "1.1.7",
|
|
"@radix-ui/react-portal": "1.1.9",
|
|
"@radix-ui/react-presence": "1.1.4",
|
|
"@radix-ui/react-roving-focus": "1.1.10",
|
|
"@radix-ui/react-primitive": "2.1.3",
|
|
"@radix-ui/react-slot": "1.2.3",
|
|
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"eslint": "^9.18.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"typescript": "^5.7.3",
|
|
"@repo/builder": "0.0.0",
|
|
"@repo/eslint-config": "0.0.0",
|
|
"@repo/test-data": "0.0.0",
|
|
"@repo/typescript-config": "0.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
},
|
|
"@types/react-dom": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"homepage": "https://radix-ui.com/primitives",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/radix-ui/primitives.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/radix-ui/primitives/issues"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --max-warnings 0 src",
|
|
"clean": "rm -rf dist",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "radix-build"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
}
|
|
}
|
|
} |