mulmocast 2.6.17 → 2.6.18

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.
@@ -500,13 +500,22 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
500
500
  subtitle?: string | undefined;
501
501
  author?: string | undefined;
502
502
  note?: string | undefined;
503
+ chips?: string[] | undefined;
503
504
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
504
505
  style?: {
505
506
  bgColor?: string | undefined;
507
+ bgGradient?: string | undefined;
506
508
  decorations?: boolean | undefined;
507
509
  bgOpacity?: number | undefined;
508
510
  footer?: string | undefined;
509
511
  } | undefined;
512
+ eyebrow?: {
513
+ label: string;
514
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
515
+ } | undefined;
516
+ density?: "default" | "compact" | undefined;
517
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
518
+ subtitleSize?: "default" | "big" | "lead" | undefined;
510
519
  } | {
511
520
  title: string;
512
521
  columns: {
@@ -520,6 +529,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
520
529
  dim?: boolean | undefined;
521
530
  fontSize?: number | undefined;
522
531
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
532
+ size?: "big" | "sub" | "lead" | undefined;
523
533
  } | {
524
534
  type: "bullets";
525
535
  items: (string | {
@@ -527,9 +537,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
527
537
  items?: (string | {
528
538
  text: string;
529
539
  })[] | undefined;
540
+ icon?: "ok" | "no" | "warn" | undefined;
541
+ size?: "big" | "sub" | "lead" | undefined;
530
542
  })[];
531
543
  ordered?: boolean | undefined;
532
544
  icon?: string | undefined;
545
+ size?: "big" | "sub" | "lead" | undefined;
533
546
  } | {
534
547
  type: "code";
535
548
  code: string;
@@ -540,6 +553,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
540
553
  label?: string | undefined;
541
554
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
542
555
  style?: "info" | "warning" | "quote" | undefined;
556
+ size?: "big" | "sub" | "lead" | undefined;
543
557
  } | {
544
558
  type: "metric";
545
559
  value: string;
@@ -579,6 +593,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
579
593
  headers?: string[] | undefined;
580
594
  rowHeaders?: boolean | undefined;
581
595
  striped?: boolean | undefined;
596
+ } | {
597
+ type: "tag";
598
+ text: string;
599
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
582
600
  } | {
583
601
  type: "section";
584
602
  label: string;
@@ -591,6 +609,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
591
609
  dim?: boolean | undefined;
592
610
  fontSize?: number | undefined;
593
611
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
612
+ size?: "big" | "sub" | "lead" | undefined;
594
613
  } | {
595
614
  type: "bullets";
596
615
  items: (string | {
@@ -598,9 +617,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
598
617
  items?: (string | {
599
618
  text: string;
600
619
  })[] | undefined;
620
+ icon?: "ok" | "no" | "warn" | undefined;
621
+ size?: "big" | "sub" | "lead" | undefined;
601
622
  })[];
602
623
  ordered?: boolean | undefined;
603
624
  icon?: string | undefined;
625
+ size?: "big" | "sub" | "lead" | undefined;
604
626
  } | {
605
627
  type: "code";
606
628
  code: string;
@@ -611,6 +633,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
611
633
  label?: string | undefined;
612
634
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
613
635
  style?: "info" | "warning" | "quote" | undefined;
636
+ size?: "big" | "sub" | "lead" | undefined;
614
637
  } | {
615
638
  type: "metric";
616
639
  value: string;
@@ -650,6 +673,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
650
673
  headers?: string[] | undefined;
651
674
  rowHeaders?: boolean | undefined;
652
675
  striped?: boolean | undefined;
676
+ } | {
677
+ type: "tag";
678
+ text: string;
679
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
653
680
  })[] | undefined;
654
681
  text?: string | undefined;
655
682
  sidebar?: boolean | undefined;
@@ -657,6 +684,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
657
684
  footer?: string | undefined;
658
685
  label?: string | undefined;
659
686
  num?: number | undefined;
687
+ numLabel?: string | undefined;
660
688
  icon?: string | undefined;
661
689
  }[];
662
690
  layout: "columns";
@@ -674,10 +702,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
674
702
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
675
703
  style?: {
676
704
  bgColor?: string | undefined;
705
+ bgGradient?: string | undefined;
677
706
  decorations?: boolean | undefined;
678
707
  bgOpacity?: number | undefined;
679
708
  footer?: string | undefined;
680
709
  } | undefined;
710
+ eyebrow?: {
711
+ label: string;
712
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
713
+ } | undefined;
714
+ density?: "default" | "compact" | undefined;
715
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
716
+ subtitleSize?: "default" | "big" | "lead" | undefined;
681
717
  } | {
682
718
  title: string;
683
719
  left: {
@@ -691,6 +727,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
691
727
  dim?: boolean | undefined;
692
728
  fontSize?: number | undefined;
693
729
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
730
+ size?: "big" | "sub" | "lead" | undefined;
694
731
  } | {
695
732
  type: "bullets";
696
733
  items: (string | {
@@ -698,9 +735,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
698
735
  items?: (string | {
699
736
  text: string;
700
737
  })[] | undefined;
738
+ icon?: "ok" | "no" | "warn" | undefined;
739
+ size?: "big" | "sub" | "lead" | undefined;
701
740
  })[];
702
741
  ordered?: boolean | undefined;
703
742
  icon?: string | undefined;
743
+ size?: "big" | "sub" | "lead" | undefined;
704
744
  } | {
705
745
  type: "code";
706
746
  code: string;
@@ -711,6 +751,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
711
751
  label?: string | undefined;
712
752
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
713
753
  style?: "info" | "warning" | "quote" | undefined;
754
+ size?: "big" | "sub" | "lead" | undefined;
714
755
  } | {
715
756
  type: "metric";
716
757
  value: string;
@@ -750,6 +791,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
750
791
  headers?: string[] | undefined;
751
792
  rowHeaders?: boolean | undefined;
752
793
  striped?: boolean | undefined;
794
+ } | {
795
+ type: "tag";
796
+ text: string;
797
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
753
798
  } | {
754
799
  type: "section";
755
800
  label: string;
@@ -762,6 +807,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
762
807
  dim?: boolean | undefined;
763
808
  fontSize?: number | undefined;
764
809
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
810
+ size?: "big" | "sub" | "lead" | undefined;
765
811
  } | {
766
812
  type: "bullets";
767
813
  items: (string | {
@@ -769,9 +815,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
769
815
  items?: (string | {
770
816
  text: string;
771
817
  })[] | undefined;
818
+ icon?: "ok" | "no" | "warn" | undefined;
819
+ size?: "big" | "sub" | "lead" | undefined;
772
820
  })[];
773
821
  ordered?: boolean | undefined;
774
822
  icon?: string | undefined;
823
+ size?: "big" | "sub" | "lead" | undefined;
775
824
  } | {
776
825
  type: "code";
777
826
  code: string;
@@ -782,6 +831,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
782
831
  label?: string | undefined;
783
832
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
784
833
  style?: "info" | "warning" | "quote" | undefined;
834
+ size?: "big" | "sub" | "lead" | undefined;
785
835
  } | {
786
836
  type: "metric";
787
837
  value: string;
@@ -821,11 +871,17 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
821
871
  headers?: string[] | undefined;
822
872
  rowHeaders?: boolean | undefined;
823
873
  striped?: boolean | undefined;
874
+ } | {
875
+ type: "tag";
876
+ text: string;
877
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
824
878
  })[] | undefined;
825
879
  text?: string | undefined;
826
880
  sidebar?: boolean | undefined;
827
881
  })[] | undefined;
828
882
  footer?: string | undefined;
883
+ ratio?: number | undefined;
884
+ cardless?: boolean | undefined;
829
885
  };
