[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:
parent
fbd48c33f5
commit
11b83cf4f2
8 changed files with 305 additions and 1 deletions
|
|
@ -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",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue