@storybook/angular 7.1.0-alpha.22 → 7.1.0-alpha.24
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.
|
@@ -155,7 +155,6 @@ class AbstractRenderer {
|
|
|
155
155
|
return hasChangedModuleMetadata;
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
exports.AbstractRenderer = AbstractRenderer;
|
|
159
158
|
_a = AbstractRenderer;
|
|
160
159
|
/**
|
|
161
160
|
* Reset compiled components because we often want to compile the same component with
|
|
@@ -178,3 +177,4 @@ AbstractRenderer.resetCompiledComponents = async () => {
|
|
|
178
177
|
*/
|
|
179
178
|
}
|
|
180
179
|
};
|
|
180
|
+
exports.AbstractRenderer = AbstractRenderer;
|
|
@@ -88,7 +88,6 @@ class PropertyExtractor {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
exports.PropertyExtractor = PropertyExtractor;
|
|
92
91
|
_a = PropertyExtractor;
|
|
93
92
|
PropertyExtractor.analyzeRestricted = (ngModule) => {
|
|
94
93
|
if (ngModule === platform_browser_1.BrowserModule) {
|
|
@@ -160,3 +159,4 @@ PropertyExtractor.isDecoratorInstanceOf = (decorator, name) => {
|
|
|
160
159
|
}
|
|
161
160
|
return decorator instanceof factory || decorator.ngMetadataName === name;
|
|
162
161
|
};
|
|
162
|
+
exports.PropertyExtractor = PropertyExtractor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/angular",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.24",
|
|
4
4
|
"description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"prep": "../../../scripts/prepare/tsc.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@storybook/builder-webpack5": "7.1.0-alpha.
|
|
40
|
-
"@storybook/cli": "7.1.0-alpha.
|
|
41
|
-
"@storybook/client-logger": "7.1.0-alpha.
|
|
42
|
-
"@storybook/core-common": "7.1.0-alpha.
|
|
43
|
-
"@storybook/core-events": "7.1.0-alpha.
|
|
44
|
-
"@storybook/core-server": "7.1.0-alpha.
|
|
45
|
-
"@storybook/core-webpack": "7.1.0-alpha.
|
|
46
|
-
"@storybook/docs-tools": "7.1.0-alpha.
|
|
39
|
+
"@storybook/builder-webpack5": "7.1.0-alpha.24",
|
|
40
|
+
"@storybook/cli": "7.1.0-alpha.24",
|
|
41
|
+
"@storybook/client-logger": "7.1.0-alpha.24",
|
|
42
|
+
"@storybook/core-common": "7.1.0-alpha.24",
|
|
43
|
+
"@storybook/core-events": "7.1.0-alpha.24",
|
|
44
|
+
"@storybook/core-server": "7.1.0-alpha.24",
|
|
45
|
+
"@storybook/core-webpack": "7.1.0-alpha.24",
|
|
46
|
+
"@storybook/docs-tools": "7.1.0-alpha.24",
|
|
47
47
|
"@storybook/global": "^5.0.0",
|
|
48
|
-
"@storybook/manager-api": "7.1.0-alpha.
|
|
49
|
-
"@storybook/node-logger": "7.1.0-alpha.
|
|
50
|
-
"@storybook/preview-api": "7.1.0-alpha.
|
|
51
|
-
"@storybook/telemetry": "7.1.0-alpha.
|
|
52
|
-
"@storybook/types": "7.1.0-alpha.
|
|
48
|
+
"@storybook/manager-api": "7.1.0-alpha.24",
|
|
49
|
+
"@storybook/node-logger": "7.1.0-alpha.24",
|
|
50
|
+
"@storybook/preview-api": "7.1.0-alpha.24",
|
|
51
|
+
"@storybook/telemetry": "7.1.0-alpha.24",
|
|
52
|
+
"@storybook/types": "7.1.0-alpha.24",
|
|
53
53
|
"@types/node": "^16.0.0",
|
|
54
54
|
"@types/react": "^16.14.34",
|
|
55
55
|
"@types/react-dom": "^16.9.14",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"bundler": {
|
|
124
124
|
"tsConfig": "tsconfig.build.json"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "51cf5ea9af9e1a6464df2ec402828b2febdd0034"
|
|
127
127
|
}
|