@storybook/nextjs 8.2.0-alpha.7 → 8.2.0-alpha.9
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/{chunk-VSXS7LSP.mjs → chunk-TNOZHPK5.mjs} +1 -1
- package/dist/compatibility/redirect-status-code.compat.mjs +1 -1
- package/dist/compatibility/segment.compat.mjs +1 -1
- package/dist/export-mocks/cache/index.mjs +1 -1
- package/dist/export-mocks/headers/index.mjs +1 -1
- package/dist/export-mocks/index.d.ts +1 -1
- package/dist/export-mocks/index.mjs +1 -1
- package/dist/export-mocks/navigation/index.mjs +1 -1
- package/dist/export-mocks/router/index.mjs +1 -1
- 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/index.mjs +2 -2
- package/dist/next-image-loader-stub.mjs +1 -1
- package/dist/preview.mjs +2 -2
- package/dist/rsc/server-only.mjs +1 -1
- package/dist/swc/next-swc-loader-patch.mjs +1 -1
- package/package.json +11 -11
- /package/dist/{chunk-BLWNPPTR.mjs → chunk-QUZPS4B6.mjs} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageDecorator } from './chunk-NQ32RFK2.mjs';
|
|
2
|
-
import { __export } from './chunk-
|
|
2
|
+
import { __export } from './chunk-QUZPS4B6.mjs';
|
|
3
3
|
import { setConfig } from 'next/config';
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import React__default, { useMemo } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../chunk-
|
|
1
|
+
import '../chunk-QUZPS4B6.mjs';
|
|
2
2
|
|
|
3
3
|
var RedirectStatusCode=(RedirectStatusCode2=>(RedirectStatusCode2[RedirectStatusCode2.SeeOther=303]="SeeOther",RedirectStatusCode2[RedirectStatusCode2.TemporaryRedirect=307]="TemporaryRedirect",RedirectStatusCode2[RedirectStatusCode2.PermanentRedirect=308]="PermanentRedirect",RedirectStatusCode2))(RedirectStatusCode||{});
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../../chunk-
|
|
1
|
+
import '../../chunk-QUZPS4B6.mjs';
|
|
2
2
|
import { fn } from '@storybook/test';
|
|
3
3
|
import { unstable_cache } from 'next/dist/server/web/spec-extension/unstable-cache';
|
|
4
4
|
export { unstable_cache } from 'next/dist/server/web/spec-extension/unstable-cache';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../../../chunk-
|
|
1
|
+
import '../../../chunk-QUZPS4B6.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-QUZPS4B6.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defaultLoader } from '../chunk-ETFXNGLC.mjs';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-QUZPS4B6.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-QUZPS4B6.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/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { preview_exports } from './chunk-
|
|
1
|
+
import { preview_exports } from './chunk-TNOZHPK5.mjs';
|
|
2
2
|
import './chunk-NQ32RFK2.mjs';
|
|
3
|
-
import { __commonJS, __require, __export, __toESM } from './chunk-
|
|
3
|
+
import { __commonJS, __require, __export, __toESM } from './chunk-QUZPS4B6.mjs';
|
|
4
4
|
import { composeConfigs, setProjectAnnotations as setProjectAnnotations$1, composeStory as composeStory$1, composeStories as composeStories$1 } from '@storybook/preview-api';
|
|
5
5
|
import React2, { StrictMode, Fragment, Component } from 'react';
|
|
6
6
|
|
package/dist/preview.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { decorators, loaders, parameters } from './chunk-
|
|
1
|
+
export { decorators, loaders, parameters } from './chunk-TNOZHPK5.mjs';
|
|
2
2
|
import './chunk-NQ32RFK2.mjs';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-QUZPS4B6.mjs';
|
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.2.0-alpha.
|
|
3
|
+
"version": "8.2.0-alpha.9",
|
|
4
4
|
"description": "Storybook for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -139,15 +139,15 @@
|
|
|
139
139
|
"@babel/preset-typescript": "^7.24.1",
|
|
140
140
|
"@babel/runtime": "^7.24.4",
|
|
141
141
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
142
|
-
"@storybook/builder-webpack5": "8.2.0-alpha.
|
|
143
|
-
"@storybook/core-common": "8.2.0-alpha.
|
|
144
|
-
"@storybook/core-events": "8.2.0-alpha.
|
|
145
|
-
"@storybook/node-logger": "8.2.0-alpha.
|
|
146
|
-
"@storybook/preset-react-webpack": "8.2.0-alpha.
|
|
147
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
|
148
|
-
"@storybook/react": "8.2.0-alpha.
|
|
149
|
-
"@storybook/test": "8.2.0-alpha.
|
|
150
|
-
"@storybook/types": "8.2.0-alpha.
|
|
142
|
+
"@storybook/builder-webpack5": "8.2.0-alpha.9",
|
|
143
|
+
"@storybook/core-common": "8.2.0-alpha.9",
|
|
144
|
+
"@storybook/core-events": "8.2.0-alpha.9",
|
|
145
|
+
"@storybook/node-logger": "8.2.0-alpha.9",
|
|
146
|
+
"@storybook/preset-react-webpack": "8.2.0-alpha.9",
|
|
147
|
+
"@storybook/preview-api": "8.2.0-alpha.9",
|
|
148
|
+
"@storybook/react": "8.2.0-alpha.9",
|
|
149
|
+
"@storybook/test": "8.2.0-alpha.9",
|
|
150
|
+
"@storybook/types": "8.2.0-alpha.9",
|
|
151
151
|
"@types/node": "^18.0.0",
|
|
152
152
|
"@types/semver": "^7.3.4",
|
|
153
153
|
"babel-loader": "^9.1.3",
|
|
@@ -232,5 +232,5 @@
|
|
|
232
232
|
],
|
|
233
233
|
"platform": "node"
|
|
234
234
|
},
|
|
235
|
-
"gitHead": "
|
|
235
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
236
236
|
}
|
|
File without changes
|