@skbkontur/react-ui 5.1.4 → 5.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/cjs/components/Autocomplete/__docs__/Autocomplete.mdx +2 -1
  3. package/cjs/components/Button/__docs__/Button.mdx +6 -5
  4. package/cjs/components/Calendar/__docs__/Calendar.mdx +6 -5
  5. package/cjs/components/Calendar/__docs__/CalendarDay.mdx +2 -1
  6. package/cjs/components/Center/__docs__/Center.mdx +2 -1
  7. package/cjs/components/Checkbox/__docs__/Checkbox.mdx +6 -5
  8. package/cjs/components/ComboBox/__docs__/ComboBox.mdx +6 -5
  9. package/cjs/components/CurrencyInput/__docs__/CurrencyInput.mdx +6 -5
  10. package/cjs/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +2 -1
  11. package/cjs/components/DateInput/__docs__/DateInput.mdx +2 -3
  12. package/cjs/components/DatePicker/__docs__/DatePicker.mdx +6 -5
  13. package/cjs/components/DateRangePicker/DateRangePicker.d.ts +2 -0
  14. package/cjs/components/DateRangePicker/DateRangePicker.js +42 -8
  15. package/cjs/components/DateRangePicker/DateRangePicker.js.map +1 -1
  16. package/cjs/components/DateRangePicker/DateRangePickerInput.js +4 -8
  17. package/cjs/components/DateRangePicker/DateRangePickerInput.js.map +1 -1
  18. package/cjs/components/DateRangePicker/__docs__/DateRangePicker.mdx +6 -8
  19. package/cjs/components/Dropdown/__docs__/Dropdown.mdx +6 -5
  20. package/cjs/components/DropdownMenu/__docs__/DropdownMenu.mdx +6 -5
  21. package/cjs/components/FileUploader/__docs__/FileUploader.mdx +6 -5
  22. package/cjs/components/FxInput/__docs__/FxInput.mdx +6 -5
  23. package/cjs/components/Gapped/__docs__/Gapped.mdx +2 -1
  24. package/cjs/components/GlobalLoader/__docs__/GlobalLoader.mdx +6 -5
  25. package/cjs/components/Group/__docs__/Group.mdx +2 -1
  26. package/cjs/components/Hint/__docs__/Hint.mdx +6 -5
  27. package/cjs/components/Input/__docs__/Input.mdx +6 -5
  28. package/cjs/components/Kebab/__docs__/Kebab.mdx +6 -5
  29. package/cjs/components/Link/__docs__/Link.mdx +6 -5
  30. package/cjs/components/Loader/__docs__/Loader.mdx +2 -3
  31. package/cjs/components/MaskedInput/__docs__/MaskedInput.mdx +6 -5
  32. package/cjs/components/MenuFooter/__docs__/MenuFooter.mdx +2 -1
  33. package/cjs/components/MenuHeader/__docs__/MenuHeader.mdx +2 -1
  34. package/cjs/components/MenuItem/__docs__/MenuItem.mdx +2 -1
  35. package/cjs/components/MenuSeparator/__docs__/MenuSeparator.mdx +2 -1
  36. package/cjs/components/MiniModal/__docs__/MiniModal.mdx +6 -5
  37. package/cjs/components/Modal/__docs__/Modal.mdx +6 -5
  38. package/cjs/components/Paging/__docs__/Paging.mdx +6 -5
  39. package/cjs/components/PasswordInput/__docs__/PasswordInput.mdx +6 -5
  40. package/cjs/components/Radio/__docs__/Radio.mdx +6 -5
  41. package/cjs/components/RadioGroup/__docs__/RadioGroup.mdx +6 -5
  42. package/cjs/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +2 -1
  43. package/cjs/components/ScrollContainer/__docs__/ScrollContainer.mdx +2 -1
  44. package/cjs/components/Select/__docs__/Select.mdx +6 -5
  45. package/cjs/components/SidePage/__docs__/SidePage.mdx +6 -5
  46. package/cjs/components/SingleToast/__docs__/SingleToast.mdx +6 -5
  47. package/cjs/components/Spinner/__docs__/Spinner.mdx +6 -5
  48. package/cjs/components/Sticky/__docs__/Sticky.mdx +2 -1
  49. package/cjs/components/Switcher/__docs__/Switcher.mdx +6 -5
  50. package/cjs/components/Tabs/__docs__/Tab.mdx +6 -5
  51. package/cjs/components/Tabs/__docs__/Tabs.mdx +6 -5
  52. package/cjs/components/Textarea/__docs__/Textarea.mdx +6 -5
  53. package/cjs/components/Toast/__docs__/Toast.mdx +6 -5
  54. package/cjs/components/Toggle/__docs__/Toggle.mdx +6 -5
  55. package/cjs/components/Token/__docs__/Token.mdx +6 -5
  56. package/cjs/components/TokenInput/__docs__/TokenInput.mdx +6 -5
  57. package/cjs/components/Tooltip/__docs__/Tooltip.mdx +6 -5
  58. package/cjs/components/TooltipMenu/__docs__/TooltipMenu.mdx +2 -1
  59. package/cjs/lib/rootNode/getRootNode.js +5 -12
  60. package/cjs/lib/rootNode/getRootNode.js.map +1 -1
  61. package/cjs/lib/utils.d.ts +1 -0
  62. package/cjs/lib/utils.js +5 -1
  63. package/cjs/lib/utils.js.map +1 -1
  64. package/components/Autocomplete/__docs__/Autocomplete.mdx +2 -1
  65. package/components/Button/__docs__/Button.mdx +6 -5
  66. package/components/Calendar/__docs__/Calendar.mdx +6 -5
  67. package/components/Calendar/__docs__/CalendarDay.mdx +2 -1
  68. package/components/Center/__docs__/Center.mdx +2 -1
  69. package/components/Checkbox/__docs__/Checkbox.mdx +6 -5
  70. package/components/ComboBox/__docs__/ComboBox.mdx +6 -5
  71. package/components/CurrencyInput/__docs__/CurrencyInput.mdx +6 -5
  72. package/components/CurrencyLabel/__docs__/CurrencyLabel.mdx +2 -1
  73. package/components/DateInput/__docs__/DateInput.mdx +2 -3
  74. package/components/DatePicker/__docs__/DatePicker.mdx +6 -5
  75. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js +31 -11
  76. package/components/DateRangePicker/DateRangePicker/DateRangePicker.js.map +1 -1
  77. package/components/DateRangePicker/DateRangePicker.d.ts +2 -0
  78. package/components/DateRangePicker/DateRangePickerInput/DateRangePickerInput.js +5 -8
  79. package/components/DateRangePicker/DateRangePickerInput/DateRangePickerInput.js.map +1 -1
  80. package/components/DateRangePicker/__docs__/DateRangePicker.mdx +6 -8
  81. package/components/Dropdown/__docs__/Dropdown.mdx +6 -5
  82. package/components/DropdownMenu/__docs__/DropdownMenu.mdx +6 -5
  83. package/components/FileUploader/__docs__/FileUploader.mdx +6 -5
  84. package/components/FxInput/__docs__/FxInput.mdx +6 -5
  85. package/components/Gapped/__docs__/Gapped.mdx +2 -1
  86. package/components/GlobalLoader/__docs__/GlobalLoader.mdx +6 -5
  87. package/components/Group/__docs__/Group.mdx +2 -1
  88. package/components/Hint/__docs__/Hint.mdx +6 -5
  89. package/components/Input/__docs__/Input.mdx +6 -5
  90. package/components/Kebab/__docs__/Kebab.mdx +6 -5
  91. package/components/Link/__docs__/Link.mdx +6 -5
  92. package/components/Loader/__docs__/Loader.mdx +2 -3
  93. package/components/MaskedInput/__docs__/MaskedInput.mdx +6 -5
  94. package/components/MenuFooter/__docs__/MenuFooter.mdx +2 -1
  95. package/components/MenuHeader/__docs__/MenuHeader.mdx +2 -1
  96. package/components/MenuItem/__docs__/MenuItem.mdx +2 -1
  97. package/components/MenuSeparator/__docs__/MenuSeparator.mdx +2 -1
  98. package/components/MiniModal/__docs__/MiniModal.mdx +6 -5
  99. package/components/Modal/__docs__/Modal.mdx +6 -5
  100. package/components/Paging/__docs__/Paging.mdx +6 -5
  101. package/components/PasswordInput/__docs__/PasswordInput.mdx +6 -5
  102. package/components/Radio/__docs__/Radio.mdx +6 -5
  103. package/components/RadioGroup/__docs__/RadioGroup.mdx +6 -5
  104. package/components/ResponsiveLayout/__docs__/ResponsiveLayout.mdx +2 -1
  105. package/components/ScrollContainer/__docs__/ScrollContainer.mdx +2 -1
  106. package/components/Select/__docs__/Select.mdx +6 -5
  107. package/components/SidePage/__docs__/SidePage.mdx +6 -5
  108. package/components/SingleToast/__docs__/SingleToast.mdx +6 -5
  109. package/components/Spinner/__docs__/Spinner.mdx +6 -5
  110. package/components/Sticky/__docs__/Sticky.mdx +2 -1
  111. package/components/Switcher/__docs__/Switcher.mdx +6 -5
  112. package/components/Tabs/__docs__/Tab.mdx +6 -5
  113. package/components/Tabs/__docs__/Tabs.mdx +6 -5
  114. package/components/Textarea/__docs__/Textarea.mdx +6 -5
  115. package/components/Toast/__docs__/Toast.mdx +6 -5
  116. package/components/Toggle/__docs__/Toggle.mdx +6 -5
  117. package/components/Token/__docs__/Token.mdx +6 -5
  118. package/components/TokenInput/__docs__/TokenInput.mdx +6 -5
  119. package/components/Tooltip/__docs__/Tooltip.mdx +6 -5
  120. package/components/TooltipMenu/__docs__/TooltipMenu.mdx +2 -1
  121. package/lib/rootNode/getRootNode/getRootNode.js +5 -12
  122. package/lib/rootNode/getRootNode/getRootNode.js.map +1 -1
  123. package/lib/utils/utils.js +3 -0
  124. package/lib/utils/utils.js.map +1 -1
  125. package/lib/utils.d.ts +1 -0
  126. package/package.json +2 -2
