aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/.storybook/preview.cjs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-09-25 12:01:37 +0200
committerivarlovlie <git@ivarlovlie.no>2022-09-25 12:01:37 +0200
commit2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1 (patch)
tree13f7a597c2e31210e722388de8aabf0d43ba5326 /apps/kit/.storybook/preview.cjs
parent9f65b9e65ead6cc6b8ce5cfcf650b49fe134cd91 (diff)
downloadgreatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.tar.xz
greatoffice-2a9e668dceda855f8302e2ca9f81ebd6f0e7b5c1.zip
feat: Safelist all classes needed for alerts
Diffstat (limited to 'apps/kit/.storybook/preview.cjs')
-rw-r--r--apps/kit/.storybook/preview.cjs9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/kit/.storybook/preview.cjs b/apps/kit/.storybook/preview.cjs
new file mode 100644
index 0000000..48afd56
--- /dev/null
+++ b/apps/kit/.storybook/preview.cjs
@@ -0,0 +1,9 @@
+export const parameters = {
+ actions: { argTypesRegex: "^on[A-Z].*" },
+ controls: {
+ matchers: {
+ color: /(background|color)$/i,
+ date: /Date$/,
+ },
+ },
+} \ No newline at end of file