@storybook/nextjs 8.0.0-rc.1 → 8.0.0-rc.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.
- package/dist/font/webpack/loader/storybook-nextjs-font-loader.mjs +1 -1
- package/dist/image-context.mjs +1 -1
- package/dist/images/decorator.mjs +1 -1
- package/dist/images/next-image.mjs +1 -1
- package/dist/images/next-legacy-image.mjs +1 -1
- package/dist/next-image-loader-stub.mjs +1 -1
- package/dist/preview.mjs +1 -1
- package/dist/rsc/server-only.mjs +1 -1
- package/dist/swc/next-swc-loader-patch.mjs +1 -1
- package/package.json +10 -10
- /package/dist/{chunk-WZORWVJM.mjs → chunk-NV2VJYFE.mjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../../../chunk-
|
|
1
|
+
import '../../../chunk-NV2VJYFE.mjs';
|
|
2
2
|
import loaderUtils from 'next/dist/compiled/loader-utils3';
|
|
3
3
|
import { GoogleFontsDownloadError, GoogleFontsLoadingError } from '@storybook/core-events/server-errors';
|
|
4
4
|
import { validateGoogleFontFunctionCall } from 'next/dist/compiled/@next/font/dist/google/validate-google-font-function-call';
|
package/dist/image-context.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ImageDecorator } from '../chunk-NQ32RFK2.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-NV2VJYFE.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defaultLoader } from '../chunk-ETFXNGLC.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-NV2VJYFE.mjs';
|
|
3
3
|
import * as NextImageNamespace from 'sb-original/next/image';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { ImageContext as ImageContext$1 } from '@storybook/nextjs/dist/image-context';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defaultLoader } from '../chunk-ETFXNGLC.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-NV2VJYFE.mjs';
|
|
3
3
|
import OriginalNextLegacyImage from 'sb-original/next/legacy/image';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { ImageContext as ImageContext$1 } from '@storybook/nextjs/dist/image-context';
|
package/dist/preview.mjs
CHANGED
package/dist/rsc/server-only.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/nextjs",
|
|
3
|
-
"version": "8.0.0-rc.
|
|
3
|
+
"version": "8.0.0-rc.3",
|
|
4
4
|
"description": "Storybook for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -89,15 +89,15 @@
|
|
|
89
89
|
"@babel/preset-typescript": "^7.23.2",
|
|
90
90
|
"@babel/runtime": "^7.23.2",
|
|
91
91
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
92
|
-
"@storybook/addon-actions": "8.0.0-rc.
|
|
93
|
-
"@storybook/builder-webpack5": "8.0.0-rc.
|
|
94
|
-
"@storybook/core-common": "8.0.0-rc.
|
|
95
|
-
"@storybook/core-events": "8.0.0-rc.
|
|
96
|
-
"@storybook/node-logger": "8.0.0-rc.
|
|
97
|
-
"@storybook/preset-react-webpack": "8.0.0-rc.
|
|
98
|
-
"@storybook/preview-api": "8.0.0-rc.
|
|
99
|
-
"@storybook/react": "8.0.0-rc.
|
|
100
|
-
"@storybook/types": "8.0.0-rc.
|
|
92
|
+
"@storybook/addon-actions": "8.0.0-rc.3",
|
|
93
|
+
"@storybook/builder-webpack5": "8.0.0-rc.3",
|
|
94
|
+
"@storybook/core-common": "8.0.0-rc.3",
|
|
95
|
+
"@storybook/core-events": "8.0.0-rc.3",
|
|
96
|
+
"@storybook/node-logger": "8.0.0-rc.3",
|
|
97
|
+
"@storybook/preset-react-webpack": "8.0.0-rc.3",
|
|
98
|
+
"@storybook/preview-api": "8.0.0-rc.3",
|
|
99
|
+
"@storybook/react": "8.0.0-rc.3",
|
|
100
|
+
"@storybook/types": "8.0.0-rc.3",
|
|
101
101
|
"@types/node": "^18.0.0",
|
|
102
102
|
"@types/semver": "^7.3.4",
|
|
103
103
|
"babel-loader": "^9.1.3",
|
|
File without changes
|