Unify workspace dropdowns; Update layouts (#458)

Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
This commit is contained in:
Giancarlo Buomprisco
2026-03-11 14:45:42 +08:00
committed by GitHub
parent ca585e09be
commit 4bc8448a1d
530 changed files with 14398 additions and 11198 deletions

View File

@@ -14,7 +14,8 @@
"./utils": "./src/utils.ts",
"./hooks": "./src/hooks/index.ts",
"./events": "./src/events/index.tsx",
"./registry": "./src/registry/index.ts"
"./registry": "./src/registry/index.ts",
"./env": "./src/env/index.ts"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
@@ -24,6 +25,7 @@
"@types/react": "catalog:"
},
"dependencies": {
"next-runtime-env": "catalog:",
"pino": "catalog:"
},
"typesVersions": {

1
packages/shared/src/env/index.ts vendored Normal file
View File

@@ -0,0 +1 @@
export { env } from 'next-runtime-env';