Skip to content

Commit

Permalink
feat: New alpha version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New alpha version
  • Loading branch information
mguellsegarra committed Dec 4, 2023
1 parent b82485c commit 5d0bbf2
Show file tree
Hide file tree
Showing 7 changed files with 10,248 additions and 1,437 deletions.
18 changes: 0 additions & 18 deletions .storybook/main.js

This file was deleted.

16 changes: 16 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import type { StorybookConfig } from "@storybook/react-vite";

const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-onboarding",
"@storybook/addon-interactions",
],
framework: {
name: "@storybook/react-vite",
options: {},
},
};
export default config;
9 changes: 0 additions & 9 deletions .storybook/preview.js

This file was deleted.

15 changes: 15 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import type { Preview } from "@storybook/react";

const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/i,
},
},
},
};

export default preview;
Loading

0 comments on commit 5d0bbf2

Please sign in to comment.