@storm-software/config 1.135.41 → 1.136.1
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.
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/dist/chunk-7ZEYUQHX.cjs +2 -0
- package/dist/{chunk-TE4DJKBE.cjs → chunk-QIUHYQNL.cjs} +1 -1
- package/dist/chunk-WOVNFELF.js +2 -0
- package/dist/chunk-YKRE3MWC.js +1 -0
- package/dist/define-config.d.cts +26 -20
- package/dist/define-config.d.ts +26 -20
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.d.cts +29 -9
- package/dist/schema.d.ts +29 -9
- package/dist/schema.js +1 -1
- package/dist/types.cjs +1 -1
- package/dist/types.js +1 -1
- package/package.json +2 -2
- package/presets/base.json +2 -0
- package/presets/storm-software.json +2 -0
- package/schemas/storm-workspace.schema.json +55 -0
- package/src/define-config.d.ts +7 -1
- package/src/schema.d.ts +20 -0
- package/dist/chunk-IS7XCH3F.cjs +0 -2
- package/dist/chunk-OIOMONUX.js +0 -2
- package/dist/chunk-WIOU3CJS.js +0 -1
package/dist/schema.d.cts
CHANGED
|
@@ -16,6 +16,7 @@ declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
16
16
|
declare const warningColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
17
17
|
declare const dangerColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
18
18
|
declare const fatalColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
19
|
+
declare const performanceColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
19
20
|
declare const positiveColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
20
21
|
declare const negativeColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
21
22
|
declare const gradientStopsSchema: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -33,6 +34,7 @@ declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
33
34
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
34
35
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
35
36
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
37
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
36
38
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
37
39
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
38
40
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -51,6 +53,7 @@ declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
51
53
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
52
54
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
53
55
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
56
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
54
57
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
55
58
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
56
59
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -70,6 +73,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
70
73
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
71
74
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
72
75
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
76
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
73
77
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
74
78
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
75
79
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -88,6 +92,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
88
92
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
89
93
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
90
94
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
95
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
91
96
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
92
97
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
93
98
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -107,6 +112,7 @@ declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
107
112
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
113
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
114
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
115
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
116
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
117
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
118
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -135,6 +141,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
135
141
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
136
142
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
137
143
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
144
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
145
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
146
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
147
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -153,6 +160,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
153
160
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
154
161
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
155
162
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
163
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
164
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
165
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
166
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -171,6 +179,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
171
179
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
172
180
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
173
181
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
182
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
174
183
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
184
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
185
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -190,6 +199,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
190
199
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
191
200
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
192
201
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
202
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
203
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
204
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
205
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -208,6 +218,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
208
218
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
209
219
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
210
220
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
221
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
211
222
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
223
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
224
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -226,6 +237,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
226
237
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
227
238
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
228
239
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
240
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
229
241
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
230
242
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
231
243
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -331,13 +343,14 @@ declare const packageManagerSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
|
331
343
|
declare const timezoneSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
332
344
|
declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
333
345
|
declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
334
|
-
error: "error";
|
|
335
346
|
success: "success";
|
|
336
|
-
silent: "silent";
|
|
337
|
-
fatal: "fatal";
|
|
338
|
-
warn: "warn";
|
|
339
347
|
info: "info";
|
|
340
348
|
debug: "debug";
|
|
349
|
+
fatal: "fatal";
|
|
350
|
+
performance: "performance";
|
|
351
|
+
silent: "silent";
|
|
352
|
+
error: "error";
|
|
353
|
+
warn: "warn";
|
|
341
354
|
trace: "trace";
|
|
342
355
|
all: "all";
|
|
343
356
|
}>>;
|
|
@@ -422,13 +435,14 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
422
435
|
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
423
436
|
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
424
437
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
425
|
-
error: "error";
|
|
426
438
|
success: "success";
|
|
427
|
-
silent: "silent";
|
|
428
|
-
fatal: "fatal";
|
|
429
|
-
warn: "warn";
|
|
430
439
|
info: "info";
|
|
431
440
|
debug: "debug";
|
|
441
|
+
fatal: "fatal";
|
|
442
|
+
performance: "performance";
|
|
443
|
+
silent: "silent";
|
|
444
|
+
error: "error";
|
|
445
|
+
warn: "warn";
|
|
432
446
|
trace: "trace";
|
|
433
447
|
all: "all";
|
|
434
448
|
}>>;
|
|
@@ -455,6 +469,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
455
469
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
456
470
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
457
471
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
472
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
458
473
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
459
474
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
460
475
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -473,6 +488,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
473
488
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
474
489
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
475
490
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
491
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
476
492
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
477
493
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
478
494
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -491,6 +507,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
491
507
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
492
508
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
493
509
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
510
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
494
511
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
495
512
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
496
513
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -509,6 +526,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
509
526
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
510
527
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
511
528
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
529
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
512
530
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
513
531
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
514
532
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -527,6 +545,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
527
545
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
528
546
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
529
547
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
548
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
530
549
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
531
550
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
532
551
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -545,6 +564,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
545
564
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
546
565
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
547
566
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
567
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
548
568
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
549
569
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
550
570
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -553,4 +573,4 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
553
573
|
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
554
574
|
}, z.core.$strip>;
|
|
555
575
|
|
|
556
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
|
576
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, performanceColorSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
package/dist/schema.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
16
16
|
declare const warningColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
17
17
|
declare const dangerColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
18
18
|
declare const fatalColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
19
|
+
declare const performanceColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
19
20
|
declare const positiveColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
20
21
|
declare const negativeColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
21
22
|
declare const gradientStopsSchema: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -33,6 +34,7 @@ declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
33
34
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
34
35
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
35
36
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
37
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
36
38
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
37
39
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
38
40
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -51,6 +53,7 @@ declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
51
53
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
52
54
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
53
55
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
56
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
54
57
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
55
58
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
56
59
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -70,6 +73,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
70
73
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
71
74
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
72
75
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
76
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
73
77
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
74
78
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
75
79
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -88,6 +92,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
88
92
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
89
93
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
90
94
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
95
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
91
96
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
92
97
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
93
98
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -107,6 +112,7 @@ declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
107
112
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
113
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
114
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
115
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
116
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
117
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
118
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -135,6 +141,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
135
141
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
136
142
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
137
143
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
144
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
145
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
146
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
147
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -153,6 +160,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
153
160
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
154
161
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
155
162
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
163
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
164
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
165
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
166
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -171,6 +179,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
171
179
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
172
180
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
173
181
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
182
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
174
183
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
184
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
185
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -190,6 +199,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
190
199
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
191
200
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
192
201
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
202
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
193
203
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
204
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
205
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -208,6 +218,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
208
218
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
209
219
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
210
220
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
221
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
211
222
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
223
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
224
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -226,6 +237,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
226
237
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
227
238
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
228
239
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
240
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
229
241
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
230
242
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
231
243
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -331,13 +343,14 @@ declare const packageManagerSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
|
331
343
|
declare const timezoneSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
332
344
|
declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
333
345
|
declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
334
|
-
error: "error";
|
|
335
346
|
success: "success";
|
|
336
|
-
silent: "silent";
|
|
337
|
-
fatal: "fatal";
|
|
338
|
-
warn: "warn";
|
|
339
347
|
info: "info";
|
|
340
348
|
debug: "debug";
|
|
349
|
+
fatal: "fatal";
|
|
350
|
+
performance: "performance";
|
|
351
|
+
silent: "silent";
|
|
352
|
+
error: "error";
|
|
353
|
+
warn: "warn";
|
|
341
354
|
trace: "trace";
|
|
342
355
|
all: "all";
|
|
343
356
|
}>>;
|
|
@@ -422,13 +435,14 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
422
435
|
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
423
436
|
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
424
437
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
425
|
-
error: "error";
|
|
426
438
|
success: "success";
|
|
427
|
-
silent: "silent";
|
|
428
|
-
fatal: "fatal";
|
|
429
|
-
warn: "warn";
|
|
430
439
|
info: "info";
|
|
431
440
|
debug: "debug";
|
|
441
|
+
fatal: "fatal";
|
|
442
|
+
performance: "performance";
|
|
443
|
+
silent: "silent";
|
|
444
|
+
error: "error";
|
|
445
|
+
warn: "warn";
|
|
432
446
|
trace: "trace";
|
|
433
447
|
all: "all";
|
|
434
448
|
}>>;
|
|
@@ -455,6 +469,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
455
469
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
456
470
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
457
471
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
472
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
458
473
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
459
474
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
460
475
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -473,6 +488,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
473
488
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
474
489
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
475
490
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
491
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
476
492
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
477
493
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
478
494
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -491,6 +507,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
491
507
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
492
508
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
493
509
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
510
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
494
511
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
495
512
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
496
513
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -509,6 +526,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
509
526
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
510
527
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
511
528
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
529
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
512
530
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
513
531
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
514
532
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -527,6 +545,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
527
545
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
528
546
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
529
547
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
548
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
530
549
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
531
550
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
532
551
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -545,6 +564,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
545
564
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
546
565
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
547
566
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
567
|
+
performance: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
548
568
|
positive: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
549
569
|
negative: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
550
570
|
gradient: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
|
|
@@ -553,4 +573,4 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
553
573
|
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
554
574
|
}, z.core.$strip>;
|
|
555
575
|
|
|
556
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
|
576
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, performanceColorSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
package/dist/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{f as accentColorSchema,e as alternateColorSchema,
|
|
1
|
+
export{f as accentColorSchema,e as alternateColorSchema,ka as branchSchema,d as brandColorSchema,x as colorsSchema,va as configFileSchema,ia as contactSchema,m as dangerColorSchema,b as darkColorSchema,s as darkColorsSchema,k as debugColorSchema,fa as docsSchema,W as errorCodesFileSchema,Y as errorSchema,X as errorUrlSchema,z as extendsSchema,wa as extensionsSchema,n as fatalColorSchema,r as gradientStopsSchema,h as helpColorSchema,ea as homepageSchema,j as infoColorSchema,da as licenseSchema,ha as licensingSchema,c as lightColorSchema,t as lightColorsSchema,g as linkColorSchema,sa as localeSchema,ta as logLevelSchema,na as modeSchema,u as multiColorsSchema,q as negativeColorSchema,_ as organizationDescriptionSchema,aa as organizationIconSchema,$ as organizationLogoSchema,Z as organizationNameSchema,ca as organizationSchema,ba as organizationUrlSchema,ma as ownerSchema,qa as packageManagerSchema,o as performanceColorSchema,ga as portalSchema,p as positiveColorSchema,la as preidSchema,w as registrySchema,a as schemaRegistry,v as singleColorsSchema,pa as skipCacheSchema,ua as skipConfigLoggingSchema,i as successColorSchema,ja as supportSchema,y as themeColorsSchema,ra as timezoneSchema,V as variantSchema,l as warningColorSchema,A as workspaceBotSchema,xa as workspaceConfigSchema,T as workspaceDirectoryBuildSchema,O as workspaceDirectoryCacheSchema,Q as workspaceDirectoryConfigSchema,P as workspaceDirectoryDataSchema,S as workspaceDirectoryLogSchema,U as workspaceDirectorySchema,R as workspaceDirectoryTempSchema,C as workspaceReleaseBannerAltSchema,D as workspaceReleaseBannerSchema,B as workspaceReleaseBannerUrlSchema,F as workspaceReleaseFooterSchema,E as workspaceReleaseHeaderSchema,G as workspaceReleaseSchema,oa as workspaceRootSchema,I as workspaceSocialsDiscordSchema,M as workspaceSocialsGithubSchema,L as workspaceSocialsMediumSchema,N as workspaceSocialsSchema,K as workspaceSocialsSlackSchema,J as workspaceSocialsTelegramSchema,H as workspaceSocialsTwitterSchema}from'./chunk-WOVNFELF.js';import'./chunk-TYDRIJER.js';
|
package/dist/types.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkQIUHYQNL_cjs=require('./chunk-QIUHYQNL.cjs');Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkQIUHYQNL_cjs.a}});
|
package/dist/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as COLOR_KEYS}from'./chunk-
|
|
1
|
+
export{a as COLOR_KEYS}from'./chunk-YKRE3MWC.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.136.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
|
|
6
6
|
"repository": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"dependencies": { "zod": "^4.3.6" },
|
|
88
88
|
"devDependencies": { "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "44dac4c2a9df20ceaf583923530d42d05cfc020c"
|
|
91
91
|
}
|
package/presets/base.json
CHANGED
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"info": "#0550ae",
|
|
31
31
|
"warning": "#e3b341",
|
|
32
32
|
"danger": "#a40e26",
|
|
33
|
+
"performance": "#83ff83",
|
|
33
34
|
"positive": "#22c55e",
|
|
34
35
|
"negative": "#dc2626"
|
|
35
36
|
},
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"info": "#0070E0",
|
|
44
45
|
"warning": "#f3d371",
|
|
45
46
|
"danger": "#D8314A",
|
|
47
|
+
"performance": "#00ff00",
|
|
46
48
|
"positive": "#22c55e",
|
|
47
49
|
"negative": "#dc2626"
|
|
48
50
|
}
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"warning": "#e3b341",
|
|
64
64
|
"danger": "#a40e26",
|
|
65
65
|
"fatal": "#51070f",
|
|
66
|
+
"performance": "#83ff83",
|
|
66
67
|
"link": "#3fa6ff",
|
|
67
68
|
"positive": "#22c55e",
|
|
68
69
|
"negative": "#dc2626",
|
|
@@ -80,6 +81,7 @@
|
|
|
80
81
|
"warning": "#f3d371",
|
|
81
82
|
"danger": "#d8314a",
|
|
82
83
|
"fatal": "#7d1a1a",
|
|
84
|
+
"performance": "#00ff00",
|
|
83
85
|
"link": "#3fa6ff",
|
|
84
86
|
"positive": "#22c55e",
|
|
85
87
|
"negative": "#dc2626",
|
|
@@ -307,6 +307,7 @@
|
|
|
307
307
|
"warn",
|
|
308
308
|
"success",
|
|
309
309
|
"info",
|
|
310
|
+
"performance",
|
|
310
311
|
"debug",
|
|
311
312
|
"trace",
|
|
312
313
|
"all"
|
|
@@ -470,6 +471,14 @@
|
|
|
470
471
|
"maxLength": 7,
|
|
471
472
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
472
473
|
},
|
|
474
|
+
"performance": {
|
|
475
|
+
"default": "#00ff00",
|
|
476
|
+
"description": "The performance color of the workspace",
|
|
477
|
+
"type": "string",
|
|
478
|
+
"minLength": 7,
|
|
479
|
+
"maxLength": 7,
|
|
480
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
481
|
+
},
|
|
473
482
|
"positive": {
|
|
474
483
|
"default": "#4ade80",
|
|
475
484
|
"description": "The positive number color of the workspace",
|
|
@@ -509,6 +518,7 @@
|
|
|
509
518
|
"debug",
|
|
510
519
|
"warning",
|
|
511
520
|
"danger",
|
|
521
|
+
"performance",
|
|
512
522
|
"positive",
|
|
513
523
|
"negative"
|
|
514
524
|
],
|
|
@@ -621,6 +631,14 @@
|
|
|
621
631
|
"maxLength": 7,
|
|
622
632
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
623
633
|
},
|
|
634
|
+
"performance": {
|
|
635
|
+
"default": "#00ff00",
|
|
636
|
+
"description": "The performance color of the workspace",
|
|
637
|
+
"type": "string",
|
|
638
|
+
"minLength": 7,
|
|
639
|
+
"maxLength": 7,
|
|
640
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
641
|
+
},
|
|
624
642
|
"positive": {
|
|
625
643
|
"default": "#4ade80",
|
|
626
644
|
"description": "The positive number color of the workspace",
|
|
@@ -660,6 +678,7 @@
|
|
|
660
678
|
"debug",
|
|
661
679
|
"warning",
|
|
662
680
|
"danger",
|
|
681
|
+
"performance",
|
|
663
682
|
"positive",
|
|
664
683
|
"negative"
|
|
665
684
|
],
|
|
@@ -769,6 +788,14 @@
|
|
|
769
788
|
"maxLength": 7,
|
|
770
789
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
771
790
|
},
|
|
791
|
+
"performance": {
|
|
792
|
+
"default": "#00ff00",
|
|
793
|
+
"description": "The performance color of the workspace",
|
|
794
|
+
"type": "string",
|
|
795
|
+
"minLength": 7,
|
|
796
|
+
"maxLength": 7,
|
|
797
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
798
|
+
},
|
|
772
799
|
"positive": {
|
|
773
800
|
"default": "#4ade80",
|
|
774
801
|
"description": "The positive number color of the workspace",
|
|
@@ -808,6 +835,7 @@
|
|
|
808
835
|
"debug",
|
|
809
836
|
"warning",
|
|
810
837
|
"danger",
|
|
838
|
+
"performance",
|
|
811
839
|
"positive",
|
|
812
840
|
"negative"
|
|
813
841
|
],
|
|
@@ -946,6 +974,14 @@
|
|
|
946
974
|
"maxLength": 7,
|
|
947
975
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
948
976
|
},
|
|
977
|
+
"performance": {
|
|
978
|
+
"default": "#00ff00",
|
|
979
|
+
"description": "The performance color of the workspace",
|
|
980
|
+
"type": "string",
|
|
981
|
+
"minLength": 7,
|
|
982
|
+
"maxLength": 7,
|
|
983
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
984
|
+
},
|
|
949
985
|
"positive": {
|
|
950
986
|
"default": "#4ade80",
|
|
951
987
|
"description": "The positive number color of the workspace",
|
|
@@ -985,6 +1021,7 @@
|
|
|
985
1021
|
"debug",
|
|
986
1022
|
"warning",
|
|
987
1023
|
"danger",
|
|
1024
|
+
"performance",
|
|
988
1025
|
"positive",
|
|
989
1026
|
"negative"
|
|
990
1027
|
],
|
|
@@ -1097,6 +1134,14 @@
|
|
|
1097
1134
|
"maxLength": 7,
|
|
1098
1135
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1099
1136
|
},
|
|
1137
|
+
"performance": {
|
|
1138
|
+
"default": "#00ff00",
|
|
1139
|
+
"description": "The performance color of the workspace",
|
|
1140
|
+
"type": "string",
|
|
1141
|
+
"minLength": 7,
|
|
1142
|
+
"maxLength": 7,
|
|
1143
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1144
|
+
},
|
|
1100
1145
|
"positive": {
|
|
1101
1146
|
"default": "#4ade80",
|
|
1102
1147
|
"description": "The positive number color of the workspace",
|
|
@@ -1136,6 +1181,7 @@
|
|
|
1136
1181
|
"debug",
|
|
1137
1182
|
"warning",
|
|
1138
1183
|
"danger",
|
|
1184
|
+
"performance",
|
|
1139
1185
|
"positive",
|
|
1140
1186
|
"negative"
|
|
1141
1187
|
],
|
|
@@ -1245,6 +1291,14 @@
|
|
|
1245
1291
|
"maxLength": 7,
|
|
1246
1292
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1247
1293
|
},
|
|
1294
|
+
"performance": {
|
|
1295
|
+
"default": "#00ff00",
|
|
1296
|
+
"description": "The performance color of the workspace",
|
|
1297
|
+
"type": "string",
|
|
1298
|
+
"minLength": 7,
|
|
1299
|
+
"maxLength": 7,
|
|
1300
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1301
|
+
},
|
|
1248
1302
|
"positive": {
|
|
1249
1303
|
"default": "#4ade80",
|
|
1250
1304
|
"description": "The positive number color of the workspace",
|
|
@@ -1284,6 +1338,7 @@
|
|
|
1284
1338
|
"debug",
|
|
1285
1339
|
"warning",
|
|
1286
1340
|
"danger",
|
|
1341
|
+
"performance",
|
|
1287
1342
|
"positive",
|
|
1288
1343
|
"negative"
|
|
1289
1344
|
],
|
package/src/define-config.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
64
64
|
warning?: string | undefined;
|
|
65
65
|
danger?: string | undefined;
|
|
66
66
|
fatal?: string | undefined;
|
|
67
|
+
performance?: string | undefined;
|
|
67
68
|
positive?: string | undefined;
|
|
68
69
|
negative?: string | undefined;
|
|
69
70
|
gradient?: string[] | undefined;
|
|
@@ -82,6 +83,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
82
83
|
warning?: string | undefined;
|
|
83
84
|
danger?: string | undefined;
|
|
84
85
|
fatal?: string | undefined;
|
|
86
|
+
performance?: string | undefined;
|
|
85
87
|
positive?: string | undefined;
|
|
86
88
|
negative?: string | undefined;
|
|
87
89
|
gradient?: string[] | undefined;
|
|
@@ -100,6 +102,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
100
102
|
warning?: string | undefined;
|
|
101
103
|
danger?: string | undefined;
|
|
102
104
|
fatal?: string | undefined;
|
|
105
|
+
performance?: string | undefined;
|
|
103
106
|
positive?: string | undefined;
|
|
104
107
|
negative?: string | undefined;
|
|
105
108
|
gradient?: string[] | undefined;
|
|
@@ -118,6 +121,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
118
121
|
warning?: string | undefined;
|
|
119
122
|
danger?: string | undefined;
|
|
120
123
|
fatal?: string | undefined;
|
|
124
|
+
performance?: string | undefined;
|
|
121
125
|
positive?: string | undefined;
|
|
122
126
|
negative?: string | undefined;
|
|
123
127
|
gradient?: string[] | undefined;
|
|
@@ -136,6 +140,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
136
140
|
warning?: string | undefined;
|
|
137
141
|
danger?: string | undefined;
|
|
138
142
|
fatal?: string | undefined;
|
|
143
|
+
performance?: string | undefined;
|
|
139
144
|
positive?: string | undefined;
|
|
140
145
|
negative?: string | undefined;
|
|
141
146
|
gradient?: string[] | undefined;
|
|
@@ -154,6 +159,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
154
159
|
warning?: string | undefined;
|
|
155
160
|
danger?: string | undefined;
|
|
156
161
|
fatal?: string | undefined;
|
|
162
|
+
performance?: string | undefined;
|
|
157
163
|
positive?: string | undefined;
|
|
158
164
|
negative?: string | undefined;
|
|
159
165
|
gradient?: string[] | undefined;
|
|
@@ -176,7 +182,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
176
182
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
177
183
|
timezone?: string | undefined;
|
|
178
184
|
locale?: string | undefined;
|
|
179
|
-
logLevel?: "success" | "info" | "debug" | "fatal" | "silent" | "error" | "warn" | "trace" | "all" | undefined;
|
|
185
|
+
logLevel?: "success" | "info" | "debug" | "fatal" | "performance" | "silent" | "error" | "warn" | "trace" | "all" | undefined;
|
|
180
186
|
skipConfigLogging?: boolean | undefined;
|
|
181
187
|
registry?: {
|
|
182
188
|
github?: string | undefined;
|