@storybook/types 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -3633,6 +3633,7 @@ interface CLIOptions {
3633
3633
  enableCrashReports?: boolean;
3634
3634
  host?: string;
3635
3635
  initialPath?: string;
3636
+ exactPort?: boolean;
3636
3637
  /**
3637
3638
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
3638
3639
  */
@@ -4964,6 +4965,7 @@ type ComposedStoryFn<TRenderer extends Renderer = Renderer, TArgs = Args> = Part
4964
4965
  id: StoryId;
4965
4966
  storyName: string;
4966
4967
  parameters: Parameters;
4968
+ argTypes: StrictArgTypes<TArgs>;
4967
4969
  };
4968
4970
  /**
4969
4971
  * Based on a module of stories, it returns all stories within it, filtering non-stories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/types",
3
- "version": "8.0.0-alpha.1",
3
+ "version": "8.0.0-alpha.3",
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.1",
47
+ "@storybook/channels": "8.0.0-alpha.3",
48
48
  "@types/babel__core": "^7.0.0",
49
49
  "@types/express": "^4.7.0",
50
50
  "file-system-cache": "2.3.0"