@storybook/experimental-nextjs-vite 0.0.0-pr-28882-sha-e607100a → 0.0.0-pr-28768-sha-416cd00d
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 +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ type StorybookConfig = Omit<StorybookConfig$1, keyof StorybookConfigVite | keyof
|
|
|
44
44
|
*
|
|
45
45
|
* @param projectAnnotations - e.g. (import projectAnnotations from '../.storybook/preview')
|
|
46
46
|
*/
|
|
47
|
-
declare function setProjectAnnotations(projectAnnotations: NamedOrDefaultProjectAnnotations | NamedOrDefaultProjectAnnotations[]): NormalizedProjectAnnotations<ReactRenderer>;
|
|
47
|
+
declare function setProjectAnnotations(projectAnnotations: NamedOrDefaultProjectAnnotations<any> | NamedOrDefaultProjectAnnotations<any>[]): NormalizedProjectAnnotations<ReactRenderer>;
|
|
48
48
|
/**
|
|
49
49
|
* Function that will receive a story along with meta (e.g. a default export from a .stories file)
|
|
50
50
|
* and optionally projectAnnotations e.g. (import * from '../.storybook/preview)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/experimental-nextjs-vite",
|
|
3
|
-
"version": "0.0.0-pr-
|
|
3
|
+
"version": "0.0.0-pr-28768-sha-416cd00d",
|
|
4
4
|
"description": "Storybook for Next.js and Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@storybook/builder-vite": "0.0.0-pr-
|
|
94
|
-
"@storybook/react": "0.0.0-pr-
|
|
95
|
-
"@storybook/test": "0.0.0-pr-
|
|
93
|
+
"@storybook/builder-vite": "0.0.0-pr-28768-sha-416cd00d",
|
|
94
|
+
"@storybook/react": "0.0.0-pr-28768-sha-416cd00d",
|
|
95
|
+
"@storybook/test": "0.0.0-pr-28768-sha-416cd00d",
|
|
96
96
|
"styled-jsx": "5.1.6"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"next": "^14.2.5",
|
|
106
106
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
107
107
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
108
|
-
"storybook": "^0.0.0-pr-
|
|
108
|
+
"storybook": "^0.0.0-pr-28768-sha-416cd00d",
|
|
109
109
|
"vite": "^5.0.0",
|
|
110
110
|
"vite-plugin-storybook-nextjs": "^1.0.0"
|
|
111
111
|
},
|