830
886
  right: {
831
887
  title: string;
@@ -838,6 +894,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
838
894
  dim?: boolean | undefined;
839
895
  fontSize?: number | undefined;
840
896
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
897
+ size?: "big" | "sub" | "lead" | undefined;
841
898
  } | {
842
899
  type: "bullets";
843
900
  items: (string | {
@@ -845,9 +902,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
845
902
  items?: (string | {
846
903
  text: string;
847
904
  })[] | undefined;
905
+ icon?: "ok" | "no" | "warn" | undefined;
906
+ size?: "big" | "sub" | "lead" | undefined;
848
907
  })[];
849
908
  ordered?: boolean | undefined;
850
909
  icon?: string | undefined;
910
+ size?: "big" | "sub" | "lead" | undefined;
851
911
  } | {
852
912
  type: "code";
853
913
  code: string;
@@ -858,6 +918,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
858
918
  label?: string | undefined;
859
919
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
860
920
  style?: "info" | "warning" | "quote" | undefined;
921
+ size?: "big" | "sub" | "lead" | undefined;
861
922
  } | {
862
923
  type: "metric";
863
924
  value: string;
@@ -897,6 +958,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
897
958
  headers?: string[] | undefined;
898
959
  rowHeaders?: boolean | undefined;
899
960
  striped?: boolean | undefined;
961
+ } | {
962
+ type: "tag";
963
+ text: string;
964
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
900
965
  } | {
901
966
  type: "section";
902
967
  label: string;
@@ -909,6 +974,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
909
974
  dim?: boolean | undefined;
910
975
  fontSize?: number | undefined;
911
976
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
977
+ size?: "big" | "sub" | "lead" | undefined;
912
978
  } | {
913
979
  type: "bullets";
914
980
  items: (string | {
@@ -916,9 +982,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
916
982
  items?: (string | {
917
983
  text: string;
918
984
  })[] | undefined;
985
+ icon?: "ok" | "no" | "warn" | undefined;
986
+ size?: "big" | "sub" | "lead" | undefined;
919
987
  })[];
920
988
  ordered?: boolean | undefined;
921
989
  icon?: string | undefined;
990
+ size?: "big" | "sub" | "lead" | undefined;
922
991
  } | {
923
992
  type: "code";
924
993
  code: string;
@@ -929,6 +998,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
929
998
  label?: string | undefined;
930
999
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
931
1000
  style?: "info" | "warning" | "quote" | undefined;
1001
+ size?: "big" | "sub" | "lead" | undefined;
932
1002
  } | {
933
1003
  type: "metric";
934
1004
  value: string;
@@ -968,11 +1038,17 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
968
1038
  headers?: string[] | undefined;
969
1039
  rowHeaders?: boolean | undefined;
970
1040
  striped?: boolean | undefined;
1041
+ } | {
1042
+ type: "tag";
1043
+ text: string;
1044
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
971
1045
  })[] | undefined;
972
1046
  text?: string | undefined;
973
1047
  sidebar?: boolean | undefined;
974
1048
  })[] | undefined;
975
1049
  footer?: string | undefined;
1050
+ ratio?: number | undefined;
1051
+ cardless?: boolean | undefined;
976
1052
  };
977
1053
  layout: "comparison";
978
1054
  stepLabel?: string | undefined;
@@ -987,10 +1063,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
987
1063
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
988
1064
  style?: {
989
1065
  bgColor?: string | undefined;
1066
+ bgGradient?: string | undefined;
990
1067
  decorations?: boolean | undefined;
991
1068
  bgOpacity?: number | undefined;
992
1069
  footer?: string | undefined;
993
1070
  } | undefined;
1071
+ eyebrow?: {
1072
+ label: string;
1073
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1074
+ } | undefined;
1075
+ density?: "default" | "compact" | undefined;
1076
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1077
+ subtitleSize?: "default" | "big" | "lead" | undefined;
994
1078
  } | {
995
1079
  title: string;
996
1080
  items: {
@@ -1007,6 +1091,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1007
1091
  dim?: boolean | undefined;
1008
1092
  fontSize?: number | undefined;
1009
1093
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1094
+ size?: "big" | "sub" | "lead" | undefined;
1010
1095
  } | {
1011
1096
  type: "bullets";
1012
1097
  items: (string | {
@@ -1014,9 +1099,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1014
1099
  items?: (string | {
1015
1100
  text: string;
1016
1101
  })[] | undefined;
1102
+ icon?: "ok" | "no" | "warn" | undefined;
1103
+ size?: "big" | "sub" | "lead" | undefined;
1017
1104
  })[];
1018
1105
  ordered?: boolean | undefined;
1019
1106
  icon?: string | undefined;
1107
+ size?: "big" | "sub" | "lead" | undefined;
1020
1108
  } | {
1021
1109
  type: "code";
1022
1110
  code: string;
@@ -1027,6 +1115,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1027
1115
  label?: string | undefined;
1028
1116
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1029
1117
  style?: "info" | "warning" | "quote" | undefined;
1118
+ size?: "big" | "sub" | "lead" | undefined;
1030
1119
  } | {
1031
1120
  type: "metric";
1032
1121
  value: string;
@@ -1066,6 +1155,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1066
1155
  headers?: string[] | undefined;
1067
1156
  rowHeaders?: boolean | undefined;
1068
1157
  striped?: boolean | undefined;
1158
+ } | {
1159
+ type: "tag";
1160
+ text: string;
1161
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1069
1162
  } | {
1070
1163
  type: "section";
1071
1164
  label: string;
@@ -1078,6 +1171,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1078
1171
  dim?: boolean | undefined;
1079
1172
  fontSize?: number | undefined;
1080
1173
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1174
+ size?: "big" | "sub" | "lead" | undefined;
1081
1175
  } | {
1082
1176
  type: "bullets";
1083
1177
  items: (string | {
@@ -1085,9 +1179,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1085
1179
  items?: (string | {
1086
1180
  text: string;
1087
1181
  })[] | undefined;
1182
+ icon?: "ok" | "no" | "warn" | undefined;
1183
+ size?: "big" | "sub" | "lead" | undefined;
1088
1184
  })[];
1089
1185
  ordered?: boolean | undefined;
1090
1186
  icon?: string | undefined;
1187
+ size?: "big" | "sub" | "lead" | undefined;
1091
1188
  } | {
1092
1189
  type: "code";
1093
1190
  code: string;
@@ -1098,6 +1195,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1098
1195
  label?: string | undefined;
1099
1196
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1100
1197
  style?: "info" | "warning" | "quote" | undefined;
1198
+ size?: "big" | "sub" | "lead" | undefined;
1101
1199
  } | {
1102
1200
  type: "metric";
1103
1201
  value: string;
@@ -1137,10 +1235,15 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1137
1235
  headers?: string[] | undefined;
1138
1236
  rowHeaders?: boolean | undefined;
1139
1237
  striped?: boolean | undefined;
1238
+ } | {
1239
+ type: "tag";
1240
+ text: string;
1241
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1140
1242
  })[] | undefined;
1141
1243
  text?: string | undefined;
1142
1244
  sidebar?: boolean | undefined;
1143
1245
  })[] | undefined;
1246
+ span?: number | undefined;
1144
1247
  }[];
1145
1248
  layout: "grid";
1146
1249
  subtitle?: string | undefined;
@@ -1149,10 +1252,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1149
1252
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1150
1253
  style?: {
1151
1254
  bgColor?: string | undefined;
1255
+ bgGradient?: string | undefined;
1152
1256
  decorations?: boolean | undefined;
1153
1257
  bgOpacity?: number | undefined;
1154
1258
  footer?: string | undefined;
1155
1259
  } | undefined;
