[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
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue