From 03331c44276ec56e9f235e4d5ee75030455a753f Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 19 Sep 2023 15:47:08 +0200 Subject: build(deps): bump all dependencies * MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files --- .storybook/themes/common.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .storybook/themes/common.js (limited to '.storybook/themes/common.js') diff --git a/.storybook/themes/common.js b/.storybook/themes/common.js deleted file mode 100644 index 17619c2..0000000 --- a/.storybook/themes/common.js +++ /dev/null @@ -1,8 +0,0 @@ -export const brand = { - title: 'Design system', -}; - -export const fontFamilies = { - mono: '"Cousine", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace', - primary: '"Inter", "Liberation Sans", Arial, sans-serif', -}; -- cgit v1.2.3