1260
+ eyebrow?: {
1261
+ label: string;
1262
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1263
+ } | undefined;
1264
+ density?: "default" | "compact" | undefined;
1265
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1266
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1156
1267
  } | {
1157
1268
  quote: string;
1158
1269
  layout: "bigQuote";
@@ -1161,10 +1272,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1161
1272
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1162
1273
  style?: {
1163
1274
  bgColor?: string | undefined;
1275
+ bgGradient?: string | undefined;
1164
1276
  decorations?: boolean | undefined;
1165
1277
  bgOpacity?: number | undefined;
1166
1278
  footer?: string | undefined;
1167
1279
  } | undefined;
1280
+ eyebrow?: {
1281
+ label: string;
1282
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1283
+ } | undefined;
1284
+ density?: "default" | "compact" | undefined;
1285
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1286
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1168
1287
  } | {
1169
1288
  title: string;
1170
1289
  stats: {
@@ -1172,6 +1291,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1172
1291
  label: string;
1173
1292
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1174
1293
  change?: string | undefined;
1294
+ numLabel?: string | undefined;
1175
1295
  }[];
1176
1296
  layout: "stats";
1177
1297
  stepLabel?: string | undefined;
@@ -1186,10 +1306,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1186
1306
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1187
1307
  style?: {
1188
1308
  bgColor?: string | undefined;
1309
+ bgGradient?: string | undefined;
1189
1310
  decorations?: boolean | undefined;
1190
1311
  bgOpacity?: number | undefined;
1191
1312
  footer?: string | undefined;
1192
1313
  } | undefined;
1314
+ eyebrow?: {
1315
+ label: string;
1316
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1317
+ } | undefined;
1318
+ density?: "default" | "compact" | undefined;
1319
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1320
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1193
1321
  } | {
1194
1322
  title: string;
1195
1323
  items: {
@@ -1198,6 +1326,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1198
1326
  description?: string | undefined;
1199
1327
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1200
1328
  done?: boolean | undefined;
1329
+ hot?: boolean | undefined;
1201
1330
  }[];
1202
1331
  layout: "timeline";
1203
1332
  stepLabel?: string | undefined;
@@ -1205,10 +1334,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1205
1334
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1206
1335
  style?: {
1207
1336
  bgColor?: string | undefined;
1337
+ bgGradient?: string | undefined;
1208
1338
  decorations?: boolean | undefined;
1209
1339
  bgOpacity?: number | undefined;
1210
1340
  footer?: string | undefined;
1211
1341
  } | undefined;
1342
+ eyebrow?: {
1343
+ label: string;
1344
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1345
+ } | undefined;
1346
+ density?: "default" | "compact" | undefined;
1347
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1348
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1212
1349
  } | {
1213
1350
  layout: "split";
1214
1351
  left?: {
@@ -1225,6 +1362,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1225
1362
  dim?: boolean | undefined;
1226
1363
  fontSize?: number | undefined;
1227
1364
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1365
+ size?: "big" | "sub" | "lead" | undefined;
1228
1366
  } | {
1229
1367
  type: "bullets";
1230
1368
  items: (string | {
@@ -1232,9 +1370,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1232
1370
  items?: (string | {
1233
1371
  text: string;
1234
1372
  })[] | undefined;
1373
+ icon?: "ok" | "no" | "warn" | undefined;
1374
+ size?: "big" | "sub" | "lead" | undefined;
1235
1375
  })[];
1236
1376
  ordered?: boolean | undefined;
1237
1377
  icon?: string | undefined;
1378
+ size?: "big" | "sub" | "lead" | undefined;
1238
1379
  } | {
1239
1380
  type: "code";
1240
1381
  code: string;
@@ -1245,6 +1386,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1245
1386
  label?: string | undefined;
1246
1387
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1247
1388
  style?: "info" | "warning" | "quote" | undefined;
1389
+ size?: "big" | "sub" | "lead" | undefined;
1248
1390
  } | {
1249
1391
  type: "metric";
1250
1392
  value: string;
@@ -1284,6 +1426,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1284
1426
  headers?: string[] | undefined;
1285
1427
  rowHeaders?: boolean | undefined;
1286
1428
  striped?: boolean | undefined;
1429
+ } | {
1430
+ type: "tag";
1431
+ text: string;
1432
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1287
1433
  } | {
1288
1434
  type: "section";
1289
1435
  label: string;
@@ -1296,6 +1442,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1296
1442
  dim?: boolean | undefined;
1297
1443
  fontSize?: number | undefined;
1298
1444
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1445
+ size?: "big" | "sub" | "lead" | undefined;
1299
1446
  } | {
1300
1447
  type: "bullets";
1301
1448
  items: (string | {
@@ -1303,9 +1450,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1303
1450
  items?: (string | {
1304
1451
  text: string;
1305
1452
  })[] | undefined;
1453
+ icon?: "ok" | "no" | "warn" | undefined;
1454
+ size?: "big" | "sub" | "lead" | undefined;
1306
1455
  })[];
1307
1456
  ordered?: boolean | undefined;
1308
1457
  icon?: string | undefined;
1458
+ size?: "big" | "sub" | "lead" | undefined;
1309
1459
  } | {
1310
1460
  type: "code";
1311
1461
  code: string;
@@ -1316,6 +1466,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1316
1466
  label?: string | undefined;
1317
1467
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1318
1468
  style?: "info" | "warning" | "quote" | undefined;
1469
+ size?: "big" | "sub" | "lead" | undefined;
1319
1470
  } | {
1320
1471
  type: "metric";
1321
1472
  value: string;
@@ -1355,6 +1506,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1355
1506
  headers?: string[] | undefined;
1356
1507
  rowHeaders?: boolean | undefined;
1357
1508
  striped?: boolean | undefined;
1509
+ } | {
1510
+ type: "tag";
1511
+ text: string;
1512
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1358
1513
  })[] | undefined;
1359
1514
  text?: string | undefined;
1360
1515
  sidebar?: boolean | undefined;
@@ -1377,6 +1532,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1377
1532
  dim?: boolean | undefined;
1378
1533
  fontSize?: number | undefined;
1379
1534
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1535
+ size?: "big" | "sub" | "lead" | undefined;
1380
1536
  } | {
1381
1537
  type: "bullets";
1382
1538
  items: (string | {
@@ -1384,9 +1540,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1384
1540
  items?: (string | {
1385
1541
  text: string;
1386
1542
  })[] | undefined;
1543
+ icon?: "ok" | "no" | "warn" | undefined;
1544
+ size?: "big" | "sub" | "lead" | undefined;
1387
1545
  })[];
1388
1546
  ordered?: boolean | undefined;
1389
1547
  icon?: string | undefined;
1548
+ size?: "big" | "sub" | "lead" | undefined;
1390
1549
  } | {
1391
1550
  type: "code";
1392
1551
  code: string;
@@ -1397,6 +1556,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1397
1556
  label?: string | undefined;
1398
1557
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1399
1558
  style?: "info" | "warning" | "quote" | undefined;
1559
+ size?: "big" | "sub" | "lead" | undefined;
1400
1560
  } | {
1401
1561
  type: "metric";
1402
1562
  value: string;
@@ -1436,6 +1596,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1436
1596
  headers?: string[] | undefined;
1437
1597
  rowHeaders?: boolean | undefined;
1438
1598
  striped?: boolean | undefined;
1599
+ } | {
1600
+ type: "tag";
1601
+ text: string;
1602
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1439
1603
  } | {
1440
1604
  type: "section";
1441
1605
  label: string;
@@ -1448,6 +1612,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1448
1612
  dim?: boolean | undefined;
1449
1613
  fontSize?: number | undefined;
1450
1614
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1615
+ size?: "big" | "sub" | "lead" | undefined;
1451
1616
  } | {
1452
1617
  type: "bullets";
1453
1618
  items: (string | {
@@ -1455,9 +1620,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1455
1620
  items?: (string | {
1456
1621
  text: string;
1457
1622
  })[] | undefined;
1623
+ icon?: "ok" | "no" | "warn" | undefined;
1624
+ size?: "big" | "sub" | "lead" | undefined;
1458
1625
  })[];
1459
1626
  ordered?: boolean | undefined;
1460
1627
  icon?: string | undefined;
1628
+ size?: "big" | "sub" | "lead" | undefined;
1461
1629
  } | {
1462
1630
  type: "code";
1463
1631
  code: string;
@@ -1468,6 +1636,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1468
1636
  label?: string | undefined;
1469
1637
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1470
1638
  style?: "info" | "warning" | "quote" | undefined;
1639
+ size?: "big" | "sub" | "lead" | undefined;
1471
1640
  } | {
1472
1641
  type: "metric";
1473
1642
  value: string;
@@ -1507,6 +1676,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1507
1676
  headers?: string[] | undefined;
1508
1677
  rowHeaders?: boolean | undefined;
1509
1678
  striped?: boolean | undefined;
1679
+ } | {
1680
+ type: "tag";
1681
+ text: string;
1682
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1510
1683
  })[] | undefined;
1511
1684
  text?: string | undefined;
1512
1685
  sidebar?: boolean | undefined;
@@ -1518,10 +1691,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1518
1691
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1519
1692
  style?: {
1520
1693
  bgColor?: string | undefined;
1694
+ bgGradient?: string | undefined;
1521
1695
  decorations?: boolean | undefined;
1522
1696
  bgOpacity?: number | undefined;
1523
1697
  footer?: string | undefined;
1524
1698
  } | undefined;
