Skip to content

Commit

Permalink
fix(demoing-storybook): export Anchor, Description, Heading doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed Dec 3, 2019
1 parent 17624a7 commit 3cca3c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 6 additions & 3 deletions packages/demoing-storybook/index.js
Expand Up @@ -33,10 +33,13 @@ export {
export { withWebComponentsKnobs } from '@open-wc/storybook-prebuilt';

export {
Meta,
Props,
Story,
Anchor,
Description,
DocsContainer,
DocsPage,
Heading,
Meta,
Story,
Preview,
Props,
} from '@open-wc/storybook-prebuilt/dist/preview.js';
2 changes: 1 addition & 1 deletion packages/demoing-storybook/package.json
Expand Up @@ -43,7 +43,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@mdx-js/mdx": "^1.5.1",
"@open-wc/building-rollup": "^0.14.8",
"@open-wc/storybook-prebuilt": "^0.0.7",
"@open-wc/storybook-prebuilt": "^0.0.8",
"@storybook/addon-docs": "^5.2.5",
"command-line-args": "^5.0.2",
"command-line-usage": "^6.1.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -2098,24 +2098,24 @@
resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.13.21.tgz#718b9ec5f9a98935fc775e577ad094ae8d8b7dea"
integrity sha512-BONpjHcGX2zFa9mfnwBCLEmlDsOHzT+j6Qt1yfK3MzFXFtAykfzFjAgaxPetu0YbBlCfXuMlfxI4vlRGCGMvFg==

"@open-wc/storybook-prebuilt@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@open-wc/storybook-prebuilt/-/storybook-prebuilt-0.0.7.tgz#686b817c2c817365de0ba343140064864d6b7b8b"
integrity sha512-F3vo82nqo0vxisu/byjJQMx8dhiRwYLgcrzHCPZf2EIFRnZNygs1ns3wV2LU3li9+phrnSJNStLcQJvPRnlYcw==
"@open-wc/storybook-prebuilt@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@open-wc/storybook-prebuilt/-/storybook-prebuilt-0.0.8.tgz#71a531e00f6ce67e690ed7077ed70fc237ae4f22"
integrity sha512-mv8irqfY+u0udYJhrRSi3UAzsiq2PdlC59rCW5Y2racFLByZqRj7lUw4FXXaC5b2OlHyaMTg1GOKJTuFXoknpQ==
dependencies:
standard-version "^7.0.1"

"@open-wc/testing-karma-bs@file:./packages/testing-karma-bs":
version "1.3.6"
version "1.3.9"
dependencies:
"@open-wc/testing-karma" "^3.2.6"
"@open-wc/testing-karma" "^3.2.9"
"@types/node" "^11.13.0"
karma-browserstack-launcher "^1.0.0"

"@open-wc/testing-karma@file:./packages/testing-karma":
version "3.2.6"
version "3.2.9"
dependencies:
"@open-wc/karma-esm" "^2.10.6"
"@open-wc/karma-esm" "^2.11.2"
axe-core "^3.3.1"
karma "^4.1.0"
karma-chrome-launcher "^2.0.0"
Expand Down

0 comments on commit 3cca3c9

Please sign in to comment.