Skip to content

Commit e4e1ae8

Browse files
authored
Merge branch 'v1/contrib' into feature/uui-copy
2 parents 3999917 + 61c7ae3 commit e4e1ae8

File tree

47 files changed

+2893
-3944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2893
-3944
lines changed

.storybook/main.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { StorybookConfig } from '@storybook/web-components-vite';
2-
import { html } from 'lit';
32
import { join, dirname } from 'path';
43

54
/**
@@ -16,17 +15,24 @@ const config: StorybookConfig = {
1615
'../packages/**/*.story.@(js|jsx|mjs|ts|tsx)',
1716
'../stories/**/*.story.@(js|jsx|mjs|ts|tsx)',
1817
],
18+
1919
staticDirs: ['./images'],
20+
2021
addons: [
2122
getAbsolutePath('@storybook/addon-links'),
2223
getAbsolutePath('@storybook/addon-essentials'),
2324
getAbsolutePath('@chromatic-com/storybook'),
2425
getAbsolutePath('@storybook/addon-a11y'),
2526
'../storyhelpers/storybook-readme',
2627
],
28+
2729
framework: {
2830
name: getAbsolutePath('@storybook/web-components-vite'),
2931
options: {},
3032
},
33+
34+
docs: {
35+
autodocs: true,
36+
},
3137
};
3238
export default config;

chromatic.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"onlyChanged": true,
33
"projectId": "Project:62189360eeb21b003ab2f4ad",
4-
"zip": true
4+
"zip": true,
5+
"buildScriptName": "storybook:build"
56
}

0 commit comments

Comments
 (0)