@storm-software/tsdown 0.18.2 → 0.18.4

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/dist/clean.d.ts CHANGED
@@ -56,7 +56,7 @@ declare const StormConfigSchema: z.ZodObject<{
56
56
  packageManager: z.ZodDefault<z.ZodEnum<["npm", "yarn", "pnpm", "bun"]>>;
57
57
  timezone: z.ZodDefault<z.ZodString>;
58
58
  locale: z.ZodDefault<z.ZodString>;
59
- logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "info", "debug", "trace", "all"]>>;
59
+ logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
60
60
  registry: z.ZodDefault<z.ZodObject<{
61
61
  github: z.ZodOptional<z.ZodString>;
62
62
  npm: z.ZodOptional<z.ZodString>;
@@ -93,12 +93,12 @@ declare const StormConfigSchema: z.ZodObject<{
93
93
  positive: z.ZodDefault<z.ZodString>;
94
94
  negative: z.ZodDefault<z.ZodString>;
95
95
  }, "strip", z.ZodTypeAny, {
96
+ success: string;
96
97
  info: string;
97
98
  dark: string;
98
99
  light: string;
99
100
  brand: string;
100
101
  help: string;
101
- success: string;
102
102
  warning: string;
103
103
  danger: string;
104
104
  positive: string;
@@ -109,6 +109,7 @@ declare const StormConfigSchema: z.ZodObject<{
109
109
  link?: string | undefined;
110
110
  }, {
111
111
  fatal?: string | undefined;
112
+ success?: string | undefined;
112
113
  info?: string | undefined;
113
114
  dark?: string | undefined;
114
115
  light?: string | undefined;
@@ -117,7 +118,6 @@ declare const StormConfigSchema: z.ZodObject<{
117
118
  accent?: string | undefined;
118
119
  link?: string | undefined;
119
120
  help?: string | undefined;
120
- success?: string | undefined;
121
121
  warning?: string | undefined;
122
122
  danger?: string | undefined;
123
123
  positive?: string | undefined;
@@ -139,10 +139,10 @@ declare const StormConfigSchema: z.ZodObject<{
139
139
  positive: z.ZodDefault<z.ZodString>;
140
140
  negative: z.ZodDefault<z.ZodString>;
141
141
  }, "strip", z.ZodTypeAny, {
142
+ success: string;
142
143
  info: string;
143
144
  brand: string;
144
145
  help: string;
145
- success: string;
146
146
  warning: string;
147
147
  danger: string;
148
148
  positive: string;
@@ -155,13 +155,13 @@ declare const StormConfigSchema: z.ZodObject<{
155
155
  link?: string | undefined;
156
156
  }, {
157
157
  fatal?: string | undefined;
158
+ success?: string | undefined;
158
159
  info?: string | undefined;
159
160
  brand?: string | undefined;
160
161
  alternate?: string | undefined;
161
162
  accent?: string | undefined;
162
163
  link?: string | undefined;
163
164
  help?: string | undefined;
164
- success?: string | undefined;
165
165
  warning?: string | undefined;
166
166
  danger?: string | undefined;
167
167
  positive?: string | undefined;
@@ -185,10 +185,10 @@ declare const StormConfigSchema: z.ZodObject<{
185
185
  positive: z.ZodDefault<z.ZodString>;
186
186
  negative: z.ZodDefault<z.ZodString>;
187
187
  }, "strip", z.ZodTypeAny, {
188
+ success: string;
188
189
  info: string;
189
190
  brand: string;
190
191
  help: string;
191
- success: string;
192
192
  warning: string;
193
193
  danger: string;
194
194
  positive: string;
@@ -201,13 +201,13 @@ declare const StormConfigSchema: z.ZodObject<{
201
201
  link?: string | undefined;
202
202
  }, {
203
203
  fatal?: string | undefined;
204
+ success?: string | undefined;
204
205
  info?: string | undefined;
205
206
  brand?: string | undefined;
206
207
  alternate?: string | undefined;
207
208
  accent?: string | undefined;
208
209
  link?: string | undefined;
209
210
  help?: string | undefined;
210
- success?: string | undefined;
211
211
  warning?: string | undefined;
212
212
  danger?: string | undefined;
213
213
  positive?: string | undefined;
@@ -217,10 +217,10 @@ declare const StormConfigSchema: z.ZodObject<{
217
217
  }>;
218
218
  }, "strip", z.ZodTypeAny, {
219
219
  dark: {
220
+ success: string;
220
221
  info: string;
221
222
  brand: string;
222
223
  help: string;
223
- success: string;
224
224
  warning: string;
225
225
  danger: string;
226
226
  positive: string;
@@ -233,10 +233,10 @@ declare const StormConfigSchema: z.ZodObject<{
233
233
  link?: string | undefined;
234
234
  };
235
235
  light: {
236
+ success: string;
236
237
  info: string;
237
238
  brand: string;
238
239
  help: string;
239
- success: string;
240
240
  warning: string;
241
241
  danger: string;
242
242
  positive: string;
@@ -251,13 +251,13 @@ declare const StormConfigSchema: z.ZodObject<{
251
251
  }, {
252
252
  dark: {
253
253
  fatal?: string | undefined;
254
+ success?: string | undefined;
254
255
  info?: string | undefined;
255
256
  brand?: string | undefined;
256
257
  alternate?: string | undefined;
257
258
  accent?: string | undefined;
258
259
  link?: string | undefined;
259
260
  help?: string | undefined;
260
- success?: string | undefined;
261
261
  warning?: string | undefined;
262
262
  danger?: string | undefined;
263
263
  positive?: string | undefined;
@@ -267,13 +267,13 @@ declare const StormConfigSchema: z.ZodObject<{
267
267
  };
268
268
  light: {
269
269
  fatal?: string | undefined;
270
+ success?: string | undefined;
270
271
  info?: string | undefined;
271
272
  brand?: string | undefined;
272
273
  alternate?: string | undefined;
273
274
  accent?: string | undefined;
274
275
  link?: string | undefined;
275
276
  help?: string | undefined;
276
- success?: string | undefined;
277
277
  warning?: string | undefined;
278
278
  danger?: string | undefined;
279
279
  positive?: string | undefined;
@@ -298,12 +298,12 @@ declare const StormConfigSchema: z.ZodObject<{
298
298
  positive: z.ZodDefault<z.ZodString>;
299
299
  negative: z.ZodDefault<z.ZodString>;
300
300
  }, "strip", z.ZodTypeAny, {
301
+ success: string;
301
302
  info: string;
302
303
  dark: string;
303
304
  light: string;
304
305
  brand: string;
305
306
  help: string;
306
- success: string;
307
307
  warning: string;
308
308
  danger: string;
309
309
  positive: string;
@@ -314,6 +314,7 @@ declare const StormConfigSchema: z.ZodObject<{
314
314
  link?: string | undefined;
315
315
  }, {
316
316
  fatal?: string | undefined;
317
+ success?: string | undefined;
317
318
  info?: string | undefined;
318
319
  dark?: string | undefined;
319
320
  light?: string | undefined;
@@ -322,7 +323,6 @@ declare const StormConfigSchema: z.ZodObject<{
322
323
  accent?: string | undefined;
323
324
  link?: string | undefined;
324
325
  help?: string | undefined;
325
- success?: string | undefined;
326
326
  warning?: string | undefined;
327
327
  danger?: string | undefined;
328
328
  positive?: string | undefined;
@@ -344,10 +344,10 @@ declare const StormConfigSchema: z.ZodObject<{
344
344
  positive: z.ZodDefault<z.ZodString>;
345
345
  negative: z.ZodDefault<z.ZodString>;
346
346
  }, "strip", z.ZodTypeAny, {
347
+ success: string;
347
348
  info: string;
348
349
  brand: string;
349
350
  help: string;
350
- success: string;
351
351
  warning: string;
352
352
  danger: string;
353
353
  positive: string;
@@ -360,13 +360,13 @@ declare const StormConfigSchema: z.ZodObject<{
360
360
  link?: string | undefined;
361
361
  }, {
362
362
  fatal?: string | undefined;
363
+ success?: string | undefined;
363
364
  info?: string | undefined;
364
365
  brand?: string | undefined;
365
366
  alternate?: string | undefined;
366
367
  accent?: string | undefined;
367
368
  link?: string | undefined;
368
369
  help?: string | undefined;
369
- success?: string | undefined;
370
370
  warning?: string | undefined;
371
371
  danger?: string | undefined;
372
372
  positive?: string | undefined;
@@ -390,10 +390,10 @@ declare const StormConfigSchema: z.ZodObject<{
390
390
  positive: z.ZodDefault<z.ZodString>;
391
391
  negative: z.ZodDefault<z.ZodString>;
392
392
  }, "strip", z.ZodTypeAny, {
393
+ success: string;
393
394
  info: string;
394
395
  brand: string;
395
396
  help: string;
396
- success: string;
397
397
  warning: string;
398
398
  danger: string;
399
399
  positive: string;
@@ -406,13 +406,13 @@ declare const StormConfigSchema: z.ZodObject<{
406
406
  link?: string | undefined;
407
407
  }, {
408
408
  fatal?: string | undefined;
409
+ success?: string | undefined;
409
410
  info?: string | undefined;
410
411
  brand?: string | undefined;
411
412
  alternate?: string | undefined;
412
413
  accent?: string | undefined;
413
414
  link?: string | undefined;
414
415
  help?: string | undefined;
415
- success?: string | undefined;
416
416
  warning?: string | undefined;
417
417
  danger?: string | undefined;
418
418
  positive?: string | undefined;
@@ -422,10 +422,10 @@ declare const StormConfigSchema: z.ZodObject<{
422
422
  }>;
423
423
  }, "strip", z.ZodTypeAny, {
424
424
  dark: {
425
+ success: string;
425
426
  info: string;
426
427
  brand: string;
427
428
  help: string;
428
- success: string;
429
429
  warning: string;
430
430
  danger: string;
431
431
  positive: string;
@@ -438,10 +438,10 @@ declare const StormConfigSchema: z.ZodObject<{
438
438
  link?: string | undefined;
439
439
  };
440
440
  light: {
441
+ success: string;
441
442
  info: string;
442
443
  brand: string;
443
444
  help: string;
444
- success: string;
445
445
  warning: string;
446
446
  danger: string;
447
447
  positive: string;
@@ -456,13 +456,13 @@ declare const StormConfigSchema: z.ZodObject<{
456
456
  }, {
457
457
  dark: {
458
458
  fatal?: string | undefined;
459
+ success?: string | undefined;
459
460
  info?: string | undefined;
460
461
  brand?: string | undefined;
461
462
  alternate?: string | undefined;
462
463
  accent?: string | undefined;
463
464
  link?: string | undefined;
464
465
  help?: string | undefined;
465
- success?: string | undefined;
466
466
  warning?: string | undefined;
467
467
  danger?: string | undefined;
468
468
  positive?: string | undefined;
@@ -472,13 +472,13 @@ declare const StormConfigSchema: z.ZodObject<{
472
472
  };
473
473
  light: {
474
474
  fatal?: string | undefined;
475
+ success?: string | undefined;
475
476
  info?: string | undefined;
476
477
  brand?: string | undefined;
477
478
  alternate?: string | undefined;
478
479
  accent?: string | undefined;
479
480
  link?: string | undefined;
480
481
  help?: string | undefined;
481
- success?: string | undefined;
482
482
  warning?: string | undefined;
483
483
  danger?: string | undefined;
484
484
  positive?: string | undefined;
@@ -489,12 +489,12 @@ declare const StormConfigSchema: z.ZodObject<{
489
489
  }>]>;
490
490
  }, "strip", z.ZodTypeAny, {
491
491
  base: {
492
+ success: string;
492
493
  info: string;
493
494
  dark: string;
494
495
  light: string;
495
496
  brand: string;
496
497
  help: string;
497
- success: string;
498
498
  warning: string;
499
499
  danger: string;
500
500
  positive: string;
@@ -505,10 +505,10 @@ declare const StormConfigSchema: z.ZodObject<{
505
505
  link?: string | undefined;
506
506
  } | {
507
507
  dark: {
508
+ success: string;
508
509
  info: string;
509
510
  brand: string;
510
511
  help: string;
511
- success: string;
512
512
  warning: string;
513
513
  danger: string;
514
514
  positive: string;
@@ -521,10 +521,10 @@ declare const StormConfigSchema: z.ZodObject<{
521
521
  link?: string | undefined;
522
522
  };
523
523
  light: {
524
+ success: string;
524
525
  info: string;
525
526
  brand: string;
526
527
  help: string;
527
- success: string;
528
528
  warning: string;
529
529
  danger: string;
530
530
  positive: string;
@@ -540,6 +540,7 @@ declare const StormConfigSchema: z.ZodObject<{
540
540
  }, {
541
541
  base: {
542
542
  fatal?: string | undefined;
543
+ success?: string | undefined;
543
544
  info?: string | undefined;
544
545
  dark?: string | undefined;
545
546
  light?: string | undefined;
@@ -548,7 +549,6 @@ declare const StormConfigSchema: z.ZodObject<{
548
549
  accent?: string | undefined;
549
550
  link?: string | undefined;
550
551
  help?: string | undefined;
551
- success?: string | undefined;
552
552
  warning?: string | undefined;
553
553
  danger?: string | undefined;
554
554
  positive?: string | undefined;
@@ -556,13 +556,13 @@ declare const StormConfigSchema: z.ZodObject<{
556
556
  } | {
557
557
  dark: {
558
558
  fatal?: string | undefined;
559
+ success?: string | undefined;
559
560
  info?: string | undefined;
560
561
  brand?: string | undefined;
561
562
  alternate?: string | undefined;
562
563
  accent?: string | undefined;
563
564
  link?: string | undefined;
564
565
  help?: string | undefined;
565
- success?: string | undefined;
566
566
  warning?: string | undefined;
567
567
  danger?: string | undefined;
568
568
  positive?: string | undefined;
@@ -572,13 +572,13 @@ declare const StormConfigSchema: z.ZodObject<{
572
572
  };
573
573
  light: {
574
574
  fatal?: string | undefined;
575
+ success?: string | undefined;
575
576
  info?: string | undefined;
576
577
  brand?: string | undefined;
577
578
  alternate?: string | undefined;
578
579
  accent?: string | undefined;
579
580
  link?: string | undefined;
580
581
  help?: string | undefined;
581
- success?: string | undefined;
582
582
  warning?: string | undefined;
583
583
  danger?: string | undefined;
584
584
  positive?: string | undefined;
@@ -603,12 +603,12 @@ declare const StormConfigSchema: z.ZodObject<{
603
603
  positive: z.ZodDefault<z.ZodString>;
604
604
  negative: z.ZodDefault<z.ZodString>;
605
605
  }, "strip", z.ZodTypeAny, {
606
+ success: string;
606
607
  info: string;
607
608
  dark: string;
608
609
  light: string;
609
610
  brand: string;
610
611
  help: string;
611
- success: string;
612
612
  warning: string;
613
613
  danger: string;
614
614
  positive: string;
@@ -619,6 +619,7 @@ declare const StormConfigSchema: z.ZodObject<{
619
619
  link?: string | undefined;
620
620
  }, {
621
621
  fatal?: string | undefined;
622
+ success?: string | undefined;
622
623
  info?: string | undefined;
623
624
  dark?: string | undefined;
624
625
  light?: string | undefined;
@@ -627,7 +628,6 @@ declare const StormConfigSchema: z.ZodObject<{
627
628
  accent?: string | undefined;
628
629
  link?: string | undefined;
629
630
  help?: string | undefined;
630
- success?: string | undefined;
631
631
  warning?: string | undefined;
632
632
  danger?: string | undefined;
633
633
  positive?: string | undefined;
@@ -649,10 +649,10 @@ declare const StormConfigSchema: z.ZodObject<{
649
649
  positive: z.ZodDefault<z.ZodString>;
650
650
  negative: z.ZodDefault<z.ZodString>;
651
651
  }, "strip", z.ZodTypeAny, {
652
+ success: string;
652
653
  info: string;
653
654
  brand: string;
654
655
  help: string;
655
- success: string;
656
656
  warning: string;
657
657
  danger: string;
658
658
  positive: string;
@@ -665,13 +665,13 @@ declare const StormConfigSchema: z.ZodObject<{
665
665
  link?: string | undefined;
666
666
  }, {
667
667
  fatal?: string | undefined;
668
+ success?: string | undefined;
668
669
  info?: string | undefined;
669
670
  brand?: string | undefined;
670
671
  alternate?: string | undefined;
671
672
  accent?: string | undefined;
672
673
  link?: string | undefined;
673
674
  help?: string | undefined;
674
- success?: string | undefined;
675
675
  warning?: string | undefined;
676
676
  danger?: string | undefined;
677
677
  positive?: string | undefined;
@@ -695,10 +695,10 @@ declare const StormConfigSchema: z.ZodObject<{
695
695
  positive: z.ZodDefault<z.ZodString>;
696
696
  negative: z.ZodDefault<z.ZodString>;
697
697
  }, "strip", z.ZodTypeAny, {
698
+ success: string;
698
699
  info: string;
699
700
  brand: string;
700
701
  help: string;
701
- success: string;
702
702
  warning: string;
703
703
  danger: string;
704
704
  positive: string;
@@ -711,13 +711,13 @@ declare const StormConfigSchema: z.ZodObject<{
711
711
  link?: string | undefined;
712
712
  }, {
713
713
  fatal?: string | undefined;
714
+ success?: string | undefined;
714
715
  info?: string | undefined;
715
716
  brand?: string | undefined;
716
717
  alternate?: string | undefined;
717
718
  accent?: string | undefined;
718
719
  link?: string | undefined;
719
720
  help?: string | undefined;
720
- success?: string | undefined;
721
721
  warning?: string | undefined;
722
722
  danger?: string | undefined;
723
723
  positive?: string | undefined;
@@ -727,10 +727,10 @@ declare const StormConfigSchema: z.ZodObject<{
727
727
  }>;
728
728
  }, "strip", z.ZodTypeAny, {
729
729
  dark: {
730
+ success: string;
730
731
  info: string;
731
732
  brand: string;
732
733
  help: string;
733
- success: string;
734
734
  warning: string;
735
735
  danger: string;
736
736
  positive: string;
@@ -743,10 +743,10 @@ declare const StormConfigSchema: z.ZodObject<{
743
743
  link?: string | undefined;
744
744
  };
745
745
  light: {
746
+ success: string;
746
747
  info: string;
747
748
  brand: string;
748
749
  help: string;
749
- success: string;
750
750
  warning: string;
751
751
  danger: string;
752
752
  positive: string;
@@ -761,13 +761,13 @@ declare const StormConfigSchema: z.ZodObject<{
761
761
  }, {
762
762
  dark: {
763
763
  fatal?: string | undefined;
764
+ success?: string | undefined;
764
765
  info?: string | undefined;
765
766
  brand?: string | undefined;
766
767
  alternate?: string | undefined;
767
768
  accent?: string | undefined;
768
769
  link?: string | undefined;
769
770
  help?: string | undefined;
770
- success?: string | undefined;
771
771
  warning?: string | undefined;
772
772
  danger?: string | undefined;
773
773
  positive?: string | undefined;
@@ -777,13 +777,13 @@ declare const StormConfigSchema: z.ZodObject<{
777
777
  };
778
778
  light: {
779
779
  fatal?: string | undefined;
780
+ success?: string | undefined;
780
781
  info?: string | undefined;
781
782
  brand?: string | undefined;
782
783
  alternate?: string | undefined;
783
784
  accent?: string | undefined;
784
785
  link?: string | undefined;
785
786
  help?: string | undefined;
786
- success?: string | undefined;
787
787
  warning?: string | undefined;
788
788
  danger?: string | undefined;
789
789
  positive?: string | undefined;
@@ -820,7 +820,7 @@ declare const StormConfigSchema: z.ZodObject<{
820
820
  packageManager: "npm" | "yarn" | "pnpm" | "bun";
821
821
  timezone: string;
822
822
  locale: string;
823
- logLevel: "silent" | "debug" | "fatal" | "error" | "warn" | "info" | "trace" | "all";
823
+ logLevel: "silent" | "debug" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all";
824
824
  registry: {
825
825
  npm?: string | undefined;
826
826
  github?: string | undefined;
@@ -830,12 +830,12 @@ declare const StormConfigSchema: z.ZodObject<{
830
830
  };
831
831
  configFile: string | null;
832
832
  colors: {
833
+ success: string;
833
834
  info: string;
834
835
  dark: string;
835
836
  light: string;
836
837
  brand: string;
837
838
  help: string;
838
- success: string;
839
839
  warning: string;
840
840
  danger: string;
841
841
  positive: string;
@@ -846,10 +846,10 @@ declare const StormConfigSchema: z.ZodObject<{
846
846
  link?: string | undefined;
847
847
  } | {
848
848
  dark: {
849
+ success: string;
849
850
  info: string;
850
851
  brand: string;
851
852
  help: string;
852
- success: string;
853
853
  warning: string;
854
854
  danger: string;
855
855
  positive: string;
@@ -862,10 +862,10 @@ declare const StormConfigSchema: z.ZodObject<{
862
862
  link?: string | undefined;
863
863
  };
864
864
  light: {
865
+ success: string;
865
866
  info: string;
866
867
  brand: string;
867
868
  help: string;
868
- success: string;
869
869
  warning: string;
870
870
  danger: string;
871
871
  positive: string;
@@ -879,12 +879,12 @@ declare const StormConfigSchema: z.ZodObject<{
879
879
  };
880
880
  } | {
881
881
  base: {
882
+ success: string;
882
883
  info: string;
883
884
  dark: string;
884
885
  light: string;
885
886
  brand: string;
886
887
  help: string;
887
- success: string;
888
888
  warning: string;
889
889
  danger: string;
890
890
  positive: string;
@@ -895,10 +895,10 @@ declare const StormConfigSchema: z.ZodObject<{
895
895
  link?: string | undefined;
896
896
  } | {
897
897
  dark: {
898
+ success: string;
898
899
  info: string;
899
900
  brand: string;
900
901
  help: string;
901
- success: string;
902
902
  warning: string;
903
903
  danger: string;
904
904
  positive: string;
@@ -911,10 +911,10 @@ declare const StormConfigSchema: z.ZodObject<{
911
911
  link?: string | undefined;
912
912
  };
913
913
  light: {
914
+ success: string;
914
915
  info: string;
915
916
  brand: string;
916
917
  help: string;
917
- success: string;
918
918
  warning: string;
919
919
  danger: string;
920
920
  positive: string;
@@ -928,12 +928,12 @@ declare const StormConfigSchema: z.ZodObject<{
928
928
  };
929
929
  };
930
930
  } | Record<string, {
931
+ success: string;
931
932
  info: string;
932
933
  dark: string;
933
934
  light: string;
934
935
  brand: string;
935
936
  help: string;
936
- success: string;
937
937
  warning: string;
938
938
  danger: string;
939
939
  positive: string;
@@ -944,10 +944,10 @@ declare const StormConfigSchema: z.ZodObject<{
944
944
  link?: string | undefined;
945
945
  } | {
946
946
  dark: {
947
+ success: string;
947
948
  info: string;
948
949
  brand: string;
949
950
  help: string;
950
- success: string;
951
951
  warning: string;
952
952
  danger: string;
953
953
  positive: string;
@@ -960,10 +960,10 @@ declare const StormConfigSchema: z.ZodObject<{
960
960
  link?: string | undefined;
961
961
  };
962
962
  light: {
963
+ success: string;
963
964
  info: string;
964
965
  brand: string;
965
966
  help: string;
966
- success: string;
967
967
  warning: string;
968
968
  danger: string;
969
969
  positive: string;
@@ -998,6 +998,7 @@ declare const StormConfigSchema: z.ZodObject<{
998
998
  };
999
999
  colors: {
1000
1000
  fatal?: string | undefined;
1001
+ success?: string | undefined;
1001
1002
  info?: string | undefined;
1002
1003
  dark?: string | undefined;
1003
1004
  light?: string | undefined;
@@ -1006,7 +1007,6 @@ declare const StormConfigSchema: z.ZodObject<{
1006
1007
  accent?: string | undefined;
1007
1008
  link?: string | undefined;
1008
1009
  help?: string | undefined;
1009
- success?: string | undefined;
1010
1010
  warning?: string | undefined;
1011
1011
  danger?: string | undefined;
1012
1012
  positive?: string | undefined;
@@ -1014,13 +1014,13 @@ declare const StormConfigSchema: z.ZodObject<{
1014
1014
  } | {
1015
1015
  dark: {
1016
1016
  fatal?: string | undefined;
1017
+ success?: string | undefined;
1017
1018
  info?: string | undefined;
1018
1019
  brand?: string | undefined;
1019
1020
  alternate?: string | undefined;
1020
1021
  accent?: string | undefined;
1021
1022
  link?: string | undefined;
1022
1023
  help?: string | undefined;
1023
- success?: string | undefined;
1024
1024
  warning?: string | undefined;
1025
1025
  danger?: string | undefined;
1026
1026
  positive?: string | undefined;
@@ -1030,13 +1030,13 @@ declare const StormConfigSchema: z.ZodObject<{
1030
1030
  };
1031
1031
  light: {
1032
1032
  fatal?: string | undefined;
1033
+ success?: string | undefined;
1033
1034
  info?: string | undefined;
1034
1035
  brand?: string | undefined;
1035
1036
  alternate?: string | undefined;
1036
1037
  accent?: string | undefined;
1037
1038
  link?: string | undefined;
1038
1039
  help?: string | undefined;
1039
- success?: string | undefined;
1040
1040
  warning?: string | undefined;
1041
1041
  danger?: string | undefined;
1042
1042
  positive?: string | undefined;
@@ -1047,6 +1047,7 @@ declare const StormConfigSchema: z.ZodObject<{
1047
1047
  } | {
1048
1048
  base: {
1049
1049
  fatal?: string | undefined;
1050
+ success?: string | undefined;
1050
1051
  info?: string | undefined;
1051
1052
  dark?: string | undefined;
1052
1053
  light?: string | undefined;
@@ -1055,7 +1056,6 @@ declare const StormConfigSchema: z.ZodObject<{
1055
1056
  accent?: string | undefined;
1056
1057
  link?: string | undefined;
1057
1058
  help?: string | undefined;
1058
- success?: string | undefined;
1059
1059
  warning?: string | undefined;
1060
1060
  danger?: string | undefined;
1061
1061
  positive?: string | undefined;
@@ -1063,13 +1063,13 @@ declare const StormConfigSchema: z.ZodObject<{
1063
1063
  } | {
1064
1064
  dark: {
1065
1065
  fatal?: string | undefined;
1066
+ success?: string | undefined;
1066
1067
  info?: string | undefined;
1067
1068
  brand?: string | undefined;
1068
1069
  alternate?: string | undefined;
1069
1070
  accent?: string | undefined;
1070
1071
  link?: string | undefined;
1071
1072
  help?: string | undefined;
1072
- success?: string | undefined;
1073
1073
  warning?: string | undefined;
1074
1074
  danger?: string | undefined;
1075
1075
  positive?: string | undefined;
@@ -1079,13 +1079,13 @@ declare const StormConfigSchema: z.ZodObject<{
1079
1079
  };
1080
1080
  light: {
1081
1081
  fatal?: string | undefined;
1082
+ success?: string | undefined;
1082
1083
  info?: string | undefined;
1083
1084
  brand?: string | undefined;
1084
1085
  alternate?: string | undefined;
1085
1086
  accent?: string | undefined;
1086
1087
  link?: string | undefined;
1087
1088
  help?: string | undefined;
1088
- success?: string | undefined;
1089
1089
  warning?: string | undefined;
1090
1090
  danger?: string | undefined;
1091
1091
  positive?: string | undefined;
@@ -1096,6 +1096,7 @@ declare const StormConfigSchema: z.ZodObject<{
1096
1096
  };
1097
1097
  } | Record<string, {
1098
1098
  fatal?: string | undefined;
1099
+ success?: string | undefined;
1099
1100
  info?: string | undefined;
1100
1101
  dark?: string | undefined;
1101
1102
  light?: string | undefined;
@@ -1104,7 +1105,6 @@ declare const StormConfigSchema: z.ZodObject<{
1104
1105
  accent?: string | undefined;
1105
1106
  link?: string | undefined;
1106
1107
  help?: string | undefined;
1107
- success?: string | undefined;
1108
1108
  warning?: string | undefined;
1109
1109
  danger?: string | undefined;
1110
1110
  positive?: string | undefined;
@@ -1112,13 +1112,13 @@ declare const StormConfigSchema: z.ZodObject<{
1112
1112
  } | {
1113
1113
  dark: {
1114
1114
  fatal?: string | undefined;
1115
+ success?: string | undefined;
1115
1116
  info?: string | undefined;
1116
1117
  brand?: string | undefined;
1117
1118
  alternate?: string | undefined;
1118
1119
  accent?: string | undefined;
1119
1120
  link?: string | undefined;
1120
1121
  help?: string | undefined;
1121
- success?: string | undefined;
1122
1122
  warning?: string | undefined;
1123
1123
  danger?: string | undefined;
1124
1124
  positive?: string | undefined;
@@ -1128,13 +1128,13 @@ declare const StormConfigSchema: z.ZodObject<{
1128
1128
  };
1129
1129
  light: {
1130
1130
  fatal?: string | undefined;
1131
+ success?: string | undefined;
1131
1132
  info?: string | undefined;
1132
1133
  brand?: string | undefined;
1133
1134
  alternate?: string | undefined;
1134
1135
  accent?: string | undefined;
1135
1136
  link?: string | undefined;
1136
1137
  help?: string | undefined;
1137
- success?: string | undefined;
1138
1138
  warning?: string | undefined;
1139
1139
  danger?: string | undefined;
1140
1140
  positive?: string | undefined;
@@ -1163,7 +1163,7 @@ declare const StormConfigSchema: z.ZodObject<{
1163
1163
  packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
1164
1164
  timezone?: string | undefined;
1165
1165
  locale?: string | undefined;
1166
- logLevel?: "silent" | "debug" | "fatal" | "error" | "warn" | "info" | "trace" | "all" | undefined;
1166
+ logLevel?: "silent" | "debug" | "fatal" | "error" | "warn" | "success" | "info" | "trace" | "all" | undefined;
1167
1167
  registry?: {
1168
1168
  npm?: string | undefined;
1169
1169
  github?: string | undefined;