@storybook/preset-react-webpack 8.2.0-alpha.6 → 8.2.0-alpha.8

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.
package/dist/index.d.ts CHANGED
@@ -788,6 +788,8 @@ type Indexer = BaseIndexer & {
788
788
  type BaseIndexInput = {
789
789
  /** The file to import from e.g. the story file. */
790
790
  importPath: Path;
791
+ /** The raw path/package of the file that provides meta.component, if one exists */
792
+ rawComponentPath?: Path;
791
793
  /** The name of the export to import. */
792
794
  exportName: ExportName;
793
795
  /** The name of the entry, auto-generated from {@link exportName} if unspecified. */
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { __require } from './chunk-WGM2LNBD.mjs';
1
+ import { __require } from './chunk-MXFP7CYD.mjs';
2
2
 
3
3
  var addons=[__require.resolve("@storybook/preset-react-webpack/dist/framework-preset-cra"),__require.resolve("@storybook/preset-react-webpack/dist/framework-preset-react-docs")];
4
4
 
@@ -1,4 +1,4 @@
1
- import '../chunk-WGM2LNBD.mjs';
1
+ import '../chunk-MXFP7CYD.mjs';
2
2
  import { builtinHandlers, builtinResolvers, parse, ERROR_CODES, makeFsImporter, utils } from 'react-docgen';
3
3
  import * as TsconfigPaths from 'tsconfig-paths';
4
4
  import findUp from 'find-up';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-react-webpack",
3
- "version": "8.2.0-alpha.6",
3
+ "version": "8.2.0-alpha.8",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading",
5
5
  "keywords": [
6
6
  "storybook"
@@ -64,10 +64,10 @@
64
64
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
65
65
  },
66
66
  "dependencies": {
67
- "@storybook/core-webpack": "8.2.0-alpha.6",
68
- "@storybook/docs-tools": "8.2.0-alpha.6",
69
- "@storybook/node-logger": "8.2.0-alpha.6",
70
- "@storybook/react": "8.2.0-alpha.6",
67
+ "@storybook/core-webpack": "8.2.0-alpha.8",
68
+ "@storybook/docs-tools": "8.2.0-alpha.8",
69
+ "@storybook/node-logger": "8.2.0-alpha.8",
70
+ "@storybook/react": "8.2.0-alpha.8",
71
71
  "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
72
72
  "@types/node": "^18.0.0",
73
73
  "@types/semver": "^7.3.4",
@@ -107,5 +107,5 @@
107
107
  ],
108
108
  "platform": "node"
109
109
  },
110
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
110
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
111
111
  }
File without changes