@storybook/experimental-nextjs-vite 0.0.0-pr-29012-sha-dea51a74 → 0.0.0-pr-29014-sha-a0ccf5b8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/experimental-nextjs-vite",
3
- "version": "0.0.0-pr-29012-sha-dea51a74",
3
+ "version": "0.0.0-pr-29014-sha-a0ccf5b8",
4
4
  "description": "Storybook for Next.js and Vite",
5
5
  "keywords": [
6
6
  "storybook",
@@ -53,11 +53,6 @@
53
53
  "import": "./dist/export-mocks/router/index.mjs",
54
54
  "require": "./dist/export-mocks/router/index.js"
55
55
  },
56
- "./vite-plugin": {
57
- "types": "./dist/vite-plugin/index.d.ts",
58
- "import": "./dist/vite-plugin/index.js",
59
- "require": "./dist/vite-plugin/index.cjs"
60
- },
61
56
  "./package.json": "./package.json"
62
57
  },
63
58
  "main": "dist/index.js",
@@ -95,23 +90,24 @@
95
90
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
96
91
  },
97
92
  "dependencies": {
98
- "@storybook/builder-vite": "0.0.0-pr-29012-sha-dea51a74",
99
- "@storybook/react": "0.0.0-pr-29012-sha-dea51a74",
100
- "@storybook/test": "0.0.0-pr-29012-sha-dea51a74",
101
- "styled-jsx": "5.1.6",
102
- "vite-plugin-storybook-nextjs": "^1.0.10"
93
+ "@storybook/builder-vite": "0.0.0-pr-29014-sha-a0ccf5b8",
94
+ "@storybook/react": "0.0.0-pr-29014-sha-a0ccf5b8",
95
+ "@storybook/test": "0.0.0-pr-29014-sha-a0ccf5b8",
96
+ "styled-jsx": "5.1.6"
103
97
  },
104
98
  "devDependencies": {
105
99
  "@types/node": "^18.0.0",
106
100
  "next": "^14.2.5",
107
- "typescript": "^5.3.2"
101
+ "typescript": "^5.3.2",
102
+ "vite-plugin-storybook-nextjs": "^1.0.0"
108
103
  },
109
104
  "peerDependencies": {
110
105
  "next": "^14.1.0",
111
106
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
112
107
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
113
- "storybook": "^0.0.0-pr-29012-sha-dea51a74",
114
- "vite": "^5.0.0"
108
+ "storybook": "^0.0.0-pr-29014-sha-a0ccf5b8",
109
+ "vite": "^5.0.0",
110
+ "vite-plugin-storybook-nextjs": "^1.0.8"
115
111
  },
116
112
  "peerDependenciesMeta": {
117
113
  "typescript": {
@@ -130,7 +126,6 @@
130
126
  "bundler": {
131
127
  "entries": [
132
128
  "./src/index.ts",
133
- "./src/vite-plugin/index.ts",
134
129
  "./src/preset.ts",
135
130
  "./src/preview.tsx",
136
131
  "./src/export-mocks/cache/index.ts",
@@ -1,5 +0,0 @@
1
- import vitePluginStorybookNextJs from 'vite-plugin-storybook-nextjs';
2
-
3
- declare const storybookNextJsPlugin: typeof vitePluginStorybookNextJs;
4
-
5
- export { storybookNextJsPlugin };
@@ -1 +0,0 @@
1
- "use strict";var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod)),__toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var vite_plugin_exports={};__export(vite_plugin_exports,{storybookNextJsPlugin:()=>storybookNextJsPlugin});module.exports=__toCommonJS(vite_plugin_exports);var import_vite_plugin_storybook_nextjs=__toESM(require("vite-plugin-storybook-nextjs")),storybookNextJsPlugin=import_vite_plugin_storybook_nextjs.default;0&&(module.exports={storybookNextJsPlugin});
@@ -1,6 +0,0 @@
1
- import '../chunk-H6MOWX77.mjs';
2
- import vitePluginStorybookNextJs from 'vite-plugin-storybook-nextjs';
3
-
4
- var storybookNextJsPlugin=vitePluginStorybookNextJs;
5
-
6
- export { storybookNextJsPlugin };