@storybook/nextjs-vite 10.1.0-alpha.1 → 10.1.0-alpha.11

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.
@@ -7,6 +7,10 @@ type BuilderName = CompatibleString<'@storybook/builder-vite'>;
7
7
  type FrameworkOptions = {
8
8
  /** The path to the Next.js configuration file. */
9
9
  nextConfigPath?: string;
10
+ image?: {
11
+ includeFiles?: string[];
12
+ excludeFiles?: string[];
13
+ };
10
14
  builder?: BuilderOptions;
11
15
  };
12
16
  type StorybookConfigFramework = {
@@ -1,23 +1,20 @@
1
- import CJS_COMPAT_NODE_URL_rfggnh9p4q from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_rfggnh9p4q from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_rfggnh9p4q from "node:module";
1
+ import CJS_COMPAT_NODE_URL_thj8ohqjayf from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_thj8ohqjayf from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_thj8ohqjayf from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_rfggnh9p4q.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_rfggnh9p4q.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_rfggnh9p4q.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_thj8ohqjayf.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_thj8ohqjayf.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_thj8ohqjayf.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
- import {
13
- __name
14
- } from "../_node-chunks/chunk-K4HZXX3V.js";
12
+ import "../_node-chunks/chunk-B7GA5GDX.js";
15
13
 
16
14
  // src/node/index.ts
17
15
  function defineMain(config) {
18
16
  return config;
19
17
  }
20
- __name(defineMain, "defineMain");
21
18
  export {
22
19
  defineMain
23
20
  };