@storybook/web-components 6.2.0-rc.6 → 6.2.0
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,31 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "Args", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _addons.Args;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "ArgTypes", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _addons.ArgTypes;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "Parameters", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _addons.Parameters;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "StoryContext", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _addons.StoryContext;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
var _addons = require("@storybook/addons");
|
|
1
|
+
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Args, ArgTypes, Parameters, StoryContext } from '@storybook/addons';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TemplateResult, SVGTemplateResult } from 'lit-html';
|
|
2
2
|
export type { RenderContext } from '@storybook/core';
|
|
3
|
-
export { Args, ArgTypes, Parameters, StoryContext } from '@storybook/addons';
|
|
3
|
+
export type { Args, ArgTypes, Parameters, StoryContext } from '@storybook/addons';
|
|
4
4
|
export declare type StoryFnHtmlReturnType = string | Node | TemplateResult | SVGTemplateResult;
|
|
5
5
|
export interface IStorybookStory {
|
|
6
6
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/web-components",
|
|
3
|
-
"version": "6.2.0
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Storybook for web-components: View web components snippets in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit-html",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
47
47
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
48
48
|
"@babel/preset-env": "^7.12.11",
|
|
49
|
-
"@storybook/addons": "6.2.0
|
|
50
|
-
"@storybook/client-api": "6.2.0
|
|
51
|
-
"@storybook/core": "6.2.0
|
|
52
|
-
"@storybook/core-common": "6.2.0
|
|
49
|
+
"@storybook/addons": "6.2.0",
|
|
50
|
+
"@storybook/client-api": "6.2.0",
|
|
51
|
+
"@storybook/core": "6.2.0",
|
|
52
|
+
"@storybook/core-common": "6.2.0",
|
|
53
53
|
"@types/webpack-env": "^1.16.0",
|
|
54
54
|
"babel-plugin-bundled-import-meta": "^0.3.1",
|
|
55
55
|
"core-js": "^3.8.2",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "829c72e4374888ca74ed4e68e0c1de940ac18163"
|
|
78
78
|
}
|