@@ -1,21 +1,19 @@
1
1
  import * as DateRangePickerStories from './DateRangePicker.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={DateRangePickerStories} />
7
8
 
8
- # DateRangePicker
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/input-fields/calendar/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=281%3A18389)
9
+ <Header
10
+ component="DateRangePicker"
11
+ guides="https://guides.kontur.ru/components/input-fields/calendar/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=281%3A18389"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
16
- <br />
17
- <br />
18
-
19
17
  ## Базовый пример
20
18
 
21
19
  Компонент выбора периода состоит из 3-х дочерних компонентов:
@@ -1,15 +1,16 @@
1
1
  import * as DropdownStories from './Dropdown.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={DropdownStories} />
7
8
 
8
- # Dropdown
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/actions/menu-button/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=200%3A2498)
9
+ <Header
10
+ component="Dropdown"
11
+ guides="https://guides.kontur.ru/components/actions/menu-button/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=200%3A2498"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as DropdownMenuStories from './DropdownMenu.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={DropdownMenuStories} />
7
8
 
8
- # DropdownMenu
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/actions/menu-button/)
11
-
12
- [Компонент в Figma](https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?node-id=200-2498&t=I8Bp7OCi6jgkyIbR-0)
9
+ <Header
10
+ component="DropdownMenu"
11
+ guides="https://guides.kontur.ru/components/actions/menu-button/"
12
+ figma="https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/⚡-Kontur-UI?node-id=200-2498&t=I8Bp7OCi6jgkyIbR-0"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as FileUploaderStories from './FileUploader.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={FileUploaderStories} />
7
8
 
