@storybook/nextjs 8.0.0-alpha.6 → 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.
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { a as Addon_StoryContext } from '../index.d-0c90d541.js';
2
+ import { a as Addon_StoryContext } from '../index.d-0a6e03f5.js';
3
3
  import 'file-system-cache';
4
4
  import '@babel/core';
5
5
  import 'http';
@@ -3113,11 +3113,6 @@ interface StorybookConfigRaw {
3113
3113
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
3114
3114
  */
3115
3115
  argTypeTargetsV7?: boolean;
3116
- /**
3117
- * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
3118
- * Will be removed in 7.0.
3119
- */
3120
- warnOnLegacyHierarchySeparator?: boolean;
3121
3116
  /**
3122
3117
  * Use legacy MDX1, to help smooth migration to 7.0
3123
3118
  */
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty } from './index.d-0c90d541.js';
1
+ import { P as PresetProperty } from './index.d-0a6e03f5.js';
2
2
  import { StorybookConfig } from './index.js';
3
3
  import 'file-system-cache';
4
4
  import '@babel/core';
package/dist/preview.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as Addon_DecoratorFunction } from './index.d-0c90d541.js';
1
+ import { A as Addon_DecoratorFunction } from './index.d-0a6e03f5.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -1,4 +1,4 @@
1
- import { A as Addon_DecoratorFunction } from '../index.d-0c90d541.js';
1
+ import { A as Addon_DecoratorFunction } from '../index.d-0a6e03f5.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs",
3
- "version": "8.0.0-alpha.6",
3
+ "version": "8.0.0-alpha.7",
4
4
  "description": "Storybook for Next.js",
5
5
  "keywords": [
6
6
  "storybook",
@@ -89,14 +89,14 @@
89
89
  "@babel/preset-react": "^7.22.15",
90
90
  "@babel/preset-typescript": "^7.23.2",
91
91
  "@babel/runtime": "^7.23.2",
92
- "@storybook/addon-actions": "8.0.0-alpha.6",
93
- "@storybook/builder-webpack5": "8.0.0-alpha.6",
94
- "@storybook/core-common": "8.0.0-alpha.6",
95
- "@storybook/core-events": "8.0.0-alpha.6",
96
- "@storybook/node-logger": "8.0.0-alpha.6",
97
- "@storybook/preset-react-webpack": "8.0.0-alpha.6",
98
- "@storybook/preview-api": "8.0.0-alpha.6",
99
- "@storybook/react": "8.0.0-alpha.6",
92
+ "@storybook/addon-actions": "8.0.0-alpha.7",
93
+ "@storybook/builder-webpack5": "8.0.0-alpha.7",
94
+ "@storybook/core-common": "8.0.0-alpha.7",
95
+ "@storybook/core-events": "8.0.0-alpha.7",
96
+ "@storybook/node-logger": "8.0.0-alpha.7",
97
+ "@storybook/preset-react-webpack": "8.0.0-alpha.7",
98
+ "@storybook/preview-api": "8.0.0-alpha.7",
99
+ "@storybook/react": "8.0.0-alpha.7",
100
100
  "@types/node": "^18.0.0",
101
101
  "@types/semver": "^7.3.4",
102
102
  "css-loader": "^6.7.3",