Merged in SW-3317-move-toast-to-design-system (pull request #2716)
SW-3317 move toast to design system * chore: Move toast to design-system and add interaction tests * Move toast to design-system and add storybook tests * Merge branch 'master' of bitbucket.org:scandic-swap/web into SW-3317-move-toast-to-design-system * merge * move sonner dependency to @scandic-hotels/design-system Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -154,6 +154,8 @@
|
||||
"./Table": "./lib/components/Table/index.tsx",
|
||||
"./Title": "./lib/components/Title/index.tsx",
|
||||
"./Tooltip": "./lib/components/Tooltip/index.tsx",
|
||||
"./Toast": "./lib/components/Toasts/index.tsx",
|
||||
"./ToastHandler": "./lib/components/Toasts/ToastHandler.tsx",
|
||||
"./TripAdvisorChip": "./lib/components/TripAdvisorChip/index.tsx",
|
||||
"./Typography": "./lib/components/Typography/index.tsx",
|
||||
"./JsonToHtml": "./lib/components/JsonToHtml/JsonToHtml.tsx",
|
||||
@@ -196,7 +198,8 @@
|
||||
"test:browser": "vitest --config=vitest.browser.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@scandic-hotels/common": "workspace:*"
|
||||
"@scandic-hotels/common": "workspace:*",
|
||||
"sonner": "^2.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.27.4",
|
||||
|
||||
Reference in New Issue
Block a user