From 2cd71d3968fa2ad0f58168b9f26c9c5883182d07 Mon Sep 17 00:00:00 2001 From: Pierre Romera Date: Fri, 21 Jun 2024 15:57:41 +0200 Subject: [PATCH] build: disable custom components --- .storybook/preview.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 7b65e4f1..5b10170d 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -57,16 +57,16 @@ const styleH1 = { export const parameters = { docs: { components: { - h1: styled.h1(() => styleH1), - h2: styled.h1(() => style), - h3: styled.h1(() => style), - h4: styled.h1(() => style), - h5: styled.h1(() => style), - section: styled.section(() => style), - p: styled.p(() => style), - div: styled.div(() => style), - span: styled.span(() => style), - input: styled.input(() => style) + // h1: styled.h1(() => styleH1), + // h2: styled.h1(() => style), + // h3: styled.h1(() => style), + // h4: styled.h1(() => style), + // h5: styled.h1(() => style), + // section: styled.section(() => style), + // p: styled.p(() => style), + // div: styled.div(() => style), + // span: styled.span(() => style), + // input: styled.input(() => style) }, }, controls: {