1699
+ eyebrow?: {
1700
+ label: string;
1701
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1702
+ } | undefined;
1703
+ density?: "default" | "compact" | undefined;
1704
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1705
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1525
1706
  } | {
1526
1707
  title: string;
1527
1708
  cells: {
@@ -1535,6 +1716,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1535
1716
  dim?: boolean | undefined;
1536
1717
  fontSize?: number | undefined;
1537
1718
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1719
+ size?: "big" | "sub" | "lead" | undefined;
1538
1720
  } | {
1539
1721
  type: "bullets";
1540
1722
  items: (string | {
@@ -1542,9 +1724,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1542
1724
  items?: (string | {
1543
1725
  text: string;
1544
1726
  })[] | undefined;
1727
+ icon?: "ok" | "no" | "warn" | undefined;
1728
+ size?: "big" | "sub" | "lead" | undefined;
1545
1729
  })[];
1546
1730
  ordered?: boolean | undefined;
1547
1731
  icon?: string | undefined;
1732
+ size?: "big" | "sub" | "lead" | undefined;
1548
1733
  } | {
1549
1734
  type: "code";
1550
1735
  code: string;
@@ -1555,6 +1740,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1555
1740
  label?: string | undefined;
1556
1741
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1557
1742
  style?: "info" | "warning" | "quote" | undefined;
1743
+ size?: "big" | "sub" | "lead" | undefined;
1558
1744
  } | {
1559
1745
  type: "metric";
1560
1746
  value: string;
@@ -1594,6 +1780,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1594
1780
  headers?: string[] | undefined;
1595
1781
  rowHeaders?: boolean | undefined;
1596
1782
  striped?: boolean | undefined;
1783
+ } | {
1784
+ type: "tag";
1785
+ text: string;
1786
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1597
1787
  } | {
1598
1788
  type: "section";
1599
1789
  label: string;
@@ -1606,6 +1796,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1606
1796
  dim?: boolean | undefined;
1607
1797
  fontSize?: number | undefined;
1608
1798
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1799
+ size?: "big" | "sub" | "lead" | undefined;
1609
1800
  } | {
1610
1801
  type: "bullets";
1611
1802
  items: (string | {
@@ -1613,9 +1804,12 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1613
1804
  items?: (string | {
1614
1805
  text: string;
1615
1806
  })[] | undefined;
1807
+ icon?: "ok" | "no" | "warn" | undefined;
1808
+ size?: "big" | "sub" | "lead" | undefined;
1616
1809
  })[];
1617
1810
  ordered?: boolean | undefined;
1618
1811
  icon?: string | undefined;
1812
+ size?: "big" | "sub" | "lead" | undefined;
1619
1813
  } | {
1620
1814
  type: "code";
1621
1815
  code: string;
@@ -1626,6 +1820,7 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1626
1820
  label?: string | undefined;
1627
1821
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1628
1822
  style?: "info" | "warning" | "quote" | undefined;
1823
+ size?: "big" | "sub" | "lead" | undefined;
1629
1824
  } | {
1630
1825
  type: "metric";
1631
1826
  value: string;
@@ -1665,6 +1860,10 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1665
1860
  headers?: string[] | undefined;
1666
1861
  rowHeaders?: boolean | undefined;
1667
1862
  striped?: boolean | undefined;
1863
+ } | {
1864
+ type: "tag";
1865
+ text: string;
1866
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1668
1867
  })[] | undefined;
1669
1868
  text?: string | undefined;
1670
1869
  sidebar?: boolean | undefined;
@@ -1689,10 +1888,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1689
1888
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1690
1889
  style?: {
1691
1890
  bgColor?: string | undefined;
1891
+ bgGradient?: string | undefined;
1692
1892
  decorations?: boolean | undefined;
1693
1893
  bgOpacity?: number | undefined;
1694
1894
  footer?: string | undefined;
1695
1895
  } | undefined;
