fix(BOOK-755, BOOK-787): Fixed issue for phone number and sidepeeks not showing
* fix(BOOK-755): Fixed issue for phone number and sidepeeks not showing
* fix(BOOK-755): fix issue phonenumber alert
* fix(BOOK-755): fix issue phonenumber
Approved-by: Matilda Landström
feat(LOY-291): New claim points flow for logged in users
* wip new flow
* More wip
* More wip
* Wip styling
* wip with a mutation
* Actually fetch booking data
* More styling wip
* Fix toast duration
* fix loading a11y maybe
* More stuff
* Add feature flag
* Add invalid state
* Clean up
* Add fields for missing user info
* Restructure files
* Add todos
* Disable warning
* Fix icon and border radius
Approved-by: Emma Zettervall
Approved-by: Matilda Landström
Refactor TripadvisorChip
* feat: create new StaticChip componeny
* refactor tripadvisor chip to use ChipStatic
* refactor: use TripadvisorChip everywhere
* fix: use withChipStatic
Approved-by: Erik Tiekstra
fix(SW-3693): Refactor Input stories to use FormInput component and showcase all controls
* Refactor Input stories to use FormInput component and showcase all controls
* Updated stories and added autocomplete prop to PasswordInput
* Merge branch 'master' into fix/3693-group-inputs-storybook
* Use FormTextArea in stories for TextArea to show description and error texts
* Merged master into fix/3693-group-inputs-storybook
* Merge branch 'master' into fix/3693-group-inputs-storybook
* Removed redundant font name and fixed broken icons in stories
* Merge branch 'fix/3693-group-inputs-storybook' of bitbucket.org:scandic-swap/web into fix/3693-group-inputs-storybook
* Merged master into fix/3693-group-inputs-storybook
* Merge branch 'master' into fix/3693-group-inputs-storybook
Approved-by: Bianca Widstam
chore: Cleanup dependencies
* Move dotenv to root
* update knip config
* Fix more deps
* More dep updates
* more
* more dep updates
* Fix deps
* Fix generate
Approved-by: Linus Flood
fix: Remove required test after removing it from input
* Remove required test after removing it from input
Approved-by: Bianca Widstam
Approved-by: Emma Zettervall
feat(BOOK-747): show extra cost alert if reward night or voucher
* feat(BOOK-747): show extra cost alert if reward night or voucher
* feat(BOOK-747): use enum
* feat(BOOK-747): refactor
* feat(BOOK-747): add underline to trigger text
Approved-by: Anton Gunnarsson
feat(LOY-522): Move focus to the newly loaded stay in sidepeek for upcoming and previous stay
* feat(LOY-522): Moved focus to the newly loaded stay in sidepeek for upcoming and previous stay
Approved-by: Anton Gunnarsson
feat(STAY-140): make Stepper more accessible
* feat(STAY-140): make Stepper more accessible
* fix(STAY-140): add aria-valuetext
Approved-by: Bianca Widstam
fix(SW-3616): Handle EuroBonus point type everywhere
* Add tests to formatPrice
* formatPrice
* More work replacing config with api points type
* More work replacing config with api points type
* More fixing with currency
* maybe actually fixed it
* Fix MyStay
* Clean up
* Fix comments
* Merge branch 'master' into fix/refactor-currency-display
* Fix calculateTotalPrice for EB points + SF points + cash
Approved-by: Joakim Jäderberg
Wrap material icon in a empty suspense boundary
* Wrap material icon in a empty suspense boundary
* skip lazy loading icons
* remove suspense boundary
* Don't import lazy from react when generating icon file
Approved-by: Linus Flood
Fix/book 149 incorrect onfocus behaviour booking widget
* fix(BOOK-149): fixed labels shifting
* fix(BOOK-149): reintroduced sticky position
* fix(BOOK-149): added missing border to "where" text field
* added overflow to datepicker
* comment fixes
* removed separate typography declaration
* changed to onPress
* fix(BOOK-149): moved components to separate files
* fix(BOOK-149): removed desktop & mobile specific css classes
* fix(BOOK-149): new implementation of date and room modals
* dependencies update
* fix(BOOK-149): fixed child age dropdown issue, related error message, and Rooms & Guests container height
* updated info button to new variant
* fix(BOOK-149): prevent scrolling of background when modals are open in Tablet mode
* fixed overlay issue and added focus indicator on mobile
* fixed missing space in css
* rebase and fixed icon buttons after update
* simplified to use explicit boolean
* PR comments fixes
* more PR comment fixes
* PR comment fixes
* fixed setIsOpen((prev) => !prev)
* fixed issues with room error not showing properly on mobile
* fixing pr comments
* fixed flickering on GuestRoomModal
Approved-by: Erik Tiekstra
Chore/BOOK-708 replace title component
* chore(BOOK-708): replace title with typography
* chore(BOOK-708): replace title with typography
* chore(BOOK-708): remove Title from package.json
Approved-by: Linus Flood
Approved-by: Anton Gunnarsson