@sit-onyx/storybook-utils 1.0.0-beta.90 → 1.0.0-beta.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/preview.ts +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/storybook-utils",
3
3
  "description": "Storybook utilities for Vue",
4
- "version": "1.0.0-beta.90",
4
+ "version": "1.0.0-beta.91",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
package/src/preview.ts CHANGED
@@ -62,6 +62,7 @@ export const createPreview = <T extends Preview = Preview>(
62
62
  sort: "requiredFirst",
63
63
  // needed to also show props/events descriptions etc. when opening a single story
64
64
  expanded: true,
65
+ exclude: ["ref", "ref_for", "ref_key", "class", "style", "key", "$slots"],
65
66
  },
66
67
  docs: {
67
68
  // see: https://github.com/hipstersmoothie/storybook-dark-mode/issues/127#issuecomment-840701971