1896
+ eyebrow?: {
1897
+ label: string;
1898
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1899
+ } | undefined;
1900
+ density?: "default" | "compact" | undefined;
1901
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1902
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1696
1903
  } | {
1697
1904
  title: string;
1698
1905
  headers: string[];
@@ -1717,10 +1924,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1717
1924
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1718
1925
  style?: {
1719
1926
  bgColor?: string | undefined;
1927
+ bgGradient?: string | undefined;
1720
1928
  decorations?: boolean | undefined;
1721
1929
  bgOpacity?: number | undefined;
1722
1930
  footer?: string | undefined;
1723
1931
  } | undefined;
1932
+ eyebrow?: {
1933
+ label: string;
1934
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1935
+ } | undefined;
1936
+ density?: "default" | "compact" | undefined;
1937
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1938
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1724
1939
  } | {
1725
1940
  title: string;
1726
1941
  stages: {
@@ -1742,10 +1957,18 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1742
1957
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1743
1958
  style?: {
1744
1959
  bgColor?: string | undefined;
1960
+ bgGradient?: string | undefined;
1745
1961
  decorations?: boolean | undefined;
1746
1962
  bgOpacity?: number | undefined;
1747
1963
  footer?: string | undefined;
1748
1964
  } | undefined;
1965
+ eyebrow?: {
1966
+ label: string;
1967
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1968
+ } | undefined;
1969
+ density?: "default" | "compact" | undefined;
1970
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
1971
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1749
1972
  } | {
1750
1973
  title: string;
1751
1974
  items: {
@@ -1768,10 +1991,51 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1768
1991
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
1769
1992
  style?: {
1770
1993
  bgColor?: string | undefined;
1994
+ bgGradient?: string | undefined;
1771
1995
  decorations?: boolean | undefined;
1772
1996
  bgOpacity?: number | undefined;
1773
1997
  footer?: string | undefined;
1774
1998
  } | undefined;
1999
+ eyebrow?: {
2000
+ label: string;
2001
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2002
+ } | undefined;
2003
+ density?: "default" | "compact" | undefined;
2004
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
2005
+ subtitleSize?: "default" | "big" | "lead" | undefined;
2006
+ } | {
2007
+ title: string;
2008
+ items: {
2009
+ title: string;
2010
+ description?: string | undefined;
2011
+ accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2012
+ }[];
2013
+ layout: "manifesto";
2014
+ stepLabel?: string | undefined;
2015
+ subtitle?: string | undefined;
2016
+ columns?: number | undefined;
2017
+ callout?: {
2018
+ text: string;
2019
+ label?: string | undefined;
2020
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2021
+ align?: "center" | "left" | undefined;
2022
+ leftBar?: boolean | undefined;
2023
+ } | undefined;
2024
+ accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2025
+ style?: {
2026
+ bgColor?: string | undefined;
2027
+ bgGradient?: string | undefined;
2028
+ decorations?: boolean | undefined;
2029
+ bgOpacity?: number | undefined;
2030
+ footer?: string | undefined;
2031
+ } | undefined;
2032
+ eyebrow?: {
2033
+ label: string;
2034
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2035
+ } | undefined;
2036
+ density?: "default" | "compact" | undefined;
2037
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
2038
+ subtitleSize?: "default" | "big" | "lead" | undefined;
1775
2039
  };
1776
2040
  theme?: {
1777
2041
  colors: {
@@ -1793,7 +2057,11 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
1793
2057
  title: string;
1794
2058
  body: string;
1795
2059
  mono: string;
2060
+ accent?: string | undefined;
1796
2061
  };
2062
+ bgGradient?: string | undefined;
2063
+ titleGradient?: string | undefined;
2064
+ cardStyle?: "glass" | "solid" | undefined;
1797
2065
  } | undefined;
1798
2066
  reference?: string | undefined;
1799
2067
  branding?: {
@@ -2153,7 +2421,11 @@ export declare const createStudioData: (_mulmoScript: MulmoScript, fileName: str
2153
2421
  title: string;
2154
2422
  body: string;
2155
2423
  mono: string;
2424
+ accent?: string | undefined;
2156
2425
  };
2426
+ bgGradient?: string | undefined;
2427
+ titleGradient?: string | undefined;
2428
+ cardStyle?: "glass" | "solid" | undefined;
2157
2429
  };
2158
2430
  branding?: {
2159
2431
  logo?: {
@@ -2738,13 +3010,22 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2738
3010
  subtitle?: string | undefined;
2739
3011
  author?: string | undefined;
2740
3012
  note?: string | undefined;
3013
+ chips?: string[] | undefined;
2741
3014
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2742
3015
  style?: {
2743
3016
  bgColor?: string | undefined;
3017
+ bgGradient?: string | undefined;
2744
3018
  decorations?: boolean | undefined;
2745
3019
  bgOpacity?: number | undefined;
2746
3020
  footer?: string | undefined;
2747
3021
  } | undefined;
3022
+ eyebrow?: {
3023
+ label: string;
3024
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3025
+ } | undefined;
3026
+ density?: "default" | "compact" | undefined;
3027
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3028
+ subtitleSize?: "default" | "big" | "lead" | undefined;
2748
3029
  } | {
2749
3030
  title: string;
2750
3031
  columns: {
@@ -2758,6 +3039,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2758
3039
  dim?: boolean | undefined;
2759
3040
  fontSize?: number | undefined;
2760
3041
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3042
+ size?: "big" | "sub" | "lead" | undefined;
2761
3043
  } | {
2762
3044
  type: "bullets";
2763
3045
  items: (string | {
@@ -2765,9 +3047,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2765
3047
  items?: (string | {
2766
3048
  text: string;
2767
3049
  })[] | undefined;
3050
+ icon?: "ok" | "no" | "warn" | undefined;
3051
+ size?: "big" | "sub" | "lead" | undefined;
2768
3052
  })[];
2769
3053
  ordered?: boolean | undefined;
2770
3054
  icon?: string | undefined;
3055
+ size?: "big" | "sub" | "lead" | undefined;
2771
3056
  } | {
2772
3057
  type: "code";
2773
3058
  code: string;
@@ -2778,6 +3063,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2778
3063
  label?: string | undefined;
2779
3064
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2780
3065
  style?: "info" | "warning" | "quote" | undefined;
3066
+ size?: "big" | "sub" | "lead" | undefined;
2781
3067
  } | {
2782
3068
  type: "metric";
2783
3069
  value: string;
@@ -2817,6 +3103,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2817
3103
  headers?: string[] | undefined;
2818
3104
  rowHeaders?: boolean | undefined;
2819
3105
  striped?: boolean | undefined;
3106
+ } | {
3107
+ type: "tag";
3108
+ text: string;
3109
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2820
3110
  } | {
2821
3111
  type: "section";
2822
3112
  label: string;
@@ -2829,6 +3119,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2829
3119
  dim?: boolean | undefined;
2830
3120
  fontSize?: number | undefined;
2831
3121
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3122
+ size?: "big" | "sub" | "lead" | undefined;
2832
3123
  } | {
2833
3124
  type: "bullets";
2834
3125
  items: (string | {
@@ -2836,9 +3127,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2836
3127
  items?: (string | {
2837
3128
  text: string;
2838
3129
  })[] | undefined;
3130
+ icon?: "ok" | "no" | "warn" | undefined;
3131
+ size?: "big" | "sub" | "lead" | undefined;
2839
3132
  })[];
2840
3133
  ordered?: boolean | undefined;
2841
3134
  icon?: string | undefined;
3135
+ size?: "big" | "sub" | "lead" | undefined;
2842
3136
  } | {
2843
3137
  type: "code";
2844
3138
  code: string;
@@ -2849,6 +3143,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2849
3143
  label?: string | undefined;
2850
3144
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2851
3145
  style?: "info" | "warning" | "quote" | undefined;
3146
+ size?: "big" | "sub" | "lead" | undefined;
2852
3147
  } | {
2853
3148
  type: "metric";
2854
3149
  value: string;
@@ -2888,6 +3183,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2888
3183
  headers?: string[] | undefined;
2889
3184
  rowHeaders?: boolean | undefined;
2890
3185
  striped?: boolean | undefined;
3186
+ } | {
3187
+ type: "tag";
3188
+ text: string;
3189
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2891
3190
  })[] | undefined;
2892
3191
  text?: string | undefined;
2893
3192
  sidebar?: boolean | undefined;
@@ -2895,6 +3194,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2895
3194
  footer?: string | undefined;
2896
3195
  label?: string | undefined;
2897
3196
  num?: number | undefined;
3197
+ numLabel?: string | undefined;
2898
3198
  icon?: string | undefined;
2899
3199
  }[];
2900
3200
  layout: "columns";
@@ -2912,10 +3212,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2912
3212
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2913
3213
  style?: {
2914
3214
  bgColor?: string | undefined;
3215
+ bgGradient?: string | undefined;
2915
3216
  decorations?: boolean | undefined;
2916
3217
  bgOpacity?: number | undefined;
2917
3218
  footer?: string | undefined;
2918
3219
  } | undefined;
3220
+ eyebrow?: {
3221
+ label: string;
3222
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3223
+ } | undefined;
3224
+ density?: "default" | "compact" | undefined;
3225
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3226
+ subtitleSize?: "default" | "big" | "lead" | undefined;
2919
3227
  } | {
2920
3228
  title: string;
2921
3229
  left: {
@@ -2929,6 +3237,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2929
3237
  dim?: boolean | undefined;
2930
3238
  fontSize?: number | undefined;
2931
3239
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3240
+ size?: "big" | "sub" | "lead" | undefined;
2932
3241
  } | {
2933
3242
  type: "bullets";
2934
3243
  items: (string | {
@@ -2936,9 +3245,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2936
3245
  items?: (string | {
2937
3246
  text: string;
2938
3247
  })[] | undefined;
3248
+ icon?: "ok" | "no" | "warn" | undefined;
3249
+ size?: "big" | "sub" | "lead" | undefined;
2939
3250
  })[];
2940
3251
  ordered?: boolean | undefined;
2941
3252
  icon?: string | undefined;
3253
+ size?: "big" | "sub" | "lead" | undefined;
2942
3254
  } | {
2943
3255
  type: "code";
2944
3256
  code: string;
@@ -2949,6 +3261,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2949
3261
  label?: string | undefined;
2950
3262
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2951
3263
  style?: "info" | "warning" | "quote" | undefined;
3264
+ size?: "big" | "sub" | "lead" | undefined;
2952
3265
  } | {
2953
3266
  type: "metric";
2954
3267
  value: string;
@@ -2988,6 +3301,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
2988
3301
  headers?: string[] | undefined;
2989
3302
  rowHeaders?: boolean | undefined;
2990
3303
  striped?: boolean | undefined;
3304
+ } | {
3305
+ type: "tag";
3306
+ text: string;
3307
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
2991
3308
  } | {
2992
3309
  type: "section";
2993
3310
  label: string;
@@ -3000,6 +3317,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3000
3317
  dim?: boolean | undefined;
3001
3318
  fontSize?: number | undefined;
3002
3319
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3320
+ size?: "big" | "sub" | "lead" | undefined;
3003
3321
  } | {
3004
3322
  type: "bullets";
3005
3323
  items: (string | {
@@ -3007,9 +3325,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3007
3325
  items?: (string | {
3008
3326
  text: string;
3009
3327
  })[] | undefined;
3328
+ icon?: "ok" | "no" | "warn" | undefined;
3329
+ size?: "big" | "sub" | "lead" | undefined;
3010
3330
  })[];
3011
3331
  ordered?: boolean | undefined;
3012
3332
  icon?: string | undefined;
3333
+ size?: "big" | "sub" | "lead" | undefined;
3013
3334
  } | {
3014
3335
  type: "code";
3015
3336
  code: string;
@@ -3020,6 +3341,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3020
3341
  label?: string | undefined;
3021
3342
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3022
3343
  style?: "info" | "warning" | "quote" | undefined;
3344
+ size?: "big" | "sub" | "lead" | undefined;
3023
3345
  } | {
3024
3346
  type: "metric";
3025
3347
  value: string;
@@ -3059,11 +3381,17 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3059
3381
  headers?: string[] | undefined;
3060
3382
  rowHeaders?: boolean | undefined;
3061
3383
  striped?: boolean | undefined;
3384
+ } | {
3385
+ type: "tag";
3386
+ text: string;
3387
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3062
3388
  })[] | undefined;
3063
3389
  text?: string | undefined;
3064
3390
  sidebar?: boolean | undefined;
3065
3391
  })[] | undefined;
3066
3392
  footer?: string | undefined;
3393
+ ratio?: number | undefined;
3394
+ cardless?: boolean | undefined;
3067
3395
  };
