feat(SW-214): Implement usp component

This commit is contained in:
Pontus Dreij
2024-09-25 13:31:13 +02:00
parent ca162651c5
commit 717a5ef307
17 changed files with 286 additions and 59 deletions

View File

@@ -16,6 +16,7 @@ fragment UspGrid_ContentPage on ContentPageBlocksUspGrid {
node {
... on UspGrid {
usp_card {
__typename
icon
text {
embedded_itemsConnection {
@@ -54,7 +55,7 @@ fragment UspGrid_ContentPageRefs on ContentPageBlocksUspGrid {
__typename
...AccountPageRef
...ContentPageRef
...ImageContainerRef
...HotelPageRef
...LoyaltyPageRef
}
}