Erik Tiekstra
78ac3b29c3
fix(BOOK-471): Only setting hover state on devices supporting hover inside Button and IconButton components
...
Approved-by: Bianca Widstam
2025-11-06 14:33:55 +00:00
Erik Tiekstra
333636c81a
Merged in feat/BOOK-61-refactor-hotel-page-css-variables (pull request #3014 )
...
Feat/BOOK-61 refactor hotel page css variables
* feat(BOOK-61): Breadcrumbs
* feat(BOOK-61): intro section
* feat(BOOK-61): show more button
* feat(BOOK-61): rooms section
* feat(BOOK-61): sidepeeks
* feat(BOOK-61): deprecated old Link component
* feat(BOOK-61): added new TextLink component to the design-system
* feat(BOOK-61): replaced deprecated links with new TextLink component
* feat(BOOK-61): miscellaneous changes
Approved-by: Bianca Widstam
Approved-by: Christel Westerberg
2025-10-29 09:15:03 +00:00
Hrishikesh Vaipurkar
16e6c1596c
Merged in feat/SW-3477-hide-voucher-booking-code-sas- (pull request #2836 )
...
feat(SW-3477) Updated booking widget for SAS white label
Approved-by: Anton Gunnarsson
2025-09-23 08:44:55 +00:00
Joakim Jäderberg
80c3327419
Merged in fix/linting (pull request #2708 )
...
Fix/linting
* fix import issues and add lint check no-extraneous-dependencies
* fix use type HotelType instead of string
Approved-by: Anton Gunnarsson
2025-08-27 09:22:37 +00:00
Joakim Jäderberg
c54c1ec540
Merged in SW-3270-move-interactive-map-to-design-system-or-booking-flow (pull request #2681 )
...
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
2025-08-25 11:26:16 +00:00
Joakim Jäderberg
1bd6ce81b8
Merged in feature/SW-3245-move-jsontohtml (pull request #2661 )
...
Feature/SW-3245 move jsontohtml
* wip
* Move JsonToHtml -> design-system
* Fix semantic issues within Stories
* replace imports of 'storybook/react-vite' with 'storybook/nextjs-vite'
* merge
Approved-by: Anton Gunnarsson
2025-08-18 07:46:21 +00:00
Joakim Jäderberg
f531c7a49f
Merged in feature/storybook-tests (pull request #2623 )
...
Feature/storybook tests
* feature: add interaction tests for storybook and upgrade storybook@9
* add a11y testing for storybook
* Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/storybook-tests
* Test and build only required packages
* .
* .
* .
* .
* .
* .
* .
* disable playwright tests in netlify ci
* .
* debug out process.env
* don't run playwright on CI
* remove unused netlify-plugin-playwright-cache
* .
* .
* .
* .
* .
* .
* remove turbo dependancy to design-system#test
* merge
* merge
Approved-by: Anton Gunnarsson
2025-08-14 06:25:08 +00:00
Simon Emanuelsson
91933f47cf
feat: comment updates
2025-05-03 22:43:09 +02:00
Tobias Johansson
29abc3cba6
fix: added progress bar wrapper and handling of loading type according to button props
2025-05-03 22:19:36 +02:00
Tobias Johansson
32ce7d819b
fix: renamed Spinner -> Loading
2025-05-03 22:19:00 +02:00
Tobias Johansson
d0c6d1d875
fix: update spinner to use svg instead
2025-05-03 22:19:00 +02:00
Tobias Johansson
89468bc37f
feat(SW-1255): Add loading state to button component
2025-05-03 22:10:00 +02:00
Erik Tiekstra
8b32abbefc
Fix/SW-1563 accessibility
...
* fix(SW-1563): Added new IconButton component to the design system and removed Icon variant inside the Button component
* fix(SW-1563): Added buttons around clickable images and changed to design system components
* fix(SW-1563): Renamed variants to match Figma
* fix(SW-1563): Renamed AriaButton to ButtonRAC
Approved-by: Michael Zetterberg
Approved-by: Matilda Landström
2025-05-02 06:27:30 +00:00
Erik Tiekstra
f62723c6e5
feat(SW-2178): Changed to new buttons for summary inside enter details
...
Approved-by: Michael Zetterberg
Approved-by: Matilda Landström
2025-04-11 15:13:37 +00:00
Michael Zetterberg
9e84da45bc
feat(SW-1446): add Jump to functionality to Destination Overview Page
2025-04-08 05:52:10 +00:00
Michael Zetterberg
be04600863
Revert "fix(SW-2101): do not apply underline to Material icons inside Link and Button"
...
This reverts commit 35f9c3aab5 .
2025-04-02 10:29:43 +02:00
Michael Zetterberg
35f9c3aab5
fix(SW-2101): do not apply underline to Material icons inside Link and Button
2025-04-01 13:10:32 +00:00
Matilda Landström
adde77eaa9
Merged in feat/update-tokens (pull request #1611 )
...
feat(SW-2027): update variables.json
* feat(SW-2027): update variables.json
* fix(SW-2027). replace old tokens
* fix(SW-2027): remove uppercase check
Approved-by: Michael Zetterberg
Approved-by: Erik Tiekstra
2025-03-28 16:15:57 +00:00
Erik Tiekstra
45c992dcef
feat(SW-1806): Implemented design systems button inside buttonLink component and changed teasercard buttons
...
Approved-by: Matilda Landström
2025-03-28 06:56:08 +00:00
Tobias Johansson
0e2192be0f
Merged in feat/new-rate-cards (pull request #1600 )
...
feat(SW-1435): Added RateCard component to design system
* feat(SW-1435): Added new component: RateCard to design system
* feat: added reward night points rate card
* fix: set svg icon color to "currentColor" to make them more reusable
* fix: added click handler for info icon
* fix: added selectedRate
Approved-by: Arvid Norlin
2025-03-25 10:41:43 +00:00
Michael Zetterberg
56973888c9
feat(SW-375): new tokens
...
new asset generation logic
BREAKING CHANGE: New tokens.
2025-03-07 07:24:37 +00:00