3068
3396
  right: {
3069
3397
  title: string;
@@ -3076,6 +3404,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3076
3404
  dim?: boolean | undefined;
3077
3405
  fontSize?: number | undefined;
3078
3406
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3407
+ size?: "big" | "sub" | "lead" | undefined;
3079
3408
  } | {
3080
3409
  type: "bullets";
3081
3410
  items: (string | {
@@ -3083,9 +3412,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3083
3412
  items?: (string | {
3084
3413
  text: string;
3085
3414
  })[] | undefined;
3415
+ icon?: "ok" | "no" | "warn" | undefined;
3416
+ size?: "big" | "sub" | "lead" | undefined;
3086
3417
  })[];
3087
3418
  ordered?: boolean | undefined;
3088
3419
  icon?: string | undefined;
3420
+ size?: "big" | "sub" | "lead" | undefined;
3089
3421
  } | {
3090
3422
  type: "code";
3091
3423
  code: string;
@@ -3096,6 +3428,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3096
3428
  label?: string | undefined;
3097
3429
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3098
3430
  style?: "info" | "warning" | "quote" | undefined;
3431
+ size?: "big" | "sub" | "lead" | undefined;
3099
3432
  } | {
3100
3433
  type: "metric";
3101
3434
  value: string;
@@ -3135,6 +3468,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3135
3468
  headers?: string[] | undefined;
3136
3469
  rowHeaders?: boolean | undefined;
3137
3470
  striped?: boolean | undefined;
3471
+ } | {
3472
+ type: "tag";
3473
+ text: string;
3474
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3138
3475
  } | {
3139
3476
  type: "section";
3140
3477
  label: string;
@@ -3147,6 +3484,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3147
3484
  dim?: boolean | undefined;
3148
3485
  fontSize?: number | undefined;
3149
3486
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3487
+ size?: "big" | "sub" | "lead" | undefined;
3150
3488
  } | {
3151
3489
  type: "bullets";
3152
3490
  items: (string | {
@@ -3154,9 +3492,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3154
3492
  items?: (string | {
3155
3493
  text: string;
3156
3494
  })[] | undefined;
3495
+ icon?: "ok" | "no" | "warn" | undefined;
3496
+ size?: "big" | "sub" | "lead" | undefined;
3157
3497
  })[];
3158
3498
  ordered?: boolean | undefined;
3159
3499
  icon?: string | undefined;
3500
+ size?: "big" | "sub" | "lead" | undefined;
3160
3501
  } | {
3161
3502
  type: "code";
3162
3503
  code: string;
@@ -3167,6 +3508,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3167
3508
  label?: string | undefined;
3168
3509
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3169
3510
  style?: "info" | "warning" | "quote" | undefined;
3511
+ size?: "big" | "sub" | "lead" | undefined;
3170
3512
  } | {
3171
3513
  type: "metric";
3172
3514
  value: string;
@@ -3206,11 +3548,17 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3206
3548
  headers?: string[] | undefined;
3207
3549
  rowHeaders?: boolean | undefined;
3208
3550
  striped?: boolean | undefined;
3551
+ } | {
3552
+ type: "tag";
3553
+ text: string;
3554
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3209
3555
  })[] | undefined;
3210
3556
  text?: string | undefined;
3211
3557
  sidebar?: boolean | undefined;
3212
3558
  })[] | undefined;
3213
3559
  footer?: string | undefined;
3560
+ ratio?: number | undefined;
3561
+ cardless?: boolean | undefined;
3214
3562
  };
3215
3563
  layout: "comparison";
3216
3564
  stepLabel?: string | undefined;
@@ -3225,10 +3573,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3225
3573
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3226
3574
  style?: {
3227
3575
  bgColor?: string | undefined;
3576
+ bgGradient?: string | undefined;
3228
3577
  decorations?: boolean | undefined;
3229
3578
  bgOpacity?: number | undefined;
3230
3579
  footer?: string | undefined;
3231
3580
  } | undefined;
3581
+ eyebrow?: {
3582
+ label: string;
3583
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3584
+ } | undefined;
3585
+ density?: "default" | "compact" | undefined;
3586
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3587
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3232
3588
  } | {
3233
3589
  title: string;
3234
3590
  items: {
@@ -3245,6 +3601,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3245
3601
  dim?: boolean | undefined;
3246
3602
  fontSize?: number | undefined;
3247
3603
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3604
+ size?: "big" | "sub" | "lead" | undefined;
3248
3605
  } | {
3249
3606
  type: "bullets";
3250
3607
  items: (string | {
@@ -3252,9 +3609,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3252
3609
  items?: (string | {
3253
3610
  text: string;
3254
3611
  })[] | undefined;
3612
+ icon?: "ok" | "no" | "warn" | undefined;
3613
+ size?: "big" | "sub" | "lead" | undefined;
3255
3614
  })[];
3256
3615
  ordered?: boolean | undefined;
3257
3616
  icon?: string | undefined;
3617
+ size?: "big" | "sub" | "lead" | undefined;
3258
3618
  } | {
3259
3619
  type: "code";
3260
3620
  code: string;
@@ -3265,6 +3625,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3265
3625
  label?: string | undefined;
3266
3626
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3267
3627
  style?: "info" | "warning" | "quote" | undefined;
3628
+ size?: "big" | "sub" | "lead" | undefined;
3268
3629
  } | {
3269
3630
  type: "metric";
3270
3631
  value: string;
@@ -3304,6 +3665,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3304
3665
  headers?: string[] | undefined;
3305
3666
  rowHeaders?: boolean | undefined;
3306
3667
  striped?: boolean | undefined;
3668
+ } | {
3669
+ type: "tag";
3670
+ text: string;
3671
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3307
3672
  } | {
3308
3673
  type: "section";
3309
3674
  label: string;
@@ -3316,6 +3681,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3316
3681
  dim?: boolean | undefined;
3317
3682
  fontSize?: number | undefined;
3318
3683
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3684
+ size?: "big" | "sub" | "lead" | undefined;
3319
3685
  } | {
3320
3686
  type: "bullets";
3321
3687
  items: (string | {
@@ -3323,9 +3689,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3323
3689
  items?: (string | {
3324
3690
  text: string;
3325
3691
  })[] | undefined;
3692
+ icon?: "ok" | "no" | "warn" | undefined;
3693
+ size?: "big" | "sub" | "lead" | undefined;
3326
3694
  })[];
3327
3695
  ordered?: boolean | undefined;
3328
3696
  icon?: string | undefined;
3697
+ size?: "big" | "sub" | "lead" | undefined;
3329
3698
  } | {
3330
3699
  type: "code";
3331
3700
  code: string;
@@ -3336,6 +3705,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3336
3705
  label?: string | undefined;
3337
3706
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3338
3707
  style?: "info" | "warning" | "quote" | undefined;
3708
+ size?: "big" | "sub" | "lead" | undefined;
3339
3709
  } | {
3340
3710
  type: "metric";
3341
3711
  value: string;
@@ -3375,10 +3745,15 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3375
3745
  headers?: string[] | undefined;
3376
3746
  rowHeaders?: boolean | undefined;
3377
3747
  striped?: boolean | undefined;
3748
+ } | {
3749
+ type: "tag";
3750
+ text: string;
3751
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3378
3752
  })[] | undefined;
3379
3753
  text?: string | undefined;
3380
3754
  sidebar?: boolean | undefined;
3381
3755
  })[] | undefined;
3756
+ span?: number | undefined;
3382
3757
  }[];
3383
3758
  layout: "grid";
3384
3759
  subtitle?: string | undefined;
@@ -3387,10 +3762,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3387
3762
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3388
3763
  style?: {
3389
3764
  bgColor?: string | undefined;
3765
+ bgGradient?: string | undefined;
3390
3766
  decorations?: boolean | undefined;
3391
3767
  bgOpacity?: number | undefined;
3392
3768
  footer?: string | undefined;
3393
3769
  } | undefined;
