Skip to content

Commit

Permalink
Merge pull request #10 from EPA-WG/develop
Browse files Browse the repository at this point in the history
0.0.31
  • Loading branch information
sashafirsov authored Nov 12, 2024
2 parents 06b9e05 + 6f26966 commit 97379d4
Show file tree
Hide file tree
Showing 85 changed files with 57,736 additions and 61,112 deletions.
4 changes: 3 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ const config: StorybookConfig = {
"@storybook/addon-links",
"@storybook/addon-essentials",
// "@chromatic-com/storybook", // breaks SB UI
'@storybook/addon-interactions',
// "@storybook/addon-mdx-gfm" // not used
'@storybook/addon-interactions',
"@storybook/addon-mdx-gfm",
"@chromatic-com/storybook"
],
framework: {
name: "@storybook/web-components-vite",
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const preview = {
},
},
loaders: [mswLoader],
tags: ['autodocs', 'autodocs']
tags: ['autodocs', 'autodocs', 'autodocs']
};

export default preview;
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CDN version of StoryBook.
[github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
[npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element-dist.svg
[npm-url]: https://npmjs.org/package/@epa-wg/custom-element-dist
[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/coverage/src/custom-element/coverage.svg
[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/coverage/src/custom-element/index.html
[sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/storybook-static/index.html
[bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.29/dist/custom-element-bundle.js
[coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/coverage/src/custom-element/coverage.svg
[coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/coverage/src/custom-element/index.html
[sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/storybook-static/index.html
[bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.31/dist/custom-element-bundle.js
Loading

0 comments on commit 97379d4

Please sign in to comment.