From 158e8bc952ffe500dbc1db174c792cf7f0e90948 Mon Sep 17 00:00:00 2001 From: qradle Date: Mon, 25 Dec 2023 13:48:05 +0300 Subject: [PATCH] fix: update card layout storybook data --- src/blocks/CardLayout/__stories__/data.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/blocks/CardLayout/__stories__/data.json b/src/blocks/CardLayout/__stories__/data.json index 803bee4c6..ea7964fec 100644 --- a/src/blocks/CardLayout/__stories__/data.json +++ b/src/blocks/CardLayout/__stories__/data.json @@ -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", @@ -86,7 +96,8 @@ "colSizes": { "all": 12, "sm": 6, - "md": 3 + "md": 4, + "lg": 3 } } }