Skip to content

Commit

Permalink
fix: update card layout storybook data
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Dec 25, 2023
1 parent 2548821 commit 158e8bc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/blocks/CardLayout/__stories__/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
"type": "background-card",
"title": "Tell a story and build a narrative",
"text": "We are all storytellers. Stories are a powerful way to communicate ideas and share information. The right story can lead to a better understanding of a situation, make us laugh, or even inspire us to do something in the future.",
"backgroundColor": "#EEF2F8"
"background": {
"light": {
"src": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-bg_nopadding_4-12_light.png",
"alt": "Lorem ipsumt",
"disableCompress": true
},
"dark": {
"src": "https://storage.yandexcloud.net/cloud-www-assets/constructor/storybook/images/img-bg_nopadding_4-12_dark.png",
"alt": "Lorem ipsumt"
}
}
},
"priceCard": {
"type": "price-card",
Expand Down Expand Up @@ -86,7 +96,8 @@
"colSizes": {
"all": 12,
"sm": 6,
"md": 3
"md": 4,
"lg": 3
}
}
}
Expand Down

0 comments on commit 158e8bc

Please sign in to comment.