@storybook/angular 8.5.0-alpha.21 → 8.5.0-alpha.22
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,16 +67,30 @@
|
|
|
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": [
|
|
70
|
+
"default": [
|
|
71
|
+
"-e",
|
|
72
|
+
"json"
|
|
73
|
+
],
|
|
71
74
|
"items": {
|
|
72
75
|
"type": "string"
|
|
73
76
|
}
|
|
74
77
|
},
|
|
75
78
|
"webpackStatsJson": {
|
|
76
|
-
"type": [
|
|
79
|
+
"type": [
|
|
80
|
+
"boolean",
|
|
81
|
+
"string"
|
|
82
|
+
],
|
|
77
83
|
"description": "Write Webpack Stats JSON to disk",
|
|
78
84
|
"default": false
|
|
79
85
|
},
|
|
86
|
+
"statsJson": {
|
|
87
|
+
"type": [
|
|
88
|
+
"boolean",
|
|
89
|
+
"string"
|
|
90
|
+
],
|
|
91
|
+
"description": "Write stats JSON to disk",
|
|
92
|
+
"default": false
|
|
93
|
+
},
|
|
80
94
|
"previewUrl": {
|
|
81
95
|
"type": "string",
|
|
82
96
|
"description": "Disables the default storybook preview and lets you use your own"
|
|
@@ -113,7 +127,10 @@
|
|
|
113
127
|
}
|
|
114
128
|
},
|
|
115
129
|
"sourceMap": {
|
|
116
|
-
"type": [
|
|
130
|
+
"type": [
|
|
131
|
+
"boolean",
|
|
132
|
+
"object"
|
|
133
|
+
],
|
|
117
134
|
"description": "Configure sourcemaps. See: https://angular.io/guide/workspace-config#source-map-configuration",
|
|
118
135
|
"default": false
|
|
119
136
|
}
|
|
@@ -151,7 +168,11 @@
|
|
|
151
168
|
}
|
|
152
169
|
},
|
|
153
170
|
"additionalProperties": false,
|
|
154
|
-
"required": [
|
|
171
|
+
"required": [
|
|
172
|
+
"glob",
|
|
173
|
+
"input",
|
|
174
|
+
"output"
|
|
175
|
+
]
|
|
155
176
|
},
|
|
156
177
|
{
|
|
157
178
|
"type": "string"
|
|
@@ -179,7 +200,9 @@
|
|
|
179
200
|
}
|
|
180
201
|
},
|
|
181
202
|
"additionalProperties": false,
|
|
182
|
-
"required": [
|
|
203
|
+
"required": [
|
|
204
|
+
"input"
|
|
205
|
+
]
|
|
183
206
|
},
|
|
184
207
|
{
|
|
185
208
|
"type": "string",
|
|
@@ -94,7 +94,10 @@
|
|
|
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": [
|
|
97
|
+
"default": [
|
|
98
|
+
"-e",
|
|
99
|
+
"json"
|
|
100
|
+
],
|
|
98
101
|
"items": {
|
|
99
102
|
"type": "string"
|
|
100
103
|
}
|
|
@@ -135,10 +138,21 @@
|
|
|
135
138
|
"description": "URL path to be appended when visiting Storybook for the first time"
|
|
136
139
|
},
|
|
137
140
|
"webpackStatsJson": {
|
|
138
|
-
"type": [
|
|
141
|
+
"type": [
|
|
142
|
+
"boolean",
|
|
143
|
+
"string"
|
|
144
|
+
],
|
|
139
145
|
"description": "Write Webpack Stats JSON to disk",
|
|
140
146
|
"default": false
|
|
141
147
|
},
|
|
148
|
+
"statsJson": {
|
|
149
|
+
"type": [
|
|
150
|
+
"boolean",
|
|
151
|
+
"string"
|
|
152
|
+
],
|
|
153
|
+
"description": "Write stats JSON to disk",
|
|
154
|
+
"default": false
|
|
155
|
+
},
|
|
142
156
|
"previewUrl": {
|
|
143
157
|
"type": "string",
|
|
144
158
|
"description": "Disables the default storybook preview and lets you use your own"
|
|
@@ -149,7 +163,10 @@
|
|
|
149
163
|
"pattern": "(silly|verbose|info|warn|silent)"
|
|
150
164
|
},
|
|
151
165
|
"sourceMap": {
|
|
152
|
-
"type": [
|
|
166
|
+
"type": [
|
|
167
|
+
"boolean",
|
|
168
|
+
"object"
|
|
169
|
+
],
|
|
153
170
|
"description": "Configure sourcemaps. See: https://angular.io/guide/workspace-config#source-map-configuration",
|
|
154
171
|
"default": false
|
|
155
172
|
}
|
|
@@ -187,7 +204,11 @@
|
|
|
187
204
|
}
|
|
188
205
|
},
|
|
189
206
|
"additionalProperties": false,
|
|
190
|
-
"required": [
|
|
207
|
+
"required": [
|
|
208
|
+
"glob",
|
|
209
|
+
"input",
|
|
210
|
+
"output"
|
|
211
|
+
]
|
|
191
212
|
},
|
|
192
213
|
{
|
|
193
214
|
"type": "string"
|
|
@@ -215,7 +236,9 @@
|
|
|
215
236
|
}
|
|
216
237
|
},
|
|
217
238
|
"additionalProperties": false,
|
|
218
|
-
"required": [
|
|
239
|
+
"required": [
|
|
240
|
+
"input"
|
|
241
|
+
]
|
|
219
242
|
},
|
|
220
243
|
{
|
|
221
244
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/angular",
|
|
3
|
-
"version": "8.5.0-alpha.
|
|
3
|
+
"version": "8.5.0-alpha.22",
|
|
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-alpha.
|
|
41
|
-
"@storybook/components": "8.5.0-alpha.
|
|
42
|
-
"@storybook/core-webpack": "8.5.0-alpha.
|
|
40
|
+
"@storybook/builder-webpack5": "8.5.0-alpha.22",
|
|
41
|
+
"@storybook/components": "8.5.0-alpha.22",
|
|
42
|
+
"@storybook/core-webpack": "8.5.0-alpha.22",
|
|
43
43
|
"@storybook/global": "^5.0.0",
|
|
44
|
-
"@storybook/manager-api": "8.5.0-alpha.
|
|
45
|
-
"@storybook/preview-api": "8.5.0-alpha.
|
|
46
|
-
"@storybook/theming": "8.5.0-alpha.
|
|
44
|
+
"@storybook/manager-api": "8.5.0-alpha.22",
|
|
45
|
+
"@storybook/preview-api": "8.5.0-alpha.22",
|
|
46
|
+
"@storybook/theming": "8.5.0-alpha.22",
|
|
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-alpha.
|
|
96
|
+
"storybook": "^8.5.0-alpha.22",
|
|
97
97
|
"typescript": "^4.0.0 || ^5.0.0",
|
|
98
98
|
"zone.js": ">= 0.11.1 < 1.0.0"
|
|
99
99
|
},
|