@storybook/angular 7.0.0-alpha.55 → 7.0.0-alpha.57

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.
@@ -209,7 +209,6 @@ const extractArgTypesFromData = (componentData) => {
209
209
  const argType = {
210
210
  name: item.name,
211
211
  description: item.rawdescription || item.description,
212
- defaultValue,
213
212
  type,
214
213
  ...action,
215
214
  table: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "7.0.0-alpha.55",
3
+ "version": "7.0.0-alpha.57",
4
4
  "description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -34,18 +34,18 @@
34
34
  "prep": "rimraf dist && ../../../scripts/node_modules/.bin/tsc --project tsconfig.build.json && echo \"Preventing passing flags to tsc\""
35
35
  },
36
36
  "dependencies": {
37
- "@storybook/builder-webpack5": "7.0.0-alpha.55",
38
- "@storybook/client-logger": "7.0.0-alpha.55",
39
- "@storybook/core-client": "7.0.0-alpha.55",
40
- "@storybook/core-common": "7.0.0-alpha.55",
41
- "@storybook/core-events": "7.0.0-alpha.55",
42
- "@storybook/core-server": "7.0.0-alpha.55",
43
- "@storybook/core-webpack": "7.0.0-alpha.55",
44
- "@storybook/docs-tools": "7.0.0-alpha.55",
45
- "@storybook/manager-api": "7.0.0-alpha.55",
46
- "@storybook/node-logger": "7.0.0-alpha.55",
47
- "@storybook/preview-api": "7.0.0-alpha.55",
48
- "@storybook/types": "7.0.0-alpha.55",
37
+ "@storybook/builder-webpack5": "7.0.0-alpha.57",
38
+ "@storybook/client-logger": "7.0.0-alpha.57",
39
+ "@storybook/core-client": "7.0.0-alpha.57",
40
+ "@storybook/core-common": "7.0.0-alpha.57",
41
+ "@storybook/core-events": "7.0.0-alpha.57",
42
+ "@storybook/core-server": "7.0.0-alpha.57",
43
+ "@storybook/core-webpack": "7.0.0-alpha.57",
44
+ "@storybook/docs-tools": "7.0.0-alpha.57",
45
+ "@storybook/manager-api": "7.0.0-alpha.57",
46
+ "@storybook/node-logger": "7.0.0-alpha.57",
47
+ "@storybook/preview-api": "7.0.0-alpha.57",
48
+ "@storybook/types": "7.0.0-alpha.57",
49
49
  "@types/node": "^16.0.0",
50
50
  "@types/react": "^16.14.34",
51
51
  "@types/react-dom": "^16.9.14",
@@ -122,5 +122,5 @@
122
122
  "access": "public"
123
123
  },
124
124
  "builders": "dist/builders/builders.json",
125
- "gitHead": "55cd2ab63d1f897de59e2471d2f916f7d2c13546"
125
+ "gitHead": "5a87a203fd293c1199ca5303af1923892a1fccae"
126
126
  }