3770
+ eyebrow?: {
3771
+ label: string;
3772
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3773
+ } | undefined;
3774
+ density?: "default" | "compact" | undefined;
3775
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3776
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3394
3777
  } | {
3395
3778
  quote: string;
3396
3779
  layout: "bigQuote";
@@ -3399,10 +3782,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3399
3782
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3400
3783
  style?: {
3401
3784
  bgColor?: string | undefined;
3785
+ bgGradient?: string | undefined;
3402
3786
  decorations?: boolean | undefined;
3403
3787
  bgOpacity?: number | undefined;
3404
3788
  footer?: string | undefined;
3405
3789
  } | undefined;
3790
+ eyebrow?: {
3791
+ label: string;
3792
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3793
+ } | undefined;
3794
+ density?: "default" | "compact" | undefined;
3795
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3796
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3406
3797
  } | {
3407
3798
  title: string;
3408
3799
  stats: {
@@ -3410,6 +3801,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3410
3801
  label: string;
3411
3802
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3412
3803
  change?: string | undefined;
3804
+ numLabel?: string | undefined;
3413
3805
  }[];
3414
3806
  layout: "stats";
3415
3807
  stepLabel?: string | undefined;
@@ -3424,10 +3816,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3424
3816
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3425
3817
  style?: {
3426
3818
  bgColor?: string | undefined;
3819
+ bgGradient?: string | undefined;
3427
3820
  decorations?: boolean | undefined;
3428
3821
  bgOpacity?: number | undefined;
3429
3822
  footer?: string | undefined;
3430
3823
  } | undefined;
3824
+ eyebrow?: {
3825
+ label: string;
3826
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3827
+ } | undefined;
3828
+ density?: "default" | "compact" | undefined;
3829
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3830
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3431
3831
  } | {
3432
3832
  title: string;
3433
3833
  items: {
@@ -3436,6 +3836,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3436
3836
  description?: string | undefined;
3437
3837
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3438
3838
  done?: boolean | undefined;
3839
+ hot?: boolean | undefined;
3439
3840
  }[];
3440
3841
  layout: "timeline";
3441
3842
  stepLabel?: string | undefined;
@@ -3443,10 +3844,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3443
3844
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3444
3845
  style?: {
3445
3846
  bgColor?: string | undefined;
3847
+ bgGradient?: string | undefined;
3446
3848
  decorations?: boolean | undefined;
3447
3849
  bgOpacity?: number | undefined;
3448
3850
  footer?: string | undefined;
3449
3851
  } | undefined;
3852
+ eyebrow?: {
3853
+ label: string;
3854
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3855
+ } | undefined;
3856
+ density?: "default" | "compact" | undefined;
3857
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
3858
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3450
3859
  } | {
3451
3860
  layout: "split";
3452
3861
  left?: {
@@ -3463,6 +3872,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3463
3872
  dim?: boolean | undefined;
3464
3873
  fontSize?: number | undefined;
3465
3874
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3875
+ size?: "big" | "sub" | "lead" | undefined;
3466
3876
  } | {
3467
3877
  type: "bullets";
3468
3878
  items: (string | {
@@ -3470,9 +3880,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3470
3880
  items?: (string | {
3471
3881
  text: string;
3472
3882
  })[] | undefined;
3883
+ icon?: "ok" | "no" | "warn" | undefined;
3884
+ size?: "big" | "sub" | "lead" | undefined;
3473
3885
  })[];
3474
3886
  ordered?: boolean | undefined;
3475
3887
  icon?: string | undefined;
3888
+ size?: "big" | "sub" | "lead" | undefined;
3476
3889
  } | {
3477
3890
  type: "code";
3478
3891
  code: string;
@@ -3483,6 +3896,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3483
3896
  label?: string | undefined;
3484
3897
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3485
3898
  style?: "info" | "warning" | "quote" | undefined;
3899
+ size?: "big" | "sub" | "lead" | undefined;
3486
3900
  } | {
3487
3901
  type: "metric";
3488
3902
  value: string;
@@ -3522,6 +3936,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3522
3936
  headers?: string[] | undefined;
3523
3937
  rowHeaders?: boolean | undefined;
3524
3938
  striped?: boolean | undefined;
3939
+ } | {
3940
+ type: "tag";
3941
+ text: string;
3942
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3525
3943
  } | {
3526
3944
  type: "section";
3527
3945
  label: string;
@@ -3534,6 +3952,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3534
3952
  dim?: boolean | undefined;
3535
3953
  fontSize?: number | undefined;
3536
3954
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3955
+ size?: "big" | "sub" | "lead" | undefined;
3537
3956
  } | {
3538
3957
  type: "bullets";
3539
3958
  items: (string | {
@@ -3541,9 +3960,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3541
3960
  items?: (string | {
3542
3961
  text: string;
3543
3962
  })[] | undefined;
3963
+ icon?: "ok" | "no" | "warn" | undefined;
3964
+ size?: "big" | "sub" | "lead" | undefined;
3544
3965
  })[];
3545
3966
  ordered?: boolean | undefined;
3546
3967
  icon?: string | undefined;
3968
+ size?: "big" | "sub" | "lead" | undefined;
3547
3969
  } | {
3548
3970
  type: "code";
3549
3971
  code: string;
@@ -3554,6 +3976,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3554
3976
  label?: string | undefined;
3555
3977
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3556
3978
  style?: "info" | "warning" | "quote" | undefined;
3979
+ size?: "big" | "sub" | "lead" | undefined;
3557
3980
  } | {
3558
3981
  type: "metric";
3559
3982
  value: string;
@@ -3593,6 +4016,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3593
4016
  headers?: string[] | undefined;
3594
4017
  rowHeaders?: boolean | undefined;
3595
4018
  striped?: boolean | undefined;
4019
+ } | {
4020
+ type: "tag";
4021
+ text: string;
4022
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3596
4023
  })[] | undefined;
3597
4024
  text?: string | undefined;
3598
4025
  sidebar?: boolean | undefined;
@@ -3615,6 +4042,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3615
4042
  dim?: boolean | undefined;
3616
4043
  fontSize?: number | undefined;
3617
4044
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4045
+ size?: "big" | "sub" | "lead" | undefined;
3618
4046
  } | {
3619
4047
  type: "bullets";
3620
4048
  items: (string | {
@@ -3622,9 +4050,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3622
4050
  items?: (string | {
3623
4051
  text: string;
3624
4052
  })[] | undefined;
4053
+ icon?: "ok" | "no" | "warn" | undefined;
4054
+ size?: "big" | "sub" | "lead" | undefined;
3625
4055
  })[];
3626
4056
  ordered?: boolean | undefined;
3627
4057
  icon?: string | undefined;
4058
+ size?: "big" | "sub" | "lead" | undefined;
3628
4059
  } | {
3629
4060
  type: "code";
3630
4061
  code: string;
@@ -3635,6 +4066,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3635
4066
  label?: string | undefined;
3636
4067
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3637
4068
  style?: "info" | "warning" | "quote" | undefined;
4069
+ size?: "big" | "sub" | "lead" | undefined;
3638
4070
  } | {
3639
4071
  type: "metric";
3640
4072
  value: string;
@@ -3674,6 +4106,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3674
4106
  headers?: string[] | undefined;
3675
4107
  rowHeaders?: boolean | undefined;
3676
4108
  striped?: boolean | undefined;
4109
+ } | {
4110
+ type: "tag";
4111
+ text: string;
4112
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3677
4113
  } | {
3678
4114
  type: "section";
3679
4115
  label: string;
@@ -3686,6 +4122,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3686
4122
  dim?: boolean | undefined;
3687
4123
  fontSize?: number | undefined;
3688
4124
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4125
+ size?: "big" | "sub" | "lead" | undefined;
3689
4126
  } | {
3690
4127
  type: "bullets";
3691
4128
  items: (string | {
@@ -3693,9 +4130,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3693
4130
  items?: (string | {
3694
4131
  text: string;
3695
4132
  })[] | undefined;
4133
+ icon?: "ok" | "no" | "warn" | undefined;
4134
+ size?: "big" | "sub" | "lead" | undefined;
3696
4135
  })[];
3697
4136
  ordered?: boolean | undefined;
3698
4137
  icon?: string | undefined;
4138
+ size?: "big" | "sub" | "lead" | undefined;
3699
4139
  } | {
3700
4140
  type: "code";
3701
4141
  code: string;
@@ -3706,6 +4146,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3706
4146
  label?: string | undefined;
3707
4147
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3708
4148
  style?: "info" | "warning" | "quote" | undefined;
4149
+ size?: "big" | "sub" | "lead" | undefined;
3709
4150
  } | {
3710
4151
  type: "metric";
3711
4152
  value: string;
@@ -3745,6 +4186,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3745
4186
  headers?: string[] | undefined;
3746
4187
  rowHeaders?: boolean | undefined;
3747
4188
  striped?: boolean | undefined;
4189
+ } | {
4190
+ type: "tag";
4191
+ text: string;
4192
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3748
4193
  })[] | undefined;
3749
4194
  text?: string | undefined;
3750
4195
  sidebar?: boolean | undefined;
@@ -3756,10 +4201,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3756
4201
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3757
4202
  style?: {
3758
4203
  bgColor?: string | undefined;
4204
+ bgGradient?: string | undefined;
3759
4205
  decorations?: boolean | undefined;
3760
4206
  bgOpacity?: number | undefined;
3761
4207
  footer?: string | undefined;
3762
4208
  } | undefined;
