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
chore(SW-3298): Moved SidePeekSelfControlled to design system
* chore(SW-3298): Moved SidePeekSelfControlled to design system
Approved-by: Anton Gunnarsson
fix(SW-1655): update design tripadvisor on hotel map card
* fix(SW-1655): update design tripadvisor on hotel map card
* fix(SW-1655): update radius
* fix(SW-1655): use tripadvisor chip, create different variants
* fix(SW-1655): update variants, storybook, and global css
Approved-by: Joakim Jäderberg
fix(SW-3283): add booking code when selecting rate and reset state when removing booking code
* fix(SW-3283): add booking code when selecting rate and reset state when removing booking code
* feat: add removeBookingCode action to SelectRateContext
* fix(SW-3283): add booking code when selecting rate and reset state when removing booking code
* fix(SW-3283): merge
Approved-by: Joakim Jäderberg
chore(SW-3246): Moved Alert component into design system
* chore(SW-3246): Moved Alert component into design system
* chore(SW-3246): Optimsed code and imports
* chore(SW-3246): Moved type AlertTypeEnum and other to common package
Approved-by: Anton Gunnarsson
Feat(LOY-311) Create avatar design system component
* feat(LOY-311): Creat & use New Avatar Design System Component
* refactor(LOY-311): replace avatar used in app header with design system component
* fix(LOY-311): use correct space vars
Approved-by: Erik Tiekstra
fix(SW-3303): campaign rate should have ratedefinition title
* fix(SW-3303): campaign rate should have ratedefinition title
Approved-by: Matilda Landström
fix(SW-3289): add cta to sidepeek hotel
* fix(SW-3289): add cta to sidepeek hotel
* fix(SW-3289): add cta hotel card
Approved-by: Joakim Jäderberg
Approved-by: Matilda Landström
SW-3270 move interactive map to design system or booking flow
* wip
* wip
* merge
* wip
* add support for locales in design-system
* add story for HotelCard
* setup alias
* .
* remove tracking from design-system for hotelcard
* pass isUserLoggedIn
* export design-system-new-deprecated.css from design-system
* Add HotelMarkerByType to Storybook
* Add interactive map to Storybook
* fix reactintl in vitest
* rename env variables
* .
* fix background colors
* add storybook stories for <Link />
* merge
* fix tracking for when clicking 'See rooms' in InteractiveMap
* Merge branch 'master' of bitbucket.org:scandic-swap/web into SW-3270-move-interactive-map-to-design-system-or-booking-flow
* remove deprecated comment
Approved-by: Anton Gunnarsson
fix(SW-2786): Added sizes auto to load images of appropriate size instead of largest
* fix(SW-2786): Added sizes auto to load images of appropriate size instead of largest
* fix(SW-2786): Updated to specific size as auto value is not yet supported by major browsers
* fix(SW-2786): Updated to height as min-height doesn't work for child having 100% correctly
Approved-by: Bianca Widstam
fix(SW-3299): hotel alerts now visible if booking dates starts/ends before the alert period
* fix(SW-3299): hotel alerts now visible if booking dates starts/ends before the alert period
Approved-by: Bianca Widstam
Approved-by: Hrishikesh Vaipurkar
fix(SW-2846): Updated Bed Option to hide size when custom occupancy type
* fix(SW-2846): Updated Bed Option to hide size when custom occupancy type
Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
* feat(SW-3028): Added query and typings to fetch campaigns by hotelUid
* feat(SW-3028): Added components for campaigns to the hotel page
* feat(SW-3028): Implemented prioritized campaigns list
* chore(SW-3028): Refactor how campaigns are fetched on hotel pages
* feat(SW-3028): Added offers/campaigns to tab navigation
Approved-by: Matilda Landström
fix(SW-2366): Fixed hotel alerts in booking page as per design
* fix(SW-2366): Fixed hotel alerts in booking page as per design
* fix(SW-2366): Optimise code
Approved-by: Erik Tiekstra
fix(SW-2847): move ScrollWrapper to design system and Table component
* fix(SW-2847): move ScrollWrapper to design system and Table component
Approved-by: Erik Tiekstra
fix(SW-2844): remove gap between header and side menu on mobile
* fix(SW-2844): remove gap between header and side menu on mobile
Approved-by: Erik Tiekstra
feat(mystay):SW-2967 - allow access if booking.guest == logged in user
* feat(mystay):SW-2967 - allow access if booking.guest == logged in user
* Fixed failing tests
Approved-by: Hrishikesh Vaipurkar