Sync: Community Changes #3634

This commit is contained in:
pushya22
2025-07-10 15:36:53 +05:30
committed by GitHub
4 changed files with 7 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ export function ResizableSidebar({
>
<aside
className={cn(
"group/sidebar h-full w-full bg-custom-background-100 overflow-hidden relative flex flex-col z-20 pt-4",
"group/sidebar h-full w-full bg-custom-sidebar-background-100 overflow-hidden relative flex flex-col z-20 pt-4",
"self-center border-r border-custom-sidebar-border-200 rounded-md rounded-tl-none rounded-bl-none",
isAnyExtendedSidebarExpanded && "rounded-none"
)}

View File

@@ -30,6 +30,7 @@
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/node": "^22.5.4",
"tsup": "8.4.0",
"typescript": "5.8.3"
}
}

View File

@@ -30,6 +30,7 @@
"devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"tsup": "8.4.0"
"tsup": "8.4.0",
"typescript": "5.8.3"
}
}

View File

@@ -12,8 +12,8 @@
"dist/**"
],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --external react --minify",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react",
"build": "tsup --minify",
"dev": "tsup --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postcss": "postcss styles/globals.css -o styles/output.css --watch",
@@ -34,6 +34,7 @@
"@blueprintjs/core": "^4.16.3",
"@blueprintjs/popover2": "^1.13.3",
"@headlessui/react": "^1.7.3",
"@plane/constants": "*",
"@plane/hooks": "*",
"@plane/utils": "*",
"@popperjs/core": "^2.11.8",