@storybook/nextjs 7.1.0-alpha.37 → 7.1.0-alpha.38

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.
@@ -907,7 +907,7 @@ interface StoriesSpecifier {
907
907
  /**
908
908
  * What does the filename of a story file look like?
909
909
  * (a glob, relative to directory, no leading `./`)
910
- * If unset, we use `** / *.@(mdx|stories.@(mdx|tsx|ts|jsx|js))` (no spaces)
910
+ * If unset, we use `** / *.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))` (no spaces)
911
911
  */
912
912
  files?: string;
913
913
  }
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, O as Options } from './index.d-d4396bd0.js';
1
+ import { P as PresetProperty, O as Options } from './index.d-3eb47ced.js';
2
2
  import { TransformOptions } from '@babel/core';
3
3
  import { StorybookConfig } from './index.js';
4
4
  import 'file-system-cache';
package/dist/preview.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as Addon_DecoratorFunction } from './index.d-d4396bd0.js';
1
+ import { A as Addon_DecoratorFunction } from './index.d-3eb47ced.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": "7.1.0-alpha.37",
3
+ "version": "7.1.0-alpha.38",
4
4
  "description": "Storybook for Next.js",
5
5
  "keywords": [
6
6
  "storybook",
@@ -70,13 +70,13 @@
70
70
  "@babel/preset-react": "^7.22.0",
71
71
  "@babel/preset-typescript": "^7.21.0",
72
72
  "@babel/runtime": "^7.22.0",
73
- "@storybook/addon-actions": "7.1.0-alpha.37",
74
- "@storybook/builder-webpack5": "7.1.0-alpha.37",
75
- "@storybook/core-common": "7.1.0-alpha.37",
76
- "@storybook/node-logger": "7.1.0-alpha.37",
77
- "@storybook/preset-react-webpack": "7.1.0-alpha.37",
78
- "@storybook/preview-api": "7.1.0-alpha.37",
79
- "@storybook/react": "7.1.0-alpha.37",
73
+ "@storybook/addon-actions": "7.1.0-alpha.38",
74
+ "@storybook/builder-webpack5": "7.1.0-alpha.38",
75
+ "@storybook/core-common": "7.1.0-alpha.38",
76
+ "@storybook/node-logger": "7.1.0-alpha.38",
77
+ "@storybook/preset-react-webpack": "7.1.0-alpha.38",
78
+ "@storybook/preview-api": "7.1.0-alpha.38",
79
+ "@storybook/react": "7.1.0-alpha.38",
80
80
  "@types/node": "^16.0.0",
81
81
  "css-loader": "^6.7.3",
82
82
  "find-up": "^5.0.0",