[WEB-4727] feat: propel cards (#7630)
* feat: add card component to propel package and update tooltip imports * refactor: remove @plane/ui dependency and update tooltip imports to use local card component * fix: lint * refactor: update import from @plane/ui to @plane/utils in command component * refactor: extend CardProps interface to include HTML attributes for better flexibility
This commit is contained in:
parent
c2464939fc
commit
8801ab0081
9 changed files with 84 additions and 8 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"./combobox": "./src/combobox/index.ts",
|
||||
"./tooltip": "./src/tooltip/index.ts",
|
||||
"./styles/fonts": "./src/styles/fonts/index.css",
|
||||
"./card": "./src/card/index.ts",
|
||||
"./switch": "./src/switch/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -32,7 +33,6 @@
|
|||
"@plane/constants": "workspace:*",
|
||||
"@plane/hooks": "workspace:*",
|
||||
"@plane/types": "workspace:*",
|
||||
"@plane/ui": "workspace:*",
|
||||
"@plane/utils": "workspace:*",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue