@storybook/angular 8.5.0-beta.2 → 8.5.0-beta.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.
|
@@ -67,27 +67,18 @@
|
|
|
67
67
|
"compodocArgs": {
|
|
68
68
|
"type": "array",
|
|
69
69
|
"description": "Compodoc options : https://compodoc.app/guides/options.html. Options `-p` with tsconfig path and `-d` with workspace root is always given.",
|
|
70
|
-
"default": [
|
|
71
|
-
"-e",
|
|
72
|
-
"json"
|
|
73
|
-
],
|
|
70
|
+
"default": ["-e", "json"],
|
|
74
71
|
"items": {
|
|
75
72
|
"type": "string"
|
|
76
73
|
}
|
|
77
74
|
},
|
|
78
75
|
"webpackStatsJson": {
|
|
79
|
-
"type": [
|
|
80
|
-
"boolean",
|
|
81
|
-
"string"
|
|
82
|
-
],
|
|
76
|
+
"type": ["boolean", "string"],
|
|
83
77
|
"description": "Write Webpack Stats JSON to disk",
|
|
84
78
|
"default": false
|
|
85
79
|
},
|
|
86
80
|
"statsJson": {
|
|
87
|
-
"type": [
|
|
88
|
-
"boolean",
|
|
89
|
-
"string"
|
|
90
|
-
],
|
|
81
|
+
"type": ["boolean", "string"],
|
|
91
82
|
"description": "Write stats JSON to disk",
|
|
92
83
|
"default": false
|
|
93
84
|
},
|
|
@@ -127,10 +118,7 @@
|
|
|
127
118
|
}
|
|
128
119
|
},
|
|
129
120
|
"sourceMap": {
|
|
130
|
-
"type": [
|
|
131
|
-
"boolean",
|
|
132
|
-
"object"
|
|
133
|
-
],
|
|
121
|
+
"type": ["boolean", "object"],
|
|
134
122
|
"description": "Configure sourcemaps. See: https://angular.io/guide/workspace-config#source-map-configuration",
|
|
135
123
|
"default": false
|
|
136
124
|
}
|
|
@@ -168,11 +156,7 @@
|
|
|
168
156
|
}
|
|
169
157
|
},
|
|
170
158
|
"additionalProperties": false,
|
|
171
|
-
"required": [
|
|
172
|
-
"glob",
|
|
173
|
-
"input",
|
|
174
|
-
"output"
|
|
175
|
-
]
|
|
159
|
+
"required": ["glob", "input", "output"]
|
|
176
160
|
},
|
|
177
161
|
{
|
|
178
162
|
"type": "string"
|
|
@@ -200,9 +184,7 @@
|
|
|
200
184
|
}
|
|
201
185
|
},
|
|
202
186
|
"additionalProperties": false,
|
|
203
|
-
"required": [
|
|
204
|
-
"input"
|
|
205
|
-
]
|
|
187
|
+
"required": ["input"]
|
|
206
188
|
},
|
|
207
189
|
{
|
|
208
190
|
"type": "string",
|
|
@@ -94,10 +94,7 @@
|
|
|
94
94
|
"compodocArgs": {
|
|
95
95
|
"type": "array",
|
|
96
96
|
"description": "Compodoc options : https://compodoc.app/guides/options.html. Options `-p` with tsconfig path and `-d` with workspace root is always given.",
|
|
97
|
-
"default": [
|
|
98
|
-
"-e",
|
|
99
|
-
"json"
|
|
100
|
-
],
|
|
97
|
+
"default": ["-e", "json"],
|
|
101
98
|
"items": {
|
|
102
99
|
"type": "string"
|
|
103
100
|
}
|
|
@@ -138,18 +135,12 @@
|
|
|
138
135
|
"description": "URL path to be appended when visiting Storybook for the first time"
|
|
139
136
|
},
|
|
140
137
|
"webpackStatsJson": {
|
|
141
|
-
"type": [
|
|
142
|
-
"boolean",
|
|
143
|
-
"string"
|
|
144
|
-
],
|
|
138
|
+
"type": ["boolean", "string"],
|
|
145
139
|
"description": "Write Webpack Stats JSON to disk",
|
|
146
140
|
"default": false
|
|
147
141
|
},
|
|
148
142
|
"statsJson": {
|
|
149
|
-
"type": [
|
|
150
|
-
"boolean",
|
|
151
|
-
"string"
|
|
152
|
-
],
|
|
143
|
+
"type": ["boolean", "string"],
|
|
153
144
|
"description": "Write stats JSON to disk",
|
|
154
145
|
"default": false
|
|
155
146
|
},
|
|
@@ -163,10 +154,7 @@
|
|
|
163
154
|
"pattern": "(silly|verbose|info|warn|silent)"
|
|
164
155
|
},
|
|
165
156
|
"sourceMap": {
|
|
166
|
-
"type": [
|
|
167
|
-
"boolean",
|
|
168
|
-
"object"
|
|
169
|
-
],
|
|
157
|
+
"type": ["boolean", "object"],
|
|
170
158
|
"description": "Configure sourcemaps. See: https://angular.io/guide/workspace-config#source-map-configuration",
|
|
171
159
|
"default": false
|
|
172
160
|
}
|
|
@@ -204,11 +192,7 @@
|
|
|
204
192
|
}
|
|
205
193
|
},
|
|
206
194
|
"additionalProperties": false,
|
|
207
|
-
"required": [
|
|
208
|
-
"glob",
|
|
209
|
-
"input",
|
|
210
|
-
"output"
|
|
211
|
-
]
|
|
195
|
+
"required": ["glob", "input", "output"]
|
|
212
196
|
},
|
|
213
197
|
{
|
|
214
198
|
"type": "string"
|
|
@@ -236,9 +220,7 @@
|
|
|
236
220
|
}
|
|
237
221
|
},
|
|
238
222
|
"additionalProperties": false,
|
|
239
|
-
"required": [
|
|
240
|
-
"input"
|
|
241
|
-
]
|
|
223
|
+
"required": ["input"]
|
|
242
224
|
},
|
|
243
225
|
{
|
|
244
226
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/angular",
|
|
3
|
-
"version": "8.5.0-beta.
|
|
3
|
+
"version": "8.5.0-beta.3",
|
|
4
4
|
"description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"prep": "rimraf dist && jiti ../../../scripts/prepare/tsc.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@storybook/builder-webpack5": "8.5.0-beta.
|
|
41
|
-
"@storybook/components": "8.5.0-beta.
|
|
42
|
-
"@storybook/core-webpack": "8.5.0-beta.
|
|
40
|
+
"@storybook/builder-webpack5": "8.5.0-beta.3",
|
|
41
|
+
"@storybook/components": "8.5.0-beta.3",
|
|
42
|
+
"@storybook/core-webpack": "8.5.0-beta.3",
|
|
43
43
|
"@storybook/global": "^5.0.0",
|
|
44
|
-
"@storybook/manager-api": "8.5.0-beta.
|
|
45
|
-
"@storybook/preview-api": "8.5.0-beta.
|
|
46
|
-
"@storybook/theming": "8.5.0-beta.
|
|
44
|
+
"@storybook/manager-api": "8.5.0-beta.3",
|
|
45
|
+
"@storybook/preview-api": "8.5.0-beta.3",
|
|
46
|
+
"@storybook/theming": "8.5.0-beta.3",
|
|
47
47
|
"@types/node": "^22.0.0",
|
|
48
48
|
"@types/react": "^18.0.37",
|
|
49
49
|
"@types/react-dom": "^18.0.11",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@angular/platform-browser": ">=15.0.0 < 20.0.0",
|
|
94
94
|
"@angular/platform-browser-dynamic": ">=15.0.0 < 20.0.0",
|
|
95
95
|
"rxjs": "^6.0.0 || ^7.4.0",
|
|
96
|
-
"storybook": "^8.5.0-beta.
|
|
96
|
+
"storybook": "^8.5.0-beta.3",
|
|
97
97
|
"typescript": "^4.0.0 || ^5.0.0",
|
|
98
98
|
"zone.js": ">= 0.11.1 < 1.0.0"
|
|
99
99
|
},
|