4209
+ eyebrow?: {
4210
+ label: string;
4211
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4212
+ } | undefined;
4213
+ density?: "default" | "compact" | undefined;
4214
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
4215
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3763
4216
  } | {
3764
4217
  title: string;
3765
4218
  cells: {
@@ -3773,6 +4226,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3773
4226
  dim?: boolean | undefined;
3774
4227
  fontSize?: number | undefined;
3775
4228
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4229
+ size?: "big" | "sub" | "lead" | undefined;
3776
4230
  } | {
3777
4231
  type: "bullets";
3778
4232
  items: (string | {
@@ -3780,9 +4234,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3780
4234
  items?: (string | {
3781
4235
  text: string;
3782
4236
  })[] | undefined;
4237
+ icon?: "ok" | "no" | "warn" | undefined;
4238
+ size?: "big" | "sub" | "lead" | undefined;
3783
4239
  })[];
3784
4240
  ordered?: boolean | undefined;
3785
4241
  icon?: string | undefined;
4242
+ size?: "big" | "sub" | "lead" | undefined;
3786
4243
  } | {
3787
4244
  type: "code";
3788
4245
  code: string;
@@ -3793,6 +4250,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3793
4250
  label?: string | undefined;
3794
4251
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3795
4252
  style?: "info" | "warning" | "quote" | undefined;
4253
+ size?: "big" | "sub" | "lead" | undefined;
3796
4254
  } | {
3797
4255
  type: "metric";
3798
4256
  value: string;
@@ -3832,6 +4290,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3832
4290
  headers?: string[] | undefined;
3833
4291
  rowHeaders?: boolean | undefined;
3834
4292
  striped?: boolean | undefined;
4293
+ } | {
4294
+ type: "tag";
4295
+ text: string;
4296
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3835
4297
  } | {
3836
4298
  type: "section";
3837
4299
  label: string;
@@ -3844,6 +4306,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3844
4306
  dim?: boolean | undefined;
3845
4307
  fontSize?: number | undefined;
3846
4308
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4309
+ size?: "big" | "sub" | "lead" | undefined;
3847
4310
  } | {
3848
4311
  type: "bullets";
3849
4312
  items: (string | {
@@ -3851,9 +4314,12 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3851
4314
  items?: (string | {
3852
4315
  text: string;
3853
4316
  })[] | undefined;
4317
+ icon?: "ok" | "no" | "warn" | undefined;
4318
+ size?: "big" | "sub" | "lead" | undefined;
3854
4319
  })[];
3855
4320
  ordered?: boolean | undefined;
3856
4321
  icon?: string | undefined;
4322
+ size?: "big" | "sub" | "lead" | undefined;
3857
4323
  } | {
3858
4324
  type: "code";
3859
4325
  code: string;
@@ -3864,6 +4330,7 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3864
4330
  label?: string | undefined;
3865
4331
  color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3866
4332
  style?: "info" | "warning" | "quote" | undefined;
4333
+ size?: "big" | "sub" | "lead" | undefined;
3867
4334
  } | {
3868
4335
  type: "metric";
3869
4336
  value: string;
@@ -3903,6 +4370,10 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3903
4370
  headers?: string[] | undefined;
3904
4371
  rowHeaders?: boolean | undefined;
3905
4372
  striped?: boolean | undefined;
4373
+ } | {
4374
+ type: "tag";
4375
+ text: string;
4376
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3906
4377
  })[] | undefined;
3907
4378
  text?: string | undefined;
3908
4379
  sidebar?: boolean | undefined;
@@ -3927,10 +4398,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3927
4398
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3928
4399
  style?: {
3929
4400
  bgColor?: string | undefined;
4401
+ bgGradient?: string | undefined;
3930
4402
  decorations?: boolean | undefined;
3931
4403
  bgOpacity?: number | undefined;
3932
4404
  footer?: string | undefined;
3933
4405
  } | undefined;
4406
+ eyebrow?: {
4407
+ label: string;
4408
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4409
+ } | undefined;
4410
+ density?: "default" | "compact" | undefined;
4411
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
4412
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3934
4413
  } | {
3935
4414
  title: string;
3936
4415
  headers: string[];
@@ -3955,10 +4434,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3955
4434
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3956
4435
  style?: {
3957
4436
  bgColor?: string | undefined;
4437
+ bgGradient?: string | undefined;
3958
4438
  decorations?: boolean | undefined;
3959
4439
  bgOpacity?: number | undefined;
3960
4440
  footer?: string | undefined;
3961
4441
  } | undefined;
4442
+ eyebrow?: {
4443
+ label: string;
4444
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4445
+ } | undefined;
4446
+ density?: "default" | "compact" | undefined;
4447
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
4448
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3962
4449
  } | {
3963
4450
  title: string;
3964
4451
  stages: {
@@ -3980,10 +4467,18 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
3980
4467
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
3981
4468
  style?: {
3982
4469
  bgColor?: string | undefined;
4470
+ bgGradient?: string | undefined;
3983
4471
  decorations?: boolean | undefined;
3984
4472
  bgOpacity?: number | undefined;
3985
4473
  footer?: string | undefined;
3986
4474
  } | undefined;
4475
+ eyebrow?: {
4476
+ label: string;
4477
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4478
+ } | undefined;
4479
+ density?: "default" | "compact" | undefined;
4480
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
4481
+ subtitleSize?: "default" | "big" | "lead" | undefined;
3987
4482
  } | {
3988
4483
  title: string;
3989
4484
  items: {
@@ -4006,10 +4501,51 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
4006
4501
  accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4007
4502
  style?: {
4008
4503
  bgColor?: string | undefined;
4504
+ bgGradient?: string | undefined;
4009
4505
  decorations?: boolean | undefined;
4010
4506
  bgOpacity?: number | undefined;
4011
4507
  footer?: string | undefined;
4012
4508
  } | undefined;
4509
+ eyebrow?: {
4510
+ label: string;
4511
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4512
+ } | undefined;
4513
+ density?: "default" | "compact" | undefined;
4514
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
4515
+ subtitleSize?: "default" | "big" | "lead" | undefined;
4516
+ } | {
4517
+ title: string;
4518
+ items: {
4519
+ title: string;
4520
+ description?: string | undefined;
4521
+ accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4522
+ }[];
4523
+ layout: "manifesto";
4524
+ stepLabel?: string | undefined;
4525
+ subtitle?: string | undefined;
4526
+ columns?: number | undefined;
4527
+ callout?: {
4528
+ text: string;
4529
+ label?: string | undefined;
4530
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4531
+ align?: "center" | "left" | undefined;
4532
+ leftBar?: boolean | undefined;
4533
+ } | undefined;
4534
+ accentColor?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4535
+ style?: {
4536
+ bgColor?: string | undefined;
4537
+ bgGradient?: string | undefined;
4538
+ decorations?: boolean | undefined;
4539
+ bgOpacity?: number | undefined;
4540
+ footer?: string | undefined;
4541
+ } | undefined;
4542
+ eyebrow?: {
4543
+ label: string;
4544
+ color?: "success" | "info" | "primary" | "accent" | "warning" | "danger" | "highlight" | undefined;
4545
+ } | undefined;
4546
+ density?: "default" | "compact" | undefined;
4547
+ titleSize?: "default" | "small" | "large" | "hero" | undefined;
4548
+ subtitleSize?: "default" | "big" | "lead" | undefined;
4013
4549
  };
4014
4550
  theme?: {
4015
4551
  colors: {
@@ -4031,7 +4567,11 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
4031
4567
  title: string;
4032
4568
  body: string;
4033
4569
  mono: string;
4570
+ accent?: string | undefined;
4034
4571
  };
4572
+ bgGradient?: string | undefined;
4573
+ titleGradient?: string | undefined;
4574
+ cardStyle?: "glass" | "solid" | undefined;
4035
4575
  } | undefined;
4036
4576
  reference?: string | undefined;
4037
4577
  branding?: {
@@ -4391,7 +4931,11 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
4391
4931
  title: string;
4392
4932
  body: string;
4393
4933
  mono: string;
4934
+ accent?: string | undefined;
4394
4935
  };
4936
+ bgGradient?: string | undefined;
4937
+ titleGradient?: string | undefined;
4938
+ cardStyle?: "glass" | "solid" | undefined;
4395
4939
  };
4396
4940
  branding?: {
4397
4941
  logo?: {
@@ -4830,7 +5374,11 @@ export declare const initializeContextFromFiles: (files: FileObject, raiseError:
4830
5374
  title: string;
4831
5375
  body: string;
4832
5376
  mono: string;
5377
+ accent?: string | undefined;
4833
5378
  };
5379
+ bgGradient?: string | undefined;
5380
+ titleGradient?: string | undefined;
5381
+ cardStyle?: "glass" | "solid" | undefined;
4834
5382
  };
4835
5383
  branding?: {
4836
5384
  logo?: {