[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

@ -18,6 +18,7 @@ export default defineConfig({
"src/switch/index.ts",
"src/table/index.ts",
"src/tabs/index.ts",
"src/toast/index.ts",
"src/tooltip/index.ts",
"src/utils/index.ts",
],