@storybook/nextjs 8.0.0-alpha.1 → 8.0.0-alpha.3

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-45fb9e07.js';
2
+ import { a as Addon_StoryContext } from '../index.d-e869a7f6.js';
3
3
  import 'file-system-cache';
4
4
  import '@babel/core';
5
5
  import 'http';
@@ -2946,6 +2946,7 @@ interface CLIOptions {
2946
2946
  enableCrashReports?: boolean;
2947
2947
  host?: string;
2948
2948
  initialPath?: string;
2949
+ exactPort?: boolean;
2949
2950
  /**
2950
2951
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
2951
2952
  */
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty } from './index.d-45fb9e07.js';
1
+ import { P as PresetProperty } from './index.d-e869a7f6.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-45fb9e07.js';
1
+ import { A as Addon_DecoratorFunction } from './index.d-e869a7f6.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-45fb9e07.js';
1
+ import { A as Addon_DecoratorFunction } from './index.d-e869a7f6.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.1",
3
+ "version": "8.0.0-alpha.3",
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.1",
93
- "@storybook/builder-webpack5": "8.0.0-alpha.1",
94
- "@storybook/core-common": "8.0.0-alpha.1",
95
- "@storybook/core-events": "8.0.0-alpha.1",
96
- "@storybook/node-logger": "8.0.0-alpha.1",
97
- "@storybook/preset-react-webpack": "8.0.0-alpha.1",
98
- "@storybook/preview-api": "8.0.0-alpha.1",
99
- "@storybook/react": "8.0.0-alpha.1",
92
+ "@storybook/addon-actions": "8.0.0-alpha.3",
93
+ "@storybook/builder-webpack5": "8.0.0-alpha.3",
94
+ "@storybook/core-common": "8.0.0-alpha.3",
95
+ "@storybook/core-events": "8.0.0-alpha.3",
96
+ "@storybook/node-logger": "8.0.0-alpha.3",
97
+ "@storybook/preset-react-webpack": "8.0.0-alpha.3",
98
+ "@storybook/preview-api": "8.0.0-alpha.3",
99
+ "@storybook/react": "8.0.0-alpha.3",
100
100
  "@types/node": "^18.0.0",
101
101
  "css-loader": "^6.7.3",
102
102
  "find-up": "^5.0.0",