Merged in fix/SW-1561-hotelpage-ui (pull request #2542)

Fix(SW-1561): Hotelpage design and token update

* fix(SW-1561): fix sidepeek subtitle

* fix(SW-1561): update mapCard to new tokens and update styling

* fix(SW-1561): correct Typography lowcase titles


Approved-by: Anton Gunnarsson
This commit is contained in:
Matilda Landström
2025-07-10 14:13:47 +00:00
parent 04a495b536
commit 2fee29f3f9
12 changed files with 105 additions and 78 deletions

View File

@@ -40,10 +40,10 @@ export const TitleMd: Story = {
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
},
}
export const TitleMdRegular: Story = {
name: 'Title/mdRegular',
export const TitleMdLowCase: Story = {
name: 'Title/mdLowCase',
args: {
variant: 'Title/mdRegular',
variant: 'Title/mdLowCase',
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
},
}
@@ -54,10 +54,10 @@ export const TitleSm: Story = {
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
},
}
export const TitleSmRegular: Story = {
name: 'Title/smRegular',
export const TitleSmLowCase: Story = {
name: 'Title/smLowCase',
args: {
variant: 'Title/smRegular',
variant: 'Title/smLowCase',
children: <h1>The quick brown fox jumps over the lazy dog</h1>,
},
}