[WEB-4692]feat: added toast to propel package (#7640)

* * chore: migrated toast to base ui toast
* chore: added toast to propel package

* fix: lint errors

* fix: export path

* fix: lint errors

* chore: imporoved props handling

* fix: lint errors

* chore: updated import paths

* chore: replaced clsx with cn

* * chore: updated tsdown config
* chore: updated exports order
This commit is contained in:
Vamsi Krishna 2025-09-09 13:58:11 +05:30 committed by GitHub
parent fbd48c33f5
commit 11b83cf4f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 305 additions and 1 deletions

View file

@ -33,6 +33,7 @@
"./switch": "./dist/switch/index.js",
"./table": "./dist/table/index.js",
"./tabs": "./dist/tabs/index.js",
"./toast": "./dist/toast/index.js",
"./tooltip": "./dist/tooltip/index.js",
"./utils": "./dist/utils/index.js"
},