@storybook/vue3 10.4.0-alpha.2 → 10.4.0-alpha.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/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import { WebRenderer, Canvas, StoryContext as StoryContext$1, StrictArgs, DecoratorFunction, LoaderFunction, Args, ComponentAnnotations, ProjectAnnotations, AnnotatedStoryFn, ArgsStoryFn, ArgsFromMeta, StoryAnnotations, Store_CSFExports, StoriesWithPartialProps, StoryAnnotationsOrFn, ComposedStoryFn, NamedOrDefaultProjectAnnotations, NormalizedProjectAnnotations, Renderer } from 'storybook/internal/types';
1
+ import { WebRenderer, Canvas, StoryContext as StoryContext$1, Args, ComponentAnnotations, AnnotatedStoryFn, ArgsStoryFn, ArgsFromMeta, StoryAnnotations, StrictArgs, DecoratorFunction, LoaderFunction, ProjectAnnotations, NamedOrDefaultProjectAnnotations, NormalizedProjectAnnotations, StoryAnnotationsOrFn, ComposedStoryFn, Store_CSFExports, StoriesWithPartialProps, Renderer } from 'storybook/internal/types';
2
2
  export { ArgTypes, Args, Parameters, StrictArgs } from 'storybook/internal/types';
3
3
  import { ConcreteComponent, App, VNodeChild, FunctionalComponent } from 'vue';
4
- import { RemoveIndexSignature, Constructor, Simplify, SetOptional, UnionToIntersection } from 'type-fest';
4
+ import { Constructor, RemoveIndexSignature, Simplify, SetOptional, UnionToIntersection } from 'type-fest';
5
5
  import { ComponentProps, ComponentSlots } from 'vue-component-type-helpers';
6
- import { Meta as Meta$1, Story, AddonTypes, Preview as Preview$1, PreviewAddon, InferTypes } from 'storybook/internal/csf';
6
+ import { PreviewAddon, InferTypes, AddonTypes, Preview as Preview$1, Meta as Meta$1, Story } from 'storybook/internal/csf';
7
7
 
8
8
  type StoryFnVueReturnType = ConcreteComponent<any>;
9
9
  interface VueRenderer extends WebRenderer {
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_egz1q2ni446 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_egz1q2ni446 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_egz1q2ni446 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_nfj6wzmzys from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_nfj6wzmzys from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_nfj6wzmzys from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_egz1q2ni446.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_egz1q2ni446.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_egz1q2ni446.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_nfj6wzmzys.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_nfj6wzmzys.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_nfj6wzmzys.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/vue3",
3
- "version": "10.4.0-alpha.2",
3
+ "version": "10.4.0-alpha.3",
4
4
  "description": "Storybook Vue 3 renderer: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -61,7 +61,7 @@
61
61
  "vue-tsc": "latest"
62
62
  },
63
63
  "peerDependencies": {
64
- "storybook": "^10.4.0-alpha.2",
64
+ "storybook": "^10.4.0-alpha.3",
65
65
  "vue": "^3.0.0"
66
66
  },
67
67
  "publishConfig": {