@storm-software/config 1.125.21 → 1.126.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.
- package/CHANGELOG.md +63 -0
- package/README.md +1 -2
- package/dist/{chunk-GS4SYJW6.js → chunk-OOZVCZMK.js} +52 -17
- package/dist/{chunk-E2YM2F4R.cjs → chunk-Q4GCJANL.cjs} +52 -17
- package/dist/define-config.d.cts +24 -18
- package/dist/define-config.d.ts +24 -18
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/schema.cjs +2 -2
- package/dist/schema.d.cts +36 -19
- package/dist/schema.d.ts +36 -19
- package/dist/schema.js +1 -1
- package/package.json +2 -2
- package/presets/storm-software.json +13 -7
- package/schemas/storm-workspace.schema.json +114 -42
- package/src/define-config.d.ts +6 -0
- package/src/schema.d.ts +34 -17
package/dist/schema.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ declare const DarkThemeColorConfigSchema: z.ZodObject<{
|
|
|
6
6
|
brand: z.ZodDefault<z.ZodString>;
|
|
7
7
|
alternate: z.ZodOptional<z.ZodString>;
|
|
8
8
|
accent: z.ZodOptional<z.ZodString>;
|
|
9
|
-
link: z.
|
|
9
|
+
link: z.ZodDefault<z.ZodString>;
|
|
10
10
|
help: z.ZodDefault<z.ZodString>;
|
|
11
11
|
success: z.ZodDefault<z.ZodString>;
|
|
12
12
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -15,6 +15,7 @@ declare const DarkThemeColorConfigSchema: z.ZodObject<{
|
|
|
15
15
|
fatal: z.ZodOptional<z.ZodString>;
|
|
16
16
|
positive: z.ZodDefault<z.ZodString>;
|
|
17
17
|
negative: z.ZodDefault<z.ZodString>;
|
|
18
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
18
19
|
}, z.core.$strip>;
|
|
19
20
|
declare const LightThemeColorConfigSchema: z.ZodObject<{
|
|
20
21
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -22,7 +23,7 @@ declare const LightThemeColorConfigSchema: z.ZodObject<{
|
|
|
22
23
|
brand: z.ZodDefault<z.ZodString>;
|
|
23
24
|
alternate: z.ZodOptional<z.ZodString>;
|
|
24
25
|
accent: z.ZodOptional<z.ZodString>;
|
|
25
|
-
link: z.
|
|
26
|
+
link: z.ZodDefault<z.ZodString>;
|
|
26
27
|
help: z.ZodDefault<z.ZodString>;
|
|
27
28
|
success: z.ZodDefault<z.ZodString>;
|
|
28
29
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -31,6 +32,7 @@ declare const LightThemeColorConfigSchema: z.ZodObject<{
|
|
|
31
32
|
fatal: z.ZodOptional<z.ZodString>;
|
|
32
33
|
positive: z.ZodDefault<z.ZodString>;
|
|
33
34
|
negative: z.ZodDefault<z.ZodString>;
|
|
35
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
36
|
}, z.core.$strip>;
|
|
35
37
|
declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
36
38
|
dark: z.ZodObject<{
|
|
@@ -39,7 +41,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
39
41
|
brand: z.ZodDefault<z.ZodString>;
|
|
40
42
|
alternate: z.ZodOptional<z.ZodString>;
|
|
41
43
|
accent: z.ZodOptional<z.ZodString>;
|
|
42
|
-
link: z.
|
|
44
|
+
link: z.ZodDefault<z.ZodString>;
|
|
43
45
|
help: z.ZodDefault<z.ZodString>;
|
|
44
46
|
success: z.ZodDefault<z.ZodString>;
|
|
45
47
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -48,6 +50,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
48
50
|
fatal: z.ZodOptional<z.ZodString>;
|
|
49
51
|
positive: z.ZodDefault<z.ZodString>;
|
|
50
52
|
negative: z.ZodDefault<z.ZodString>;
|
|
53
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
51
54
|
}, z.core.$strip>;
|
|
52
55
|
light: z.ZodObject<{
|
|
53
56
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -55,7 +58,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
55
58
|
brand: z.ZodDefault<z.ZodString>;
|
|
56
59
|
alternate: z.ZodOptional<z.ZodString>;
|
|
57
60
|
accent: z.ZodOptional<z.ZodString>;
|
|
58
|
-
link: z.
|
|
61
|
+
link: z.ZodDefault<z.ZodString>;
|
|
59
62
|
help: z.ZodDefault<z.ZodString>;
|
|
60
63
|
success: z.ZodDefault<z.ZodString>;
|
|
61
64
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -64,6 +67,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
64
67
|
fatal: z.ZodOptional<z.ZodString>;
|
|
65
68
|
positive: z.ZodDefault<z.ZodString>;
|
|
66
69
|
negative: z.ZodDefault<z.ZodString>;
|
|
70
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
67
71
|
}, z.core.$strip>;
|
|
68
72
|
}, z.core.$strip>;
|
|
69
73
|
declare const SingleThemeColorConfigSchema: z.ZodObject<{
|
|
@@ -72,7 +76,7 @@ declare const SingleThemeColorConfigSchema: z.ZodObject<{
|
|
|
72
76
|
brand: z.ZodDefault<z.ZodString>;
|
|
73
77
|
alternate: z.ZodOptional<z.ZodString>;
|
|
74
78
|
accent: z.ZodOptional<z.ZodString>;
|
|
75
|
-
link: z.
|
|
79
|
+
link: z.ZodDefault<z.ZodString>;
|
|
76
80
|
help: z.ZodDefault<z.ZodString>;
|
|
77
81
|
success: z.ZodDefault<z.ZodString>;
|
|
78
82
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -81,6 +85,7 @@ declare const SingleThemeColorConfigSchema: z.ZodObject<{
|
|
|
81
85
|
fatal: z.ZodOptional<z.ZodString>;
|
|
82
86
|
positive: z.ZodDefault<z.ZodString>;
|
|
83
87
|
negative: z.ZodDefault<z.ZodString>;
|
|
88
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
84
89
|
}, z.core.$strip>;
|
|
85
90
|
declare const RegistryUrlConfigSchema: z.ZodOptional<z.ZodURL>;
|
|
86
91
|
declare const RegistryConfigSchema: z.ZodDefault<z.ZodObject<{
|
|
@@ -99,7 +104,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
99
104
|
brand: z.ZodDefault<z.ZodString>;
|
|
100
105
|
alternate: z.ZodOptional<z.ZodString>;
|
|
101
106
|
accent: z.ZodOptional<z.ZodString>;
|
|
102
|
-
link: z.
|
|
107
|
+
link: z.ZodDefault<z.ZodString>;
|
|
103
108
|
help: z.ZodDefault<z.ZodString>;
|
|
104
109
|
success: z.ZodDefault<z.ZodString>;
|
|
105
110
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -108,6 +113,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
108
113
|
fatal: z.ZodOptional<z.ZodString>;
|
|
109
114
|
positive: z.ZodDefault<z.ZodString>;
|
|
110
115
|
negative: z.ZodDefault<z.ZodString>;
|
|
116
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
111
117
|
}, z.core.$strip>, z.ZodObject<{
|
|
112
118
|
dark: z.ZodObject<{
|
|
113
119
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -115,7 +121,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
115
121
|
brand: z.ZodDefault<z.ZodString>;
|
|
116
122
|
alternate: z.ZodOptional<z.ZodString>;
|
|
117
123
|
accent: z.ZodOptional<z.ZodString>;
|
|
118
|
-
link: z.
|
|
124
|
+
link: z.ZodDefault<z.ZodString>;
|
|
119
125
|
help: z.ZodDefault<z.ZodString>;
|
|
120
126
|
success: z.ZodDefault<z.ZodString>;
|
|
121
127
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -124,6 +130,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
124
130
|
fatal: z.ZodOptional<z.ZodString>;
|
|
125
131
|
positive: z.ZodDefault<z.ZodString>;
|
|
126
132
|
negative: z.ZodDefault<z.ZodString>;
|
|
133
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
127
134
|
}, z.core.$strip>;
|
|
128
135
|
light: z.ZodObject<{
|
|
129
136
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -131,7 +138,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
131
138
|
brand: z.ZodDefault<z.ZodString>;
|
|
132
139
|
alternate: z.ZodOptional<z.ZodString>;
|
|
133
140
|
accent: z.ZodOptional<z.ZodString>;
|
|
134
|
-
link: z.
|
|
141
|
+
link: z.ZodDefault<z.ZodString>;
|
|
135
142
|
help: z.ZodDefault<z.ZodString>;
|
|
136
143
|
success: z.ZodDefault<z.ZodString>;
|
|
137
144
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -140,6 +147,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
140
147
|
fatal: z.ZodOptional<z.ZodString>;
|
|
141
148
|
positive: z.ZodDefault<z.ZodString>;
|
|
142
149
|
negative: z.ZodDefault<z.ZodString>;
|
|
150
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
143
151
|
}, z.core.$strip>;
|
|
144
152
|
}, z.core.$strip>]>;
|
|
145
153
|
declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLiteral<"base">, z.ZodString]>, z.ZodUnion<[z.ZodObject<{
|
|
@@ -148,7 +156,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
148
156
|
brand: z.ZodDefault<z.ZodString>;
|
|
149
157
|
alternate: z.ZodOptional<z.ZodString>;
|
|
150
158
|
accent: z.ZodOptional<z.ZodString>;
|
|
151
|
-
link: z.
|
|
159
|
+
link: z.ZodDefault<z.ZodString>;
|
|
152
160
|
help: z.ZodDefault<z.ZodString>;
|
|
153
161
|
success: z.ZodDefault<z.ZodString>;
|
|
154
162
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -157,6 +165,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
157
165
|
fatal: z.ZodOptional<z.ZodString>;
|
|
158
166
|
positive: z.ZodDefault<z.ZodString>;
|
|
159
167
|
negative: z.ZodDefault<z.ZodString>;
|
|
168
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
169
|
}, z.core.$strip>, z.ZodObject<{
|
|
161
170
|
dark: z.ZodObject<{
|
|
162
171
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -164,7 +173,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
164
173
|
brand: z.ZodDefault<z.ZodString>;
|
|
165
174
|
alternate: z.ZodOptional<z.ZodString>;
|
|
166
175
|
accent: z.ZodOptional<z.ZodString>;
|
|
167
|
-
link: z.
|
|
176
|
+
link: z.ZodDefault<z.ZodString>;
|
|
168
177
|
help: z.ZodDefault<z.ZodString>;
|
|
169
178
|
success: z.ZodDefault<z.ZodString>;
|
|
170
179
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -173,6 +182,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
173
182
|
fatal: z.ZodOptional<z.ZodString>;
|
|
174
183
|
positive: z.ZodDefault<z.ZodString>;
|
|
175
184
|
negative: z.ZodDefault<z.ZodString>;
|
|
185
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
176
186
|
}, z.core.$strip>;
|
|
177
187
|
light: z.ZodObject<{
|
|
178
188
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -180,7 +190,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
180
190
|
brand: z.ZodDefault<z.ZodString>;
|
|
181
191
|
alternate: z.ZodOptional<z.ZodString>;
|
|
182
192
|
accent: z.ZodOptional<z.ZodString>;
|
|
183
|
-
link: z.
|
|
193
|
+
link: z.ZodDefault<z.ZodString>;
|
|
184
194
|
help: z.ZodDefault<z.ZodString>;
|
|
185
195
|
success: z.ZodDefault<z.ZodString>;
|
|
186
196
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -189,6 +199,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
189
199
|
fatal: z.ZodOptional<z.ZodString>;
|
|
190
200
|
positive: z.ZodDefault<z.ZodString>;
|
|
191
201
|
negative: z.ZodDefault<z.ZodString>;
|
|
202
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
192
203
|
}, z.core.$strip>;
|
|
193
204
|
}, z.core.$strip>]>>;
|
|
194
205
|
declare const ExtendsSchema: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -297,10 +308,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
297
308
|
logLevel: z.ZodDefault<z.ZodEnum<{
|
|
298
309
|
error: "error";
|
|
299
310
|
success: "success";
|
|
300
|
-
|
|
311
|
+
info: "info";
|
|
301
312
|
fatal: "fatal";
|
|
313
|
+
silent: "silent";
|
|
302
314
|
warn: "warn";
|
|
303
|
-
info: "info";
|
|
304
315
|
debug: "debug";
|
|
305
316
|
trace: "trace";
|
|
306
317
|
all: "all";
|
|
@@ -320,7 +331,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
320
331
|
brand: z.ZodDefault<z.ZodString>;
|
|
321
332
|
alternate: z.ZodOptional<z.ZodString>;
|
|
322
333
|
accent: z.ZodOptional<z.ZodString>;
|
|
323
|
-
link: z.
|
|
334
|
+
link: z.ZodDefault<z.ZodString>;
|
|
324
335
|
help: z.ZodDefault<z.ZodString>;
|
|
325
336
|
success: z.ZodDefault<z.ZodString>;
|
|
326
337
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -329,6 +340,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
329
340
|
fatal: z.ZodOptional<z.ZodString>;
|
|
330
341
|
positive: z.ZodDefault<z.ZodString>;
|
|
331
342
|
negative: z.ZodDefault<z.ZodString>;
|
|
343
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
332
344
|
}, z.core.$strip>, z.ZodObject<{
|
|
333
345
|
dark: z.ZodObject<{
|
|
334
346
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -336,7 +348,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
336
348
|
brand: z.ZodDefault<z.ZodString>;
|
|
337
349
|
alternate: z.ZodOptional<z.ZodString>;
|
|
338
350
|
accent: z.ZodOptional<z.ZodString>;
|
|
339
|
-
link: z.
|
|
351
|
+
link: z.ZodDefault<z.ZodString>;
|
|
340
352
|
help: z.ZodDefault<z.ZodString>;
|
|
341
353
|
success: z.ZodDefault<z.ZodString>;
|
|
342
354
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -345,6 +357,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
345
357
|
fatal: z.ZodOptional<z.ZodString>;
|
|
346
358
|
positive: z.ZodDefault<z.ZodString>;
|
|
347
359
|
negative: z.ZodDefault<z.ZodString>;
|
|
360
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
348
361
|
}, z.core.$strip>;
|
|
349
362
|
light: z.ZodObject<{
|
|
350
363
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -352,7 +365,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
352
365
|
brand: z.ZodDefault<z.ZodString>;
|
|
353
366
|
alternate: z.ZodOptional<z.ZodString>;
|
|
354
367
|
accent: z.ZodOptional<z.ZodString>;
|
|
355
|
-
link: z.
|
|
368
|
+
link: z.ZodDefault<z.ZodString>;
|
|
356
369
|
help: z.ZodDefault<z.ZodString>;
|
|
357
370
|
success: z.ZodDefault<z.ZodString>;
|
|
358
371
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -361,6 +374,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
361
374
|
fatal: z.ZodOptional<z.ZodString>;
|
|
362
375
|
positive: z.ZodDefault<z.ZodString>;
|
|
363
376
|
negative: z.ZodDefault<z.ZodString>;
|
|
377
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
378
|
}, z.core.$strip>;
|
|
365
379
|
}, z.core.$strip>]>, z.ZodRecord<z.ZodUnion<readonly [z.ZodLiteral<"base">, z.ZodString]>, z.ZodUnion<[z.ZodObject<{
|
|
366
380
|
dark: z.ZodDefault<z.ZodString>;
|
|
@@ -368,7 +382,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
368
382
|
brand: z.ZodDefault<z.ZodString>;
|
|
369
383
|
alternate: z.ZodOptional<z.ZodString>;
|
|
370
384
|
accent: z.ZodOptional<z.ZodString>;
|
|
371
|
-
link: z.
|
|
385
|
+
link: z.ZodDefault<z.ZodString>;
|
|
372
386
|
help: z.ZodDefault<z.ZodString>;
|
|
373
387
|
success: z.ZodDefault<z.ZodString>;
|
|
374
388
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -377,6 +391,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
377
391
|
fatal: z.ZodOptional<z.ZodString>;
|
|
378
392
|
positive: z.ZodDefault<z.ZodString>;
|
|
379
393
|
negative: z.ZodDefault<z.ZodString>;
|
|
394
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
380
395
|
}, z.core.$strip>, z.ZodObject<{
|
|
381
396
|
dark: z.ZodObject<{
|
|
382
397
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -384,7 +399,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
384
399
|
brand: z.ZodDefault<z.ZodString>;
|
|
385
400
|
alternate: z.ZodOptional<z.ZodString>;
|
|
386
401
|
accent: z.ZodOptional<z.ZodString>;
|
|
387
|
-
link: z.
|
|
402
|
+
link: z.ZodDefault<z.ZodString>;
|
|
388
403
|
help: z.ZodDefault<z.ZodString>;
|
|
389
404
|
success: z.ZodDefault<z.ZodString>;
|
|
390
405
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -393,6 +408,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
393
408
|
fatal: z.ZodOptional<z.ZodString>;
|
|
394
409
|
positive: z.ZodDefault<z.ZodString>;
|
|
395
410
|
negative: z.ZodDefault<z.ZodString>;
|
|
411
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
396
412
|
}, z.core.$strip>;
|
|
397
413
|
light: z.ZodObject<{
|
|
398
414
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -400,7 +416,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
400
416
|
brand: z.ZodDefault<z.ZodString>;
|
|
401
417
|
alternate: z.ZodOptional<z.ZodString>;
|
|
402
418
|
accent: z.ZodOptional<z.ZodString>;
|
|
403
|
-
link: z.
|
|
419
|
+
link: z.ZodDefault<z.ZodString>;
|
|
404
420
|
help: z.ZodDefault<z.ZodString>;
|
|
405
421
|
success: z.ZodDefault<z.ZodString>;
|
|
406
422
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -409,6 +425,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
409
425
|
fatal: z.ZodOptional<z.ZodString>;
|
|
410
426
|
positive: z.ZodDefault<z.ZodString>;
|
|
411
427
|
negative: z.ZodDefault<z.ZodString>;
|
|
428
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
412
429
|
}, z.core.$strip>;
|
|
413
430
|
}, z.core.$strip>]>>]>;
|
|
414
431
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
package/dist/schema.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare const DarkThemeColorConfigSchema: z.ZodObject<{
|
|
|
6
6
|
brand: z.ZodDefault<z.ZodString>;
|
|
7
7
|
alternate: z.ZodOptional<z.ZodString>;
|
|
8
8
|
accent: z.ZodOptional<z.ZodString>;
|
|
9
|
-
link: z.
|
|
9
|
+
link: z.ZodDefault<z.ZodString>;
|
|
10
10
|
help: z.ZodDefault<z.ZodString>;
|
|
11
11
|
success: z.ZodDefault<z.ZodString>;
|
|
12
12
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -15,6 +15,7 @@ declare const DarkThemeColorConfigSchema: z.ZodObject<{
|
|
|
15
15
|
fatal: z.ZodOptional<z.ZodString>;
|
|
16
16
|
positive: z.ZodDefault<z.ZodString>;
|
|
17
17
|
negative: z.ZodDefault<z.ZodString>;
|
|
18
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
18
19
|
}, z.core.$strip>;
|
|
19
20
|
declare const LightThemeColorConfigSchema: z.ZodObject<{
|
|
20
21
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -22,7 +23,7 @@ declare const LightThemeColorConfigSchema: z.ZodObject<{
|
|
|
22
23
|
brand: z.ZodDefault<z.ZodString>;
|
|
23
24
|
alternate: z.ZodOptional<z.ZodString>;
|
|
24
25
|
accent: z.ZodOptional<z.ZodString>;
|
|
25
|
-
link: z.
|
|
26
|
+
link: z.ZodDefault<z.ZodString>;
|
|
26
27
|
help: z.ZodDefault<z.ZodString>;
|
|
27
28
|
success: z.ZodDefault<z.ZodString>;
|
|
28
29
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -31,6 +32,7 @@ declare const LightThemeColorConfigSchema: z.ZodObject<{
|
|
|
31
32
|
fatal: z.ZodOptional<z.ZodString>;
|
|
32
33
|
positive: z.ZodDefault<z.ZodString>;
|
|
33
34
|
negative: z.ZodDefault<z.ZodString>;
|
|
35
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
36
|
}, z.core.$strip>;
|
|
35
37
|
declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
36
38
|
dark: z.ZodObject<{
|
|
@@ -39,7 +41,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
39
41
|
brand: z.ZodDefault<z.ZodString>;
|
|
40
42
|
alternate: z.ZodOptional<z.ZodString>;
|
|
41
43
|
accent: z.ZodOptional<z.ZodString>;
|
|
42
|
-
link: z.
|
|
44
|
+
link: z.ZodDefault<z.ZodString>;
|
|
43
45
|
help: z.ZodDefault<z.ZodString>;
|
|
44
46
|
success: z.ZodDefault<z.ZodString>;
|
|
45
47
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -48,6 +50,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
48
50
|
fatal: z.ZodOptional<z.ZodString>;
|
|
49
51
|
positive: z.ZodDefault<z.ZodString>;
|
|
50
52
|
negative: z.ZodDefault<z.ZodString>;
|
|
53
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
51
54
|
}, z.core.$strip>;
|
|
52
55
|
light: z.ZodObject<{
|
|
53
56
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -55,7 +58,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
55
58
|
brand: z.ZodDefault<z.ZodString>;
|
|
56
59
|
alternate: z.ZodOptional<z.ZodString>;
|
|
57
60
|
accent: z.ZodOptional<z.ZodString>;
|
|
58
|
-
link: z.
|
|
61
|
+
link: z.ZodDefault<z.ZodString>;
|
|
59
62
|
help: z.ZodDefault<z.ZodString>;
|
|
60
63
|
success: z.ZodDefault<z.ZodString>;
|
|
61
64
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -64,6 +67,7 @@ declare const MultiThemeColorConfigSchema: z.ZodObject<{
|
|
|
64
67
|
fatal: z.ZodOptional<z.ZodString>;
|
|
65
68
|
positive: z.ZodDefault<z.ZodString>;
|
|
66
69
|
negative: z.ZodDefault<z.ZodString>;
|
|
70
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
67
71
|
}, z.core.$strip>;
|
|
68
72
|
}, z.core.$strip>;
|
|
69
73
|
declare const SingleThemeColorConfigSchema: z.ZodObject<{
|
|
@@ -72,7 +76,7 @@ declare const SingleThemeColorConfigSchema: z.ZodObject<{
|
|
|
72
76
|
brand: z.ZodDefault<z.ZodString>;
|
|
73
77
|
alternate: z.ZodOptional<z.ZodString>;
|
|
74
78
|
accent: z.ZodOptional<z.ZodString>;
|
|
75
|
-
link: z.
|
|
79
|
+
link: z.ZodDefault<z.ZodString>;
|
|
76
80
|
help: z.ZodDefault<z.ZodString>;
|
|
77
81
|
success: z.ZodDefault<z.ZodString>;
|
|
78
82
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -81,6 +85,7 @@ declare const SingleThemeColorConfigSchema: z.ZodObject<{
|
|
|
81
85
|
fatal: z.ZodOptional<z.ZodString>;
|
|
82
86
|
positive: z.ZodDefault<z.ZodString>;
|
|
83
87
|
negative: z.ZodDefault<z.ZodString>;
|
|
88
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
84
89
|
}, z.core.$strip>;
|
|
85
90
|
declare const RegistryUrlConfigSchema: z.ZodOptional<z.ZodURL>;
|
|
86
91
|
declare const RegistryConfigSchema: z.ZodDefault<z.ZodObject<{
|
|
@@ -99,7 +104,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
99
104
|
brand: z.ZodDefault<z.ZodString>;
|
|
100
105
|
alternate: z.ZodOptional<z.ZodString>;
|
|
101
106
|
accent: z.ZodOptional<z.ZodString>;
|
|
102
|
-
link: z.
|
|
107
|
+
link: z.ZodDefault<z.ZodString>;
|
|
103
108
|
help: z.ZodDefault<z.ZodString>;
|
|
104
109
|
success: z.ZodDefault<z.ZodString>;
|
|
105
110
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -108,6 +113,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
108
113
|
fatal: z.ZodOptional<z.ZodString>;
|
|
109
114
|
positive: z.ZodDefault<z.ZodString>;
|
|
110
115
|
negative: z.ZodDefault<z.ZodString>;
|
|
116
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
111
117
|
}, z.core.$strip>, z.ZodObject<{
|
|
112
118
|
dark: z.ZodObject<{
|
|
113
119
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -115,7 +121,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
115
121
|
brand: z.ZodDefault<z.ZodString>;
|
|
116
122
|
alternate: z.ZodOptional<z.ZodString>;
|
|
117
123
|
accent: z.ZodOptional<z.ZodString>;
|
|
118
|
-
link: z.
|
|
124
|
+
link: z.ZodDefault<z.ZodString>;
|
|
119
125
|
help: z.ZodDefault<z.ZodString>;
|
|
120
126
|
success: z.ZodDefault<z.ZodString>;
|
|
121
127
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -124,6 +130,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
124
130
|
fatal: z.ZodOptional<z.ZodString>;
|
|
125
131
|
positive: z.ZodDefault<z.ZodString>;
|
|
126
132
|
negative: z.ZodDefault<z.ZodString>;
|
|
133
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
127
134
|
}, z.core.$strip>;
|
|
128
135
|
light: z.ZodObject<{
|
|
129
136
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -131,7 +138,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
131
138
|
brand: z.ZodDefault<z.ZodString>;
|
|
132
139
|
alternate: z.ZodOptional<z.ZodString>;
|
|
133
140
|
accent: z.ZodOptional<z.ZodString>;
|
|
134
|
-
link: z.
|
|
141
|
+
link: z.ZodDefault<z.ZodString>;
|
|
135
142
|
help: z.ZodDefault<z.ZodString>;
|
|
136
143
|
success: z.ZodDefault<z.ZodString>;
|
|
137
144
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -140,6 +147,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
140
147
|
fatal: z.ZodOptional<z.ZodString>;
|
|
141
148
|
positive: z.ZodDefault<z.ZodString>;
|
|
142
149
|
negative: z.ZodDefault<z.ZodString>;
|
|
150
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
143
151
|
}, z.core.$strip>;
|
|
144
152
|
}, z.core.$strip>]>;
|
|
145
153
|
declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLiteral<"base">, z.ZodString]>, z.ZodUnion<[z.ZodObject<{
|
|
@@ -148,7 +156,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
148
156
|
brand: z.ZodDefault<z.ZodString>;
|
|
149
157
|
alternate: z.ZodOptional<z.ZodString>;
|
|
150
158
|
accent: z.ZodOptional<z.ZodString>;
|
|
151
|
-
link: z.
|
|
159
|
+
link: z.ZodDefault<z.ZodString>;
|
|
152
160
|
help: z.ZodDefault<z.ZodString>;
|
|
153
161
|
success: z.ZodDefault<z.ZodString>;
|
|
154
162
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -157,6 +165,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
157
165
|
fatal: z.ZodOptional<z.ZodString>;
|
|
158
166
|
positive: z.ZodDefault<z.ZodString>;
|
|
159
167
|
negative: z.ZodDefault<z.ZodString>;
|
|
168
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
169
|
}, z.core.$strip>, z.ZodObject<{
|
|
161
170
|
dark: z.ZodObject<{
|
|
162
171
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -164,7 +173,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
164
173
|
brand: z.ZodDefault<z.ZodString>;
|
|
165
174
|
alternate: z.ZodOptional<z.ZodString>;
|
|
166
175
|
accent: z.ZodOptional<z.ZodString>;
|
|
167
|
-
link: z.
|
|
176
|
+
link: z.ZodDefault<z.ZodString>;
|
|
168
177
|
help: z.ZodDefault<z.ZodString>;
|
|
169
178
|
success: z.ZodDefault<z.ZodString>;
|
|
170
179
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -173,6 +182,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
173
182
|
fatal: z.ZodOptional<z.ZodString>;
|
|
174
183
|
positive: z.ZodDefault<z.ZodString>;
|
|
175
184
|
negative: z.ZodDefault<z.ZodString>;
|
|
185
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
176
186
|
}, z.core.$strip>;
|
|
177
187
|
light: z.ZodObject<{
|
|
178
188
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -180,7 +190,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
180
190
|
brand: z.ZodDefault<z.ZodString>;
|
|
181
191
|
alternate: z.ZodOptional<z.ZodString>;
|
|
182
192
|
accent: z.ZodOptional<z.ZodString>;
|
|
183
|
-
link: z.
|
|
193
|
+
link: z.ZodDefault<z.ZodString>;
|
|
184
194
|
help: z.ZodDefault<z.ZodString>;
|
|
185
195
|
success: z.ZodDefault<z.ZodString>;
|
|
186
196
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -189,6 +199,7 @@ declare const ColorConfigMapSchema: z.ZodRecord<z.ZodUnion<readonly [z.ZodLitera
|
|
|
189
199
|
fatal: z.ZodOptional<z.ZodString>;
|
|
190
200
|
positive: z.ZodDefault<z.ZodString>;
|
|
191
201
|
negative: z.ZodDefault<z.ZodString>;
|
|
202
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
192
203
|
}, z.core.$strip>;
|
|
193
204
|
}, z.core.$strip>]>>;
|
|
194
205
|
declare const ExtendsSchema: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -297,10 +308,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
297
308
|
logLevel: z.ZodDefault<z.ZodEnum<{
|
|
298
309
|
error: "error";
|
|
299
310
|
success: "success";
|
|
300
|
-
|
|
311
|
+
info: "info";
|
|
301
312
|
fatal: "fatal";
|
|
313
|
+
silent: "silent";
|
|
302
314
|
warn: "warn";
|
|
303
|
-
info: "info";
|
|
304
315
|
debug: "debug";
|
|
305
316
|
trace: "trace";
|
|
306
317
|
all: "all";
|
|
@@ -320,7 +331,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
320
331
|
brand: z.ZodDefault<z.ZodString>;
|
|
321
332
|
alternate: z.ZodOptional<z.ZodString>;
|
|
322
333
|
accent: z.ZodOptional<z.ZodString>;
|
|
323
|
-
link: z.
|
|
334
|
+
link: z.ZodDefault<z.ZodString>;
|
|
324
335
|
help: z.ZodDefault<z.ZodString>;
|
|
325
336
|
success: z.ZodDefault<z.ZodString>;
|
|
326
337
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -329,6 +340,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
329
340
|
fatal: z.ZodOptional<z.ZodString>;
|
|
330
341
|
positive: z.ZodDefault<z.ZodString>;
|
|
331
342
|
negative: z.ZodDefault<z.ZodString>;
|
|
343
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
332
344
|
}, z.core.$strip>, z.ZodObject<{
|
|
333
345
|
dark: z.ZodObject<{
|
|
334
346
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -336,7 +348,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
336
348
|
brand: z.ZodDefault<z.ZodString>;
|
|
337
349
|
alternate: z.ZodOptional<z.ZodString>;
|
|
338
350
|
accent: z.ZodOptional<z.ZodString>;
|
|
339
|
-
link: z.
|
|
351
|
+
link: z.ZodDefault<z.ZodString>;
|
|
340
352
|
help: z.ZodDefault<z.ZodString>;
|
|
341
353
|
success: z.ZodDefault<z.ZodString>;
|
|
342
354
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -345,6 +357,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
345
357
|
fatal: z.ZodOptional<z.ZodString>;
|
|
346
358
|
positive: z.ZodDefault<z.ZodString>;
|
|
347
359
|
negative: z.ZodDefault<z.ZodString>;
|
|
360
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
348
361
|
}, z.core.$strip>;
|
|
349
362
|
light: z.ZodObject<{
|
|
350
363
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -352,7 +365,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
352
365
|
brand: z.ZodDefault<z.ZodString>;
|
|
353
366
|
alternate: z.ZodOptional<z.ZodString>;
|
|
354
367
|
accent: z.ZodOptional<z.ZodString>;
|
|
355
|
-
link: z.
|
|
368
|
+
link: z.ZodDefault<z.ZodString>;
|
|
356
369
|
help: z.ZodDefault<z.ZodString>;
|
|
357
370
|
success: z.ZodDefault<z.ZodString>;
|
|
358
371
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -361,6 +374,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
361
374
|
fatal: z.ZodOptional<z.ZodString>;
|
|
362
375
|
positive: z.ZodDefault<z.ZodString>;
|
|
363
376
|
negative: z.ZodDefault<z.ZodString>;
|
|
377
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
378
|
}, z.core.$strip>;
|
|
365
379
|
}, z.core.$strip>]>, z.ZodRecord<z.ZodUnion<readonly [z.ZodLiteral<"base">, z.ZodString]>, z.ZodUnion<[z.ZodObject<{
|
|
366
380
|
dark: z.ZodDefault<z.ZodString>;
|
|
@@ -368,7 +382,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
368
382
|
brand: z.ZodDefault<z.ZodString>;
|
|
369
383
|
alternate: z.ZodOptional<z.ZodString>;
|
|
370
384
|
accent: z.ZodOptional<z.ZodString>;
|
|
371
|
-
link: z.
|
|
385
|
+
link: z.ZodDefault<z.ZodString>;
|
|
372
386
|
help: z.ZodDefault<z.ZodString>;
|
|
373
387
|
success: z.ZodDefault<z.ZodString>;
|
|
374
388
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -377,6 +391,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
377
391
|
fatal: z.ZodOptional<z.ZodString>;
|
|
378
392
|
positive: z.ZodDefault<z.ZodString>;
|
|
379
393
|
negative: z.ZodDefault<z.ZodString>;
|
|
394
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
380
395
|
}, z.core.$strip>, z.ZodObject<{
|
|
381
396
|
dark: z.ZodObject<{
|
|
382
397
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -384,7 +399,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
384
399
|
brand: z.ZodDefault<z.ZodString>;
|
|
385
400
|
alternate: z.ZodOptional<z.ZodString>;
|
|
386
401
|
accent: z.ZodOptional<z.ZodString>;
|
|
387
|
-
link: z.
|
|
402
|
+
link: z.ZodDefault<z.ZodString>;
|
|
388
403
|
help: z.ZodDefault<z.ZodString>;
|
|
389
404
|
success: z.ZodDefault<z.ZodString>;
|
|
390
405
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -393,6 +408,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
393
408
|
fatal: z.ZodOptional<z.ZodString>;
|
|
394
409
|
positive: z.ZodDefault<z.ZodString>;
|
|
395
410
|
negative: z.ZodDefault<z.ZodString>;
|
|
411
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
396
412
|
}, z.core.$strip>;
|
|
397
413
|
light: z.ZodObject<{
|
|
398
414
|
foreground: z.ZodDefault<z.ZodString>;
|
|
@@ -400,7 +416,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
400
416
|
brand: z.ZodDefault<z.ZodString>;
|
|
401
417
|
alternate: z.ZodOptional<z.ZodString>;
|
|
402
418
|
accent: z.ZodOptional<z.ZodString>;
|
|
403
|
-
link: z.
|
|
419
|
+
link: z.ZodDefault<z.ZodString>;
|
|
404
420
|
help: z.ZodDefault<z.ZodString>;
|
|
405
421
|
success: z.ZodDefault<z.ZodString>;
|
|
406
422
|
info: z.ZodDefault<z.ZodString>;
|
|
@@ -409,6 +425,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
409
425
|
fatal: z.ZodOptional<z.ZodString>;
|
|
410
426
|
positive: z.ZodDefault<z.ZodString>;
|
|
411
427
|
negative: z.ZodDefault<z.ZodString>;
|
|
428
|
+
gradient: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
412
429
|
}, z.core.$strip>;
|
|
413
430
|
}, z.core.$strip>]>>]>;
|
|
414
431
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
package/dist/schema.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.126.3",
|
|
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.0.2" },
|
|
88
88
|
"devDependencies": { "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "083ea768c334db192d1dd4126872bbed21bedaef"
|
|
91
91
|
}
|
|
@@ -53,26 +53,32 @@
|
|
|
53
53
|
"foreground": "#1d1e22",
|
|
54
54
|
"brand": "#1fb2a6",
|
|
55
55
|
"alternate": "#db2777",
|
|
56
|
-
"help": "#
|
|
56
|
+
"help": "#5c4ee5",
|
|
57
57
|
"success": "#087f5b",
|
|
58
58
|
"info": "#0550ae",
|
|
59
59
|
"warning": "#e3b341",
|
|
60
60
|
"danger": "#a40e26",
|
|
61
|
+
"fatal": "#51070f",
|
|
62
|
+
"link": "#3fa6ff",
|
|
61
63
|
"positive": "#22c55e",
|
|
62
|
-
"negative": "#dc2626"
|
|
64
|
+
"negative": "#dc2626",
|
|
65
|
+
"gradient": ["#1fb2a6", "#db2777", "#5c4ee5"]
|
|
63
66
|
},
|
|
64
67
|
"dark": {
|
|
65
|
-
"background": "#
|
|
68
|
+
"background": "#151718",
|
|
66
69
|
"foreground": "#cbd5e1",
|
|
67
70
|
"brand": "#1fb2a6",
|
|
68
71
|
"alternate": "#db2777",
|
|
69
72
|
"help": "#818cf8",
|
|
70
|
-
"success": "#
|
|
71
|
-
"info": "#
|
|
73
|
+
"success": "#45b27e",
|
|
74
|
+
"info": "#38bdf8",
|
|
72
75
|
"warning": "#f3d371",
|
|
73
|
-
"danger": "#
|
|
76
|
+
"danger": "#d8314a",
|
|
77
|
+
"fatal": "#7d1a1a",
|
|
78
|
+
"link": "#3fa6ff",
|
|
74
79
|
"positive": "#22c55e",
|
|
75
|
-
"negative": "#dc2626"
|
|
80
|
+
"negative": "#dc2626",
|
|
81
|
+
"gradient": ["#1fb2a6", "#db2777", "#818cf8"]
|
|
76
82
|
}
|
|
77
83
|
}
|
|
78
84
|
}
|