git save current version as 0.05

This commit is contained in:
liaibo
2025-12-01 07:22:08 +08:00
parent 140bce9768
commit ddff19672b
1279 changed files with 82021 additions and 421 deletions
+26
View File
@@ -0,0 +1,26 @@
import type { Preview } from '@storybook/nextjs-vite';
import '../src/app/globals.css';
const preview: Preview = {
parameters: {
layout: 'fullscreen',
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
backgrounds: {
default: 'canvas',
values: [
{ name: 'canvas', value: '#f8fafc' },
{ name: 'dark', value: '#030712' },
],
},
a11y: {
test: 'todo',
},
},
};
export default preview;