@storybook/preset-react-webpack 8.2.0-alpha.6 → 8.2.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.
- package/dist/index.d.ts +2 -0
- package/package.json +5 -5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preset-react-webpack",
|
|
3
|
-
"version": "8.2.0-alpha.
|
|
3
|
+
"version": "8.2.0-alpha.7",
|
|
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.
|
|
68
|
-
"@storybook/docs-tools": "8.2.0-alpha.
|
|
69
|
-
"@storybook/node-logger": "8.2.0-alpha.
|
|
70
|
-
"@storybook/react": "8.2.0-alpha.
|
|
67
|
+
"@storybook/core-webpack": "8.2.0-alpha.7",
|
|
68
|
+
"@storybook/docs-tools": "8.2.0-alpha.7",
|
|
69
|
+
"@storybook/node-logger": "8.2.0-alpha.7",
|
|
70
|
+
"@storybook/react": "8.2.0-alpha.7",
|
|
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",
|