diff --git a/apps/space/components/icons/state/backlog-group-icon.tsx b/apps/space/components/icons/state/backlog-group-icon.tsx index a42e24f7f0..252c60ced8 100644 --- a/apps/space/components/icons/state/backlog-group-icon.tsx +++ b/apps/space/components/icons/state/backlog-group-icon.tsx @@ -9,7 +9,14 @@ import * as React from "react"; import type { ISvgIcons } from "../type"; import { DashedCircle } from "./dashed-circle"; -export function BacklogGroupIcon({ width = "20", height = "20", className, color = "#60646C" }: ISvgIcons) { +export function BacklogGroupIcon({ + width = "20", + height = "20", + className, + color = "#60646C", + percentage: _percentage, + ...rest +}: ISvgIcons) { // SVG parameters const viewBoxSize = 16; const center = viewBoxSize / 2; @@ -21,6 +28,7 @@ export function BacklogGroupIcon({ width = "20", height = "20", className, color viewBox={`0 0 ${viewBoxSize} ${viewBoxSize}`} className={className} xmlns="http://www.w3.org/2000/svg" + {...rest} > diff --git a/apps/space/package.json b/apps/space/package.json index 9f115b2e25..8994eebf8b 100644 --- a/apps/space/package.json +++ b/apps/space/package.json @@ -22,7 +22,7 @@ "@fontsource/ibm-plex-mono": "catalog:", "@fontsource/material-symbols-rounded": "catalog:", "@headlessui/react": "catalog:", - "@makeplane/propel": "0.2.0", + "@makeplane/propel": "catalog:", "@plane/constants": "workspace:*", "@plane/editor": "workspace:*", "@plane/i18n": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75efe06c9f..ece454ff51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -874,7 +874,7 @@ importers: specifier: 'catalog:' version: 2.2.10(react-dom@19.2.8(react@19.2.8))(react@19.2.8) '@makeplane/propel': - specifier: 0.2.0 + specifier: 'catalog:' version: 0.2.0(@date-fns/tz@1.4.1)(@types/react@19.2.17)(date-fns@4.1.0)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(tailwindcss@4.1.17) '@plane/constants': specifier: workspace:*