8
- # FileUploader
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/input-fields/file-uploader/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=284%3A11938)
9
+ <Header
10
+ component="FileUploader"
11
+ guides="https://guides.kontur.ru/components/input-fields/file-uploader/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=284%3A11938"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as FxInputStories from './FxInput.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={FxInputStories} />
7
8
 
8
- # FxInput
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/input-fields/input/#11)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602)
9
+ <Header
10
+ component="FxInput"
11
+ guides="https://guides.kontur.ru/components/input-fields/input/#11"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,11 +1,12 @@
1
1
  import * as GappedStories from './Gapped.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={GappedStories} />
7
8
 
8
- # Gapped
9
+ <Header component="Gapped" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,15 +1,16 @@
1
1
  import * as GlobalLoaderStories from './GlobalLoader.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={GlobalLoaderStories} />
7
8
 
8
- # GlobalLoader
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/progress-indicators/global-loader/)
11
-
12
- [Компонент в Figma](https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?node-id=396-15654&t=i9hraypi61DJWRFA-4)
9
+ <Header
10
+ component="GlobalLoader"
11
+ guides="https://guides.kontur.ru/components/progress-indicators/global-loader/"
12
+ figma="https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?node-id=396-15654&t=i9hraypi61DJWRFA-4"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,11 +1,12 @@
1
1
  import * as GroupStories from './Group.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={GroupStories} />
