feat: release v0.0.1

This commit is contained in:
2026-02-27 09:50:13 +03:00
parent ed30903f96
commit 8f2c799235
321 changed files with 23986 additions and 1 deletions

25
.storybook/preview.css Normal file
View File

@@ -0,0 +1,25 @@
:root {
--Default-BgLight: #ffffff;
--Default-BgDarken: #f2f2f2;
--Default-StrokeDividers: #e0e0e0;
--Default-White: #ffffff;
--Text-Primary: #1d1d1d;
--Controls-Primary: #1d1d1d;
--Controls-Plashes: #f5f5f5;
--Shadow-Z100: 0 10px 24px rgba(20, 20, 20, 0.14);
--Accent-Primary: #5152ba;
--Opacity-BlackOpacity45: rgba(0, 0, 0, 0.45);
--corner-S: 8px;
--corner-M: 12px;
--Corner-XL: 32px;
}
html,
body,
#storybook-root {
height: 100%;
}
body {
background: #f6f8fb;
}