[WEB-4688]feat: added collapsible to propel (#7643)

* chore: added collapsibl to propel

* fix: export path

* chore: made collapsible a compound component

* fix: lint and format errors

* chore: updated propel exports order and added collapsible to tsdown config
This commit is contained in:
Vamsi Krishna 2025-09-09 13:59:00 +05:30 committed by GitHub
parent 11b83cf4f2
commit a8a6536379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 103 additions and 0 deletions

View file

@ -20,6 +20,7 @@
"./avatar": "./dist/avatar/index.js",
"./card": "./dist/card/index.js",
"./charts/*": "./dist/charts/*/index.js",
"./collapsible": "./dist/collapsible/index.js",
"./combobox": "./dist/combobox/index.js",
"./command": "./dist/command/index.js",
"./dialog": "./dist/dialog/index.js",