@storybook/vue3 6.5.0-alpha.44 → 6.5.0-alpha.47

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.
@@ -1,3 +1,3 @@
1
- import { DecoratorFunction, LegacyStoryFn } from '@storybook/csf';
2
- import { VueFramework } from './types-6-0';
1
+ import type { DecoratorFunction, LegacyStoryFn } from '@storybook/csf';
2
+ import type { VueFramework } from './types-6-0';
3
3
  export declare function decorateStory(storyFn: LegacyStoryFn<VueFramework>, decorators: DecoratorFunction<VueFramework>[]): LegacyStoryFn<VueFramework>;
@@ -1,10 +1,10 @@
1
1
  /// <reference types="webpack-env" />
2
2
  /// <reference types="node" />
3
3
  import type { App } from 'vue';
4
- import { ClientStoryApi, Loadable } from '@storybook/addons';
4
+ import type { ClientStoryApi, Loadable } from '@storybook/addons';
5
5
  import './globals';
6
- import { IStorybookSection } from './types';
7
- import { VueFramework } from './types-6-0';
6
+ import type { IStorybookSection } from './types';
7
+ import type { VueFramework } from './types-6-0';
8
8
  interface ClientApi extends ClientStoryApi<VueFramework['storyResult']> {
9
9
  setAddon(addon: any): void;
10
10
  configure(loader: Loadable, module: NodeModule): void;
@@ -1,5 +1,5 @@
1
- import { RenderContext } from '@storybook/store';
2
- import { ArgsStoryFn } from '@storybook/csf';
1
+ import type { RenderContext } from '@storybook/store';
2
+ import type { ArgsStoryFn } from '@storybook/csf';
3
3
  import { VueFramework } from './types-6-0';
4
4
  export declare const render: ArgsStoryFn<VueFramework>;
5
5
  export declare const activeStoryComponent: import("vue").Ref<import("vue").ComponentOptions<any, any, any, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, any, any, any>> | import("vue").Ref<import("vue").FunctionalComponent<any, any>>;
@@ -1,6 +1,6 @@
1
- import { ConcreteComponent } from 'vue';
2
- import { Args, ComponentAnnotations, StoryAnnotations, AnnotatedStoryFn } from '@storybook/csf';
3
- import { StoryFnVueReturnType } from './types';
1
+ import type { ConcreteComponent } from 'vue';
2
+ import type { Args, ComponentAnnotations, StoryAnnotations, AnnotatedStoryFn } from '@storybook/csf';
3
+ import type { StoryFnVueReturnType } from './types';
4
4
  export type { Args, ArgTypes, Parameters, StoryContext } from '@storybook/csf';
5
5
  export declare type VueFramework = {
6
6
  component: ConcreteComponent<any>;
@@ -1,4 +1,4 @@
1
- import { Args } from '@storybook/csf';
1
+ import type { Args } from '@storybook/csf';
2
2
  import type { StoryObj } from './types-6-0';
3
3
  export type { StoryFn, StoryObj, Meta } from './types-6-0';
4
4
  /**
@@ -1,4 +1,4 @@
1
1
  import { Configuration } from 'webpack';
2
- import { StorybookConfig } from '@storybook/core-common';
2
+ import type { StorybookConfig } from '@storybook/core-common';
3
3
  export declare function webpack(config: Configuration): Configuration;
4
4
  export declare const config: StorybookConfig['config'];
@@ -1,3 +1,3 @@
1
- import { LoadOptions } from '@storybook/core-common';
1
+ import type { LoadOptions } from '@storybook/core-common';
2
2
  declare const _default: LoadOptions;
3
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/vue3",
3
- "version": "6.5.0-alpha.44",
3
+ "version": "6.5.0-alpha.47",
4
4
  "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -45,11 +45,11 @@
45
45
  "prepare": "node ../../scripts/prepare.js"
46
46
  },
47
47
  "dependencies": {
48
- "@storybook/addons": "6.5.0-alpha.44",
49
- "@storybook/core": "6.5.0-alpha.44",
50
- "@storybook/core-common": "6.5.0-alpha.44",
48
+ "@storybook/addons": "6.5.0-alpha.47",
49
+ "@storybook/core": "6.5.0-alpha.47",
50
+ "@storybook/core-common": "6.5.0-alpha.47",
51
51
  "@storybook/csf": "0.0.2--canary.87bc651.0",
52
- "@storybook/store": "6.5.0-alpha.44",
52
+ "@storybook/store": "6.5.0-alpha.47",
53
53
  "@types/node": "^14.14.20 || ^16.0.0",
54
54
  "@types/webpack-env": "^1.16.0",
55
55
  "core-js": "^3.8.2",
@@ -81,6 +81,6 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "0125cb2b688dc1acca71a7fbf2795466fd55c0e3",
84
+ "gitHead": "e848de5c5d389fcb452d85f7ebdfc27f1e3c10c4",
85
85
  "sbmodern": "dist/modern/client/index.js"
86
86
  }