[WEB-4689]chore: added accordion to propel (#7641)

* chore: added accordion to propel

* fix: lint errors

* fix: updated export path

* fix: lint errors

* chore: made accordion into compound component

* fix: coderabbit suggestions
This commit is contained in:
Vamsi Krishna 2025-09-01 19:42:12 +05:30 committed by GitHub
parent 64b95daff4
commit 7437deaa86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 92 additions and 2 deletions

View file

@ -25,8 +25,9 @@
"./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"
"./switch": "./src/switch/index.ts",
"./accordion": "./src/accordion/index.ts",
"./card": "./src/card/index.ts"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-beta.2",