@storybook/vue3 8.0.0-rc.2 → 8.0.0-rc.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.
@@ -1,4 +1,4 @@
1
- import { __export } from './chunk-FH7K3Q3U.mjs';
1
+ import { __export } from './chunk-JSBTCGGE.mjs';
2
2
  import { h, createApp, reactive, isVNode, isReactive } from 'vue';
3
3
  import { sanitizeStoryContextUpdate } from '@storybook/preview-api';
4
4
 
@@ -1,4 +1,4 @@
1
- import './chunk-FH7K3Q3U.mjs';
1
+ import './chunk-JSBTCGGE.mjs';
2
2
  import { extractComponentDescription, enhanceArgTypes, hasDocgen, extractComponentProps, convert, SNIPPET_RENDERED, SourceType } from '@storybook/docs-tools';
3
3
  import { addons } from '@storybook/preview-api';
4
4
  import { baseParse } from '@vue/compiler-core';
@@ -1,2 +1,2 @@
1
- export { decorateStory as applyDecorators, parameters, render, renderToCanvas } from './chunk-CL53BBD6.mjs';
2
- import './chunk-FH7K3Q3U.mjs';
1
+ export { decorateStory as applyDecorators, parameters, render, renderToCanvas } from './chunk-VZ2C53DE.mjs';
2
+ import './chunk-JSBTCGGE.mjs';
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { entry_preview_exports } from './chunk-CL53BBD6.mjs';
2
- export { setup } from './chunk-CL53BBD6.mjs';
3
- import './chunk-FH7K3Q3U.mjs';
1
+ import { entry_preview_exports } from './chunk-VZ2C53DE.mjs';
2
+ export { setup } from './chunk-VZ2C53DE.mjs';
3
+ import './chunk-JSBTCGGE.mjs';
4
4
  import { global } from '@storybook/global';
5
5
  import { getPortableStoryWrapperId, setProjectAnnotations as setProjectAnnotations$1, composeStory as composeStory$1, composeStories as composeStories$1 } from '@storybook/preview-api';
6
6
  import { h } from 'vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/vue3",
3
- "version": "8.0.0-rc.2",
3
+ "version": "8.0.0-rc.3",
4
4
  "description": "Storybook Vue 3 renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,10 +47,10 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/docs-tools": "8.0.0-rc.2",
50
+ "@storybook/docs-tools": "8.0.0-rc.3",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/preview-api": "8.0.0-rc.2",
53
- "@storybook/types": "8.0.0-rc.2",
52
+ "@storybook/preview-api": "8.0.0-rc.3",
53
+ "@storybook/types": "8.0.0-rc.3",
54
54
  "@vue/compiler-core": "^3.0.0",
55
55
  "lodash": "^4.17.21",
56
56
  "ts-dedent": "^2.0.0",
File without changes