7
8
 
8
- # Group
9
+ <Header component="Group" />
9
10
 
10
11
  <Description />
11
12
 
@@ -2,15 +2,16 @@ import * as HintStories from './Hint.docs.stories.tsx';
2
2
 
3
3
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
4
4
  import { Meta } from '../../../.storybook/Meta';
5
+ import { Header } from '../../../.storybook/Header';
5
6
  import { PropsTable } from '../../../.storybook/PropsTable';
6
7
 
7
8
  <Meta of={HintStories} />
8
9
 
9
- # Hint
10
-
11
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/popup-elements/hint/)
12
-
13
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A5154)
10
+ <Header
11
+ component="Hint"
12
+ guides="https://guides.kontur.ru/components/popup-elements/hint/"
13
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A5154"
14
+ />
14
15
 
15
16
  <Description />
16
17
 
@@ -1,15 +1,16 @@
1
1
  import * as InputStories from './Input.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={InputStories} />
7
8
 
8
- # Input
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/input-fields/input/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602)
9
+ <Header
10
+ component="Input"
11
+ guides="https://guides.kontur.ru/components/input-fields/input/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as KebabStories from './Kebab.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={KebabStories} />
7
8
 
8
- # Kebab
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/actions/kebab-menu/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A2540)
9
+ <Header
10
+ component="Kebab"
11
+ guides="https://guides.kontur.ru/components/actions/kebab-menu/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A2540"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as LinkStories from './Link.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={LinkStories} />
7
8
 
8
- # Link
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/actions/hyperlink/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?type=design&node-id=953%3A23703&mode=design&t=os7wLLJCaKzU1UFM-1)
9
+ <Header
10
+ component="Link"
11
+ guides="https://guides.kontur.ru/components/actions/hyperlink/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?type=design&node-id=953%3A23703&mode=design&t=os7wLLJCaKzU1UFM-1"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,13 +1,12 @@
1
1
  import * as LoaderStories from './Loader.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={LoaderStories} />
7
8
 
8
- # Loader
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/progress-indicators/spinner/)
9
+ <Header component="Loader" guides="https://guides.kontur.ru/components/progress-indicators/spinner/" />
11
10
 
12
11
  <Description />
13
12
 
@@ -1,15 +1,16 @@
1
1
  import * as MaskedInputStories from './MaskedInput.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={MaskedInputStories} />
7
8
 
8
- # MaskedInput
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/input-fields/input/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602)
9
+ <Header
10
+ component="MaskedInput"
11
+ guides="https://guides.kontur.ru/components/input-fields/input/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,11 +1,12 @@
1
1
  import * as MenuFooterStories from './MenuFooter.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={MenuFooterStories} />
7
8
 
8
- # MenuFooter
9
+ <Header component="MenuFooter" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,11 +1,12 @@
1
1
  import * as MenuHeaderStories from './MenuHeader.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={MenuHeaderStories} />
7
8
 
8
- # MenuHeader
9
+ <Header component="MenuHeader" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,11 +1,12 @@
1
1
  import * as MenuItemStories from './MenuItem.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={MenuItemStories} />
7
8
 
8
- # MenuItem
9
+ <Header component="MenuItem" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,11 +1,12 @@
1
1
  import * as MenuSeparatorStories from './MenuSeparator.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={MenuSeparatorStories} />
7
8
 
8
- # MenuSeparator
9
+ <Header component="MenuSeparator" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,15 +1,16 @@
1
1
  import * as MiniModalStories from './MiniModal.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={MiniModalStories} />
7
8
 
8
- # MiniModal
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/popup-elements/modal/#Mini-modalka)
11
-
12
- [Компонент в Figma](https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?node-id=21689-33399&t=agVpD90pHKOeCgsR-4)
9
+ <Header
10
+ component="MiniModal"
11
+ guides="https://guides.kontur.ru/components/popup-elements/modal/#Mini-modalka"
12
+ figma="https://www.figma.com/design/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI?node-id=21689-33399&t=agVpD90pHKOeCgsR-4"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as ModalStories from './Modal.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={ModalStories} />
7
8
 
