diff --git a/.storybook/stories/documentation/Types.mdx b/.storybook/stories/documentation/Types.mdx index c1fc58f9a..103bf93ba 100644 --- a/.storybook/stories/documentation/Types.mdx +++ b/.storybook/stories/documentation/Types.mdx @@ -52,13 +52,6 @@ import { Meta } from '@storybook/blocks'; --- -# `DataLens` — DataLens chart - -- `id: string` — Chart ID -- `theme: dark | light` — Chart theme - ---- - # `Media` — Image/video/DataLens/Youtube - `color?: string` — Background color @@ -70,6 +63,24 @@ import { Meta } from '@storybook/blocks'; - `previewImg?: string` - `dataLens?: string |` [DataLens](#DataLens) - `fullscreen?: boolean` — Enabling full-screen mode for image or video. Default true - for multiple images, false - for single image, video. It doesn't work with dataLens and youtube +- `iframe?: [Iframe](#Iframe)` + + +--- + +# `DataLens` — DataLens chart + +- `id: string` — Chart ID +- `theme: dark | light` — Chart theme + +--- + +# `Iframe` + +- `src: string` — Iframe link +- `name?: string` — Iframe name + +You can add all attributes which `