Skip to content

Commit

Permalink
Update packages and add test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
canjalal committed Nov 18, 2024
1 parent 31057b2 commit 124d11b
Show file tree
Hide file tree
Showing 3 changed files with 16,332 additions and 11,536 deletions.
5 changes: 4 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ import "../src/styles/globals.css";

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

decorators: [
(Story) => (
<FontProvider>
Expand All @@ -27,6 +28,8 @@ const preview: Preview = {
</FontProvider>
),
],

tags: ["autodocs"],
};

export default preview;
Loading

0 comments on commit 124d11b

Please sign in to comment.