Skip to content

Commit aa9e9a3

Browse files
author
txix
committed
2026-02-18 14:06:17: merge [main:5b2209de3b74aa1ef498aaa9015d5b115547b51a];
1 parent c9e3de6 commit aa9e9a3

157 files changed

Lines changed: 6368 additions & 5113 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc

Lines changed: 0 additions & 78 deletions
This file was deleted.

.storybook/main.ts

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@ import type { StorybookConfig } from '@storybook/react-vite'
22
import remarkGfm from 'remark-gfm'
33

44
const config: StorybookConfig = {
5-
'stories': [
6-
'../src/**/Welcome.mdx',
7-
'../src/**/*.mdx',
8-
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'
9-
],
10-
'addons': [
11-
'@storybook/addon-onboarding',
12-
'@storybook/addon-essentials',
13-
'@storybook/addon-interactions',
5+
stories: ['../src/stories/**/*.mdx'],
6+
addons: [
147
{
158
name: '@storybook/addon-docs',
169
options: {
@@ -22,9 +15,7 @@ const config: StorybookConfig = {
2215
}
2316
}
2417
],
25-
'framework': {
26-
'name': '@storybook/react-vite',
27-
'options': {}
28-
}
18+
framework: '@storybook/react-vite'
2919
}
20+
3021
export default config

.storybook/preview.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Preview } from '@storybook/react'
1+
import type { Preview } from '@storybook/react-vite'
22

33
const preview: Preview = {
44
parameters: {
@@ -7,6 +7,23 @@ const preview: Preview = {
77
color: /(background|color)$/i,
88
date: /Date$/i
99
}
10+
},
11+
12+
a11y: {
13+
test: 'todo'
14+
},
15+
docs: {
16+
toc: {
17+
title: 'Содержание',
18+
headingSelector: 'h2, h3, h4',
19+
disable: false,
20+
maxDepth: 2
21+
}
22+
},
23+
options: {
24+
storySort: {
25+
order: ['Описание', '*']
26+
}
1027
}
1128
}
1229
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.8.0
2+
- Обновлено
3+
- Зависимости библиотек до крайних версий
4+
- Исправлено
5+
- Ошибки typescript
6+
- синтаксис scss
17
## 1.7.4
28
- Исправлено
39
- На вкладке Swagger добавлены отступы для списков

0 commit comments

Comments
 (0)