@storybook/types 8.0.0-alpha.5 → 8.0.0-alpha.7

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/dist/index.d.ts +0 -5
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -3821,11 +3821,6 @@ interface StorybookConfigRaw {
3821
3821
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
3822
3822
  */
3823
3823
  argTypeTargetsV7?: boolean;
3824
- /**
3825
- * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
3826
- * Will be removed in 7.0.
3827
- */
3828
- warnOnLegacyHierarchySeparator?: boolean;
3829
3824
  /**
3830
3825
  * Use legacy MDX1, to help smooth migration to 7.0
3831
3826
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/types",
3
- "version": "8.0.0-alpha.5",
3
+ "version": "8.0.0-alpha.7",
4
4
  "description": "Core Storybook TS Types",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,7 +44,7 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/channels": "8.0.0-alpha.5",
47
+ "@storybook/channels": "8.0.0-alpha.7",
48
48
  "@types/babel__core": "^7.0.0",
49
49
  "@types/express": "^4.7.0",
50
50
  "file-system-cache": "2.3.0"