8
- # Modal
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/popup-elements/modal/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A11142)
9
+ <Header
10
+ component="Modal"
11
+ guides="https://guides.kontur.ru/components/popup-elements/modal/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A11142"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as PagingStories from './Paging.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={PagingStories} />
7
8
 
8
- # Paging
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/navigation/paging/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=281%3A18146)
9
+ <Header
10
+ component="Paging"
11
+ guides="https://guides.kontur.ru/components/navigation/paging/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=281%3A18146"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as PasswordInputStories from './PasswordInput.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={PasswordInputStories} />
7
8
 
8
- # PasswordInput
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/input-fields/password/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602)
9
+ <Header
10
+ component="PasswordInput"
11
+ guides="https://guides.kontur.ru/components/input-fields/password/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A1602"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as RadioStories from './Radio.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={RadioStories} />
7
8
 
8
- # Radio
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/selection-elements/radio/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A2669)
9
+ <Header
10
+ component="Radio"
11
+ guides="https://guides.kontur.ru/components/selection-elements/radio/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A2669"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as RadioGroupStories from './RadioGroup.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={RadioGroupStories} />
7
8
 
8
- # RadioGroup
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/selection-elements/radio/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A2669)
9
+ <Header
10
+ component="RadioGroup"
11
+ guides="https://guides.kontur.ru/components/selection-elements/radio/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A2669"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,11 +1,12 @@
1
1
  import * as ResponsiveLayoutStories from './ResponsiveLayout.docs.stories.tsx';
2
2
  import { ArgTypes, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={ResponsiveLayoutStories} />
7
8
 
8
- # ResponsiveLayout
9
+ <Header component="ResponsiveLayout" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,11 +1,12 @@
1
1
  import * as ScrollContainerStories from './ScrollContainer.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={ScrollContainerStories} />
7
8
 
8
- # ScrollContainer
9
+ <Header component="ScrollContainer" />
9
10
 
10
11
  <Description />
11
12
 
@@ -1,15 +1,16 @@
1
1
  import * as SelectStories from './Select.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={SelectStories} />
7
8
 
8
- # Select
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/selection-elements/select/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A2514)
9
+ <Header
10
+ component="Select"
11
+ guides="https://guides.kontur.ru/components/selection-elements/select/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=203%3A2514"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as SidePageStories from './SidePage.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={SidePageStories} />
7
8
 
8
- # SidePage
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/popup-elements/sidepage/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A11142)
9
+ <Header
10
+ component="SidePage"
11
+ guides="https://guides.kontur.ru/components/popup-elements/sidepage/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A11142"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as SingleToastStories from './SingleToast.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={SingleToastStories} />
7
8
 
8
- # SingleToast
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/popup-elements/toast/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A5203)
9
+ <Header
10
+ component="SingleToast"
11
+ guides="https://guides.kontur.ru/components/popup-elements/toast/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=230%3A5203"
13
+ />
13
14
 
14
15
  <Description />
15
16
 
@@ -1,15 +1,16 @@
1
1
  import * as SpinnerStories from './Spinner.docs.stories.tsx';
2
2
  import { Primary, ArgTypes, Stories, Description } from '@storybook/blocks';
3
3
  import { Meta } from '../../../.storybook/Meta';
4
+ import { Header } from '../../../.storybook/Header';
4
5
  import { PropsTable } from '../../../.storybook/PropsTable';
5
6
 
6
7
  <Meta of={SpinnerStories} />
7
8
 
8
- # Spinner
9
-
10
- [Компонент в Контур.Гайдах](https://guides.kontur.ru/components/progress-indicators/spinner/)
11
-
12
- [Компонент в Figma](https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=396%3A15631)
9
+ <Header
10
+ component="Spinner"
11
+ guides="https://guides.kontur.ru/components/progress-indicators/spinner/"
12
+ figma="https://www.figma.com/file/87ScqxPzJpF9DcVBNYWOjM/%E2%9A%A1-Kontur-UI-Modern-Layout?node-id=396%3A15631"
13
+ />
13
14
 
14
